共用方式為


StateIndicator.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.

請參閱

參考

StateIndicator 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間