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