Partilhar via


Propriedade do RDL Group

Gets the data grouping information.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Group As Group
    Get
'Uso
Dim instance As DataRegionMember
Dim value As Group

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