Свойство Report.ShowHideStateChanged

Gets a value that indicates whether the show/hide state of the report snapshot has changed.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property ShowHideStateChanged As Boolean 
    Get
'Применение
Dim instance As Report 
Dim value As Boolean 

value = instance.ShowHideStateChanged
public bool ShowHideStateChanged { get; }
public:
property bool ShowHideStateChanged {
    bool get ();
}
member ShowHideStateChanged : bool
function get ShowHideStateChanged () : boolean

Значение свойства

Тип: System.Boolean

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.ReportRendering