Właściwość Report.ShowHideStateChanged
Pobiera wartość wskazująca, czy zmienił się stan Pokaż i Ukryj migawka raportu.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property ShowHideStateChanged As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean