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 or sets the color to be used in a map color scale to fill the undefined color divisions.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property RangeGapColor As ReportExpression(Of ReportColor)
Get
Set
'Usage
Dim instance As MapColorScale
Dim value As ReportExpression(Of ReportColor)
value = instance.RangeGapColor
instance.RangeGapColor = value
public ReportExpression<ReportColor> RangeGapColor { get; set; }
public:
property ReportExpression<ReportColor> RangeGapColor {
ReportExpression<ReportColor> get ();
void set (ReportExpression<ReportColor> value);
}
member RangeGapColor : ReportExpression<ReportColor> with get, set
function get RangeGapColor () : ReportExpression<ReportColor>
function set RangeGapColor (value : ReportExpression<ReportColor>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.