หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets an expression that evaluates to a value that indicates whether to prohibit a scale break from spanning zero.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property IncludeZero As ReportEnumProperty(Of ChartAutoBool)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace