Proprietà DataRegionMember.Group
Gets the data grouping information.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Group As Group
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Group
A Group object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering