Proprietà MapLegend.InterlacedRows
Indicates whether the legend rows will use interlaced colors.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property InterlacedRows As ReportBoolProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering