共用方式為


Enabled 屬性

Indicates the tickmarks 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 ChartTickMarks
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>