Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the colors that are assigned to map items will be displayed in the map color scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ShowInColorScale As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As MapColorRule
Dim value As ReportExpression(Of Boolean)
value = instance.ShowInColorScale
instance.ShowInColorScale = value
public ReportExpression<bool> ShowInColorScale { get; set; }
public:
property ReportExpression<bool> ShowInColorScale {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member ShowInColorScale : ReportExpression<bool> with get, set
function get ShowInColorScale () : ReportExpression<boolean>
function set ShowInColorScale (value : ReportExpression<boolean>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.