Partager via


Propriété ChartLegend.InterlacedRows

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property InterlacedRows As ReportBoolProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ChartLegend Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering