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