CompiledStateName 속성
Gets the name of the state.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Property CompiledStateName As String
Get
Set
‘사용 방법
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)
속성 값
유형: System. . :: . .String
A string value.