ShowDecimalPoint-Eigenschaft
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Indicates whether to show the decimal point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ShowDecimalPoint As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As NumericIndicator
Dim value As ReportExpression(Of Boolean)
value = instance.ShowDecimalPoint
instance.ShowDecimalPoint = value
public ReportExpression<bool> ShowDecimalPoint { get; set; }
public:
property ReportExpression<bool> ShowDecimalPoint {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member ShowDecimalPoint : ReportExpression<bool> with get, set
function get ShowDecimalPoint () : ReportExpression<boolean>
function set ShowDecimalPoint (value : ReportExpression<boolean>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.