共用方式為


ChartAxisScaleBreak.IncludeZero 屬性

Gets an expression that evaluates to a value that indicates whether to prohibit a scale break from spanning zero.

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

語法

'宣告
Public ReadOnly Property IncludeZero As ReportEnumProperty(Of ChartAutoBool)
    Get
'用途
Dim instance As ChartAxisScaleBreak 
Dim value As ReportEnumProperty(Of ChartAutoBool)

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.

請參閱

參考

ChartAxisScaleBreak 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間