Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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