ChartAxisScaleBreak.IncludeZero Property
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