Udostępnij za pośrednictwem


Właściwość NumericIndicator.ShowDecimalPoint

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Wskazuje, czy pokazywać przecinka dziesiętnego.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ShowDecimalPoint As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
Dim instance As NumericIndicator
Dim value As ReportExpression(Of Boolean)

value = instance.ShowDecimalPoint

instance.ShowDecimalPoint = value
public ReportExpression<bool> ShowDecimalPoint { get; set; }
public:
property ReportExpression<bool> ShowDecimalPoint {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member ShowDecimalPoint : ReportExpression<bool> with get, set
function get ShowDecimalPoint () : ReportExpression<boolean>
function set ShowDecimalPoint (value : ReportExpression<boolean>)