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


Свойство ChartGridLines.Enabled

Gets an expression that evaluates to a value that indicates whether the gridlines should be shown.

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

Синтаксис

'Декларация
Public ReadOnly Property Enabled As ReportEnumProperty(Of ChartAutoBool)
    Get
'Применение
Dim instance As ChartGridLines 
Dim value As ReportEnumProperty(Of ChartAutoBool)

value = instance.Enabled
public ReportEnumProperty<ChartAutoBool> Enabled { get; }
public:
property ReportEnumProperty<ChartAutoBool>^ Enabled {
    ReportEnumProperty<ChartAutoBool>^ get ();
}
member Enabled : ReportEnumProperty<ChartAutoBool>
function get Enabled () : ReportEnumProperty<ChartAutoBool>

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.

См. также

Справочник

ChartGridLines Класс

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