ChartTickMarks.Enabled 屬性
Gets an expression that evaluates to a value that indicates whether 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>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.