Report.IDataScope.Group 属性

Gets the group of where this object belong.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Private ReadOnly Property Group As Group 
    Implements IDataScope.Group 
    Get
用法
Dim instance As Report 
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 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.Group
The group of where this object belong.

实现

IDataScope.Group

请参阅

参考

Report 类

Microsoft.ReportingServices.RdlObjectModel 命名空间