Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace