Propriété InterlacedRowsColor
Gets the calculated value of the InterlacedRowsColor property in a MapLegend class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property InterlacedRowsColor As ReportColor
Get
'Utilisation
Dim instance As MapLegendInstance
Dim value As ReportColor
value = instance.InterlacedRowsColor
public ReportColor InterlacedRowsColor { get; }
public:
property ReportColor^ InterlacedRowsColor {
ReportColor^ get ();
}
member InterlacedRowsColor : ReportColor
function get InterlacedRowsColor () : ReportColor
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor object that represents the calculated value of the InterlacedRowsColor property.