Tablix.TablixRowHierarchy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the hierarchy of row members for the Tablix.
public:
property Microsoft::ReportingServices::RdlObjectModel::TablixHierarchy ^ TablixRowHierarchy { Microsoft::ReportingServices::RdlObjectModel::TablixHierarchy ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::TablixHierarchy ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.TablixHierarchy TablixRowHierarchy { get; set; }
member this.TablixRowHierarchy : Microsoft.ReportingServices.RdlObjectModel.TablixHierarchy with get, set
Public Property TablixRowHierarchy As TablixHierarchy
Property Value
A TablixHierarchy object.