Sdílet prostřednictvím


DataRegion.IDataScope.Group Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the group of the data for the data region.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Private ReadOnly Property Group As Group 
    Implements IDataScope.Group 
    Get
'Usage
Dim instance As DataRegion 
Dim value As Group 

value = CType(instance, IDataScope).Group
Group IDataScope.Group { get; }
private:
virtual property Group^ Group {
    Group^ get () sealed = IDataScope::Group::get;
}
private abstract Group : Group 
private override Group : Group
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.Group
The group of the data for the data region.

Implements

IDataScope.Group

See Also

Reference

DataRegion Class

Microsoft.ReportingServices.RdlObjectModel Namespace