共用方式為


DataRowHierarchy 屬性

Gets the hierarchy of row members for the data.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property DataRowHierarchy As DataHierarchy
    Get
'用途
Dim instance As CustomData
Dim value As DataHierarchy

value = instance.DataRowHierarchy
public DataHierarchy DataRowHierarchy { get; }
public:
property DataHierarchy^ DataRowHierarchy {
    DataHierarchy^ get ();
}
member DataRowHierarchy : DataHierarchy
function get DataRowHierarchy () : DataHierarchy