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