Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the hierarchy of row members for the data.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataRowHierarchy As DataHierarchy
Get
Set
'Usage
Dim instance As CustomData
Dim value As DataHierarchy
value = instance.DataRowHierarchy
instance.DataRowHierarchy = value
public DataHierarchy DataRowHierarchy { get; set; }
public:
property DataHierarchy^ DataRowHierarchy {
DataHierarchy^ get ();
void set (DataHierarchy^ value);
}
member DataRowHierarchy : DataHierarchy with get, set
function get DataRowHierarchy () : DataHierarchy
function set DataRowHierarchy (value : DataHierarchy)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.DataHierarchy
A DataHierarchy object.