Compartilhar via


Propriedade do RDL TickMarkStyleInstance.Hidden

Gets the calculated value of the Hidden property in a TickMarkStyle 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 TickMarkStyleInstance 
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

TickMarkStyleInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering