Compartilhar via


Propriedade do RDL GaugePointerInstance.Hidden

Gets the calculated value of the Hidden property in a GaugePointer class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Hidden As Boolean 
    Get
'Uso
Dim instance As GaugePointerInstance 
Dim value As Boolean 

value = instance.Hidden
public bool Hidden { get; }
public:
property bool Hidden {
    bool get ();
}
member Hidden : bool
function get Hidden () : boolean

Valor da propriedade

Tipo: System.Boolean
A Boolean value that represents the calculated value of the Hidden property.

Consulte também

Referência

GaugePointerInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering