Udostępnij za pośrednictwem


Właściwość NumericIndicator.ShowLeadingZeros

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

Wskazuje, czy mają być wyświetlane zera wiodące.

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

Składnia

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

value = instance.ShowLeadingZeros

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