Udostępnij przez


Właściwość ChartAxis.Interlaced

Pobiera wartość, która wskazuje, czy użyć linii zasilającej dla każdej linii siatki, znaków podziałki lub interwał etykiety oś.

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

Składnia

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

value = instance.Interlaced

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

Wartość właściwości

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