Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering