Partager via


Propriété CustomData.IDataScope.Name

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the name of the custom data.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Private ReadOnly Property Name As String 
    Implements IDataScope.Name 
    Get
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

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

Implémente

IDataScope.Name

Voir aussi

Référence

CustomData Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel