Proprietà StateIndicator.CompiledStateName
Gets the name of the state.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Property CompiledStateName As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A string value.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering