Propriété StateDataElementName
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Gets 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
A string value.
Voir aussi