Propriedade do RDL ShowHideStateChanged
Obtém um valor que indica se o estado mostrar/ocultar do instantâneo do relatório foi alterado.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean