Свойство Digits

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

The digits.

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

Синтаксис

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

value = instance.Digits

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

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

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