共用方式為


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 命名空間