CustomData.IDataScope.Name 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the name of the custom data.

命名空间:  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 CustomData 
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 the custom data.

实现

IDataScope.Name

请参阅

参考

CustomData 类

Microsoft.ReportingServices.RdlObjectModel 命名空间