Propriedade do RDL DataRegionMember.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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Group
A Group object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering