共用方式為


IncludeZero 屬性

Gets a value that indicates whether the axis should always include zero.

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

語法

'宣告
Public ReadOnly Property IncludeZero As ReportBoolProperty
    Get
'用途
Dim instance As ChartAxis
Dim value As ReportBoolProperty

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