Compartir a través de


ShowHideStateChanged Propiedad

Obtiene un valor que indica si ha cambiado el estado de mostrar u ocultar de la instantánea de informe.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ShowHideStateChanged As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Boolean