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 or sets the expressions by which to group the data.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property GroupExpressions As IList(Of ReportExpression)
Get
Set
'Usage
Dim instance As Group
Dim value As IList(Of ReportExpression)
value = instance.GroupExpressions
instance.GroupExpressions = value
public IList<ReportExpression> GroupExpressions { get; set; }
public:
property IList<ReportExpression>^ GroupExpressions {
IList<ReportExpression>^ get ();
void set (IList<ReportExpression>^ value);
}
member GroupExpressions : IList<ReportExpression> with get, set
function get GroupExpressions () : IList<ReportExpression>
function set GroupExpressions (value : IList<ReportExpression>)
Property Value
Type: System.Collections.Generic.IList<ReportExpression>
An IList<T> object.