ChartAxis.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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

请参阅

参考

ChartAxis 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间