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.
Indicates whether the end labels for a map color scale will be hidden.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property HideEndLabels As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As MapColorScale
Dim value As ReportExpression(Of Boolean)
value = instance.HideEndLabels
instance.HideEndLabels = value
public ReportExpression<bool> HideEndLabels { get; set; }
public:
property ReportExpression<bool> HideEndLabels {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member HideEndLabels : ReportExpression<bool> with get, set
function get HideEndLabels () : ReportExpression<boolean>
function set HideEndLabels (value : ReportExpression<boolean>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.