Właściwość ChartAxisInstance.InterlacedColor
Pobiera wartość obliczoną InterlacedColor właściwość w ChartAxis klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property InterlacedColor As ReportColor
Get
'Użycie
Dim instance As ChartAxisInstance
Dim value As ReportColor
value = instance.InterlacedColor
public ReportColor InterlacedColor { get; }
public:
property ReportColor^ InterlacedColor {
ReportColor^ get ();
}
member InterlacedColor : ReportColor
function get InterlacedColor () : ReportColor
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor wartości reprezentującej obliczonej wartości InterlacedColor właściwość.
Zobacz także