Ixxerja permezz ta’


NumericIndicator.ShowDecimalPoint Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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>)