Udostępnij przez


Właściwość MapLegend.InterlacedRows

Wskazuje, czy wiersze legendy będzie używać kolorów z przeplotem.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property InterlacedRows As ReportBoolProperty
    Get
'Użycie
Dim instance As MapLegend
Dim value As ReportBoolProperty

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