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.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Interlaced As ReportBoolProperty
    Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportBoolProperty

value = instance.Interlaced
public ReportBoolProperty Interlaced { get; }
public:
property ReportBoolProperty^ Interlaced {
    ReportBoolProperty^ get ();
}
member Interlaced : ReportBoolProperty
function get Interlaced () : ReportBoolProperty