Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The expressions by which to group the data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GroupExpressions As GroupExpressionCollection
Get
'Usage
Dim instance As Group
Dim value As GroupExpressionCollection
value = instance.GroupExpressions
public GroupExpressionCollection GroupExpressions { get; }
public:
property GroupExpressionCollection^ GroupExpressions {
GroupExpressionCollection^ get ();
}
member GroupExpressions : GroupExpressionCollection
function get GroupExpressions () : GroupExpressionCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GroupExpressionCollection
A GroupExpressionCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace