Compartir a través de


ChartDataLabel.Visible Propiedad

Gets an expression that evaluates to a value that indicates whether the data label is displayed on the chart. Defaults to False.

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

Sintaxis

'Declaración
Public ReadOnly Property Visible As ReportBoolProperty 
    Get
'Uso
Dim instance As ChartDataLabel 
Dim value As ReportBoolProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Vea también

Referencia

ChartDataLabel Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering