Proprietà StateIndicator.StateDataElementName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the name of the current state.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property StateDataElementName As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The name of the current state.