Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>)
Eigenschaftswert
Typ: System.Collections.Generic.IList<ReportExpression>
An IList<T> object.