Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether to prohibit a scale break from spanning zero.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property IncludeZero As ReportExpression(Of ChartIncludeZeroTypes)
Get
Set
'Usage
Dim instance As ChartAxisScaleBreak
Dim value As ReportExpression(Of ChartIncludeZeroTypes)
value = instance.IncludeZero
instance.IncludeZero = value
public ReportExpression<ChartIncludeZeroTypes> IncludeZero { get; set; }
public:
property ReportExpression<ChartIncludeZeroTypes> IncludeZero {
ReportExpression<ChartIncludeZeroTypes> get ();
void set (ReportExpression<ChartIncludeZeroTypes> value);
}
member IncludeZero : ReportExpression<ChartIncludeZeroTypes> with get, set
function get IncludeZero () : ReportExpression<ChartIncludeZeroTypes>
function set IncludeZero (value : ReportExpression<ChartIncludeZeroTypes>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIncludeZeroTypes>
A ReportExpression<T> object.