次の方法で共有


StateIndicator.CompiledStateName プロパティ

状態の名前を取得します。

名前空間:  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
string 値です。

関連項目

参照

StateIndicator クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間