Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the InterlacedRowsColor property in a MapLegend class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property InterlacedRowsColor As ReportColor
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor object that represents the calculated value of the InterlacedRowsColor property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace