Compartilhar via


Propriedade do RDL ChartDataLabelInstance.Visible

Gets the calculated value of the Visible property in a ChartDataLabel class.

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

Sintaxe

'Declaração
Public ReadOnly Property Visible As Boolean 
    Get
'Uso
Dim instance As ChartDataLabelInstance 
Dim value As Boolean 

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

Valor da propriedade

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

Consulte também

Referência

ChartDataLabelInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering