Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The decimal digits.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DecimalDigits As ReportExpression(Of Integer)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.