แชร์ผ่าน


Report.ShowHideStateChanged Property

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ShowHideStateChanged As Boolean
    Get
'Usage
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

Property Value

Type: System.Boolean