NumericIndicator.ShowDecimalPoint 属性

此 API 支持 基础结构,但不能通过代码直接使用。

Indicates whether to show the decimal point.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ShowDecimalPoint As ReportExpression(Of Boolean)
    Get
    Set
用法
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>)