共用方式為


Enabled 屬性

Indicates scale breaks can be automatically applied.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Enabled As ReportBoolProperty
    Get
'用途
Dim instance As ChartAxisScaleBreak
Dim value As ReportBoolProperty

value = instance.Enabled
public ReportBoolProperty Enabled { get; }
public:
property ReportBoolProperty^ Enabled {
    ReportBoolProperty^ get ();
}
member Enabled : ReportBoolProperty
function get Enabled () : ReportBoolProperty