Compartilhar via


Propriedade Hidden

Gets the calculated value of the Hidden property in a ChartItemInLegend 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 ChartItemInLegendInstance
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.