ChartDataLabel.Visible Property

Definition

Whether the data label is displayed on the chart. Defaults to False.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> Visible { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> Visible { get; set; }
member this.Visible : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> with get, set
Public Property Visible As ReportExpression(Of Boolean)

Property Value

A ReportExpression<T> object.

Applies to