Propriété StateDataElementName
Gets the name of the current state.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property StateDataElementName As String
Get
'Utilisation
Dim instance As StateIndicator
Dim value As String
value = instance.StateDataElementName
public string StateDataElementName { get; }
public:
property String^ StateDataElementName {
String^ get ();
}
member StateDataElementName : string
function get StateDataElementName () : String
Valeur de propriété
Type : System. . :: . .String
A string value.
Voir aussi