Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 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 GaugeShowSigns)
Get
Set
'Usage
Dim instance As NumericIndicator
Dim value As ReportExpression(Of GaugeShowSigns)
value = instance.ShowSign
instance.ShowSign = value
public ReportExpression<GaugeShowSigns> ShowSign { get; set; }
public:
property ReportExpression<GaugeShowSigns> ShowSign {
ReportExpression<GaugeShowSigns> get ();
void set (ReportExpression<GaugeShowSigns> value);
}
member ShowSign : ReportExpression<GaugeShowSigns> with get, set
function get ShowSign () : ReportExpression<GaugeShowSigns>
function set ShowSign (value : ReportExpression<GaugeShowSigns>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<GaugeShowSigns>
A ReportExpression<T> object.