Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.