Freigeben über


ChartLegend.InterlacedRows-Eigenschaft

Gets an expression that evaluates to a value that indicates whether legend rows should use interlaced colors.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property InterlacedRows As ReportBoolProperty 
    Get
'Usage
Dim instance As ChartLegend 
Dim value As ReportBoolProperty 

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Siehe auch

Verweis

ChartLegend Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace