Поделиться через


Свойство ChartDataLabel.Visible

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Visible As ReportBoolProperty 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

См. также

Справочник

ChartDataLabel Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering