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.
Gets the calculated value of the GroupExpressions property in a Group class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GroupExpressions As GroupExpressionValueCollection
Get
'Usage
Dim instance As GroupInstance
Dim value As GroupExpressionValueCollection
value = instance.GroupExpressions
public GroupExpressionValueCollection GroupExpressions { get; }
public:
property GroupExpressionValueCollection^ GroupExpressions {
GroupExpressionValueCollection^ get ();
}
member GroupExpressions : GroupExpressionValueCollection
function get GroupExpressions () : GroupExpressionValueCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GroupExpressionValueCollection
A GroupExpressionValueCollection value that represents the calculated value of the GroupExpressions property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace