次の方法で共有


ShowDecimalPoint プロパティ

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

小数点を表示するかどうかを示します。

名前空間:  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>)