Partager via


Propriété Group

Gets the data grouping information.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Group As Group
    Get
'Utilisation
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