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>