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.