Partager via


Propriété StateIndicator.StateDataElementName

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 current state.

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

Syntaxe

'Déclaration
Public Property StateDataElementName As String 
    Get 
    Set
'Utilisation
Dim instance As StateIndicator 
Dim value As String 

value = instance.StateDataElementName

instance.StateDataElementName = value
public string StateDataElementName { get; set; }
public:
property String^ StateDataElementName {
    String^ get ();
    void set (String^ value);
}
member StateDataElementName : string with get, set
function get StateDataElementName () : String 
function set StateDataElementName (value : String)

Valeur de propriété

Type : System.String
The name of the current state.

Voir aussi

Référence

StateIndicator Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel