Propriedade InterlacedRows
Indicates legend rows should use interlaced colors.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property InterlacedRows As ReportBoolProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Consulte também