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.
Returns the set of row groupings for the custom report item data.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DataRowGroupings As DataGroupingCollection
Get
'Usage
Dim instance As CustomData
Dim value As DataGroupingCollection
value = instance.DataRowGroupings
public DataGroupingCollection DataRowGroupings { get; }
public:
property DataGroupingCollection^ DataRowGroupings {
DataGroupingCollection^ get ();
}
member DataRowGroupings : DataGroupingCollection
function get DataRowGroupings () : DataGroupingCollection
Property Value
Type: Microsoft.ReportingServices.ReportRendering.DataGroupingCollection
A DataGroupingCollection containing the set of row groupings for the custom report item data.