Compartir a través de


Visible Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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