Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the hierarchy of row members for the Tablix.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TablixRowHierarchy As TablixHierarchy
Get
Set
'Usage
Dim instance As Tablix
Dim value As TablixHierarchy
value = instance.TablixRowHierarchy
instance.TablixRowHierarchy = value
public TablixHierarchy TablixRowHierarchy { get; set; }
public:
property TablixHierarchy^ TablixRowHierarchy {
TablixHierarchy^ get ();
void set (TablixHierarchy^ value);
}
member TablixRowHierarchy : TablixHierarchy with get, set
function get TablixRowHierarchy () : TablixHierarchy
function set TablixRowHierarchy (value : TablixHierarchy)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.TablixHierarchy
A TablixHierarchy object.