Propriedade do RDL ShowSign

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Indicates whether to show the negative sign.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ShowSign As ReportExpression(Of GaugeShowSigns)
    Get
    Set
'Uso
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>)