Udostępnij przez


Właściwość ChartAxis.IncludeZero

Pobiera wartość wskazująca, czy oś powinna zawsze uwzględniać zero.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property IncludeZero As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
Dim instance As ChartAxis
Dim value As ReportExpression(Of Boolean)

value = instance.IncludeZero

instance.IncludeZero = value
public ReportExpression<bool> IncludeZero { get; set; }
public:
property ReportExpression<bool> IncludeZero {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member IncludeZero : ReportExpression<bool> with get, set
function get IncludeZero () : ReportExpression<boolean>
function set IncludeZero (value : ReportExpression<boolean>)

Wartość właściwości

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] obiektu.