Свойство ChartAxis.Visible
Gets a value that indicates whether the axis is displayed.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Visible As ReportEnumProperty(Of ChartAutoBool)
Get
'Применение
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartAutoBool)
value = instance.Visible
public ReportEnumProperty<ChartAutoBool> Visible { get; }
public:
property ReportEnumProperty<ChartAutoBool>^ Visible {
ReportEnumProperty<ChartAutoBool>^ get ();
}
member Visible : ReportEnumProperty<ChartAutoBool>
function get Visible () : ReportEnumProperty<ChartAutoBool>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering