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 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.