Proprietà ShowHideStateChanged
Ottiene un valore che indica se lo stato di visualizzazione dello snapshot del report è cambiato.
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ShowHideStateChanged As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean