NumericIndicator.ShowSign Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Indicates whether to show the negative sign.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ShowSign As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As NumericIndicator
Dim value As ReportExpression(Of Boolean)
value = instance.ShowSign
instance.ShowSign = value
public ReportExpression<bool> ShowSign { get; set; }
public:
property ReportExpression<bool> ShowSign {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member ShowSign : ReportExpression<bool> with get, set
function get ShowSign () : ReportExpression<boolean>
function set ShowSign (value : ReportExpression<boolean>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.