Partager via


Propriété ShowSign

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates whether to show the negative sign.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ShowSign As ReportExpression(Of GaugeShowSigns)
    Get
    Set
'Utilisation
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>)