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 color of the interlaced rows in the map legend.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property InterlacedRowsColor As ReportColorProperty
Get
'Usage
Dim instance As MapLegend
Dim value As ReportColorProperty
value = instance.InterlacedRowsColor
public ReportColorProperty InterlacedRowsColor { get; }
public:
property ReportColorProperty^ InterlacedRowsColor {
ReportColorProperty^ get ();
}
member InterlacedRowsColor : ReportColorProperty
function get InterlacedRowsColor () : ReportColorProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace