Report.IDataScope.Name 属性

Gets the name of this object.

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

语法

声明
Private ReadOnly Property Name As String 
    Implements IDataScope.Name 
    Get
用法
Dim instance As Report 
Dim value As String 

value = CType(instance, IDataScope).Name
string IDataScope.Name { get; }
private:
virtual property String^ Name {
    String^ get () sealed = IDataScope::Name::get;
}
private abstract Name : string 
private override Name : string
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.String
The name of this object.

实现

IDataScope.Name

请参阅

参考

Report 类

Microsoft.ReportingServices.RdlObjectModel 命名空间