Właściwość ChartAxis.InterlacedColor
Pobiera kolor paski z przeplotem.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property InterlacedColor As ReportColorProperty
Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportColorProperty
value = instance.InterlacedColor
public ReportColorProperty InterlacedColor { get; }
public:
property ReportColorProperty^ InterlacedColor {
ReportColorProperty^ get ();
}
member InterlacedColor : ReportColorProperty
function get InterlacedColor () : ReportColorProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty obiektu.
Zobacz także