ChartAxis.IncludeZero-Eigenschaft
Gets a value that indicates whether the axis should always include zero.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property IncludeZero As ReportBoolProperty
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace