Свойство DecimalDigits

Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.

The decimal digits.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property DecimalDigits As ReportExpression(Of Integer)
    Get
    Set
'Применение
Dim instance As NumericIndicator
Dim value As ReportExpression(Of Integer)

value = instance.DecimalDigits

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

Значение свойства

Тип Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Int32> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.