Właściwość NumericIndicator.ShowSign
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Wskazuje, czy pokazywać znakiem minus.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ShowSign As ReportExpression(Of GaugeShowSigns)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<GaugeShowSigns>
A ReportExpression<T> obiektu.
Zobacz także