次の方法で共有


Field.TreatAsNumeric プロパティ

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

フィールドの値が数値として処理されるかどうかを示す値を取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public ReadOnly Property TreatAsNumeric As Boolean 
    Get
'使用
Dim instance As Field 
Dim value As Boolean 

value = instance.TreatAsNumeric
public bool TreatAsNumeric { get; }
public:
property bool TreatAsNumeric {
    bool get ();
}
member TreatAsNumeric : bool
function get TreatAsNumeric () : boolean

プロパティ値

型: System.Boolean
フィールドの値が数値として処理される場合は true、それ以外の場合は false。

関連項目

参照

Field クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間