Partager via


Propriété ShowHideStateChanged

Obtient une valeur qui indique si l'état afficher/masquer de l'instantané de rapport a changé.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ShowHideStateChanged As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean