Partilhar via


Propriedade do RDL StateIndicator.CompiledStateName

Gets the name of the state.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Property CompiledStateName As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

StateIndicator Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering