Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the name of the state.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property CompiledStateName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace