Sdílet prostřednictvím


CustomData.IDataScope.Name Property

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

Gets or sets the name of the custom data.

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

Syntax

'Declaration
Private ReadOnly Property Name As String 
    Implements IDataScope.Name 
    Get
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.String
The name of the custom data.

Implements

IDataScope.Name

See Also

Reference

CustomData Class

Microsoft.ReportingServices.RdlObjectModel Namespace