次の方法で共有


ReportSize.SerializedDecimalDigits プロパティ

レポート サイズのシリアル化に使用する小数点以下桁数を取得または設定します。

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

構文

'宣言
Public Shared Property SerializedDecimalDigits As Integer 
    Get 
    Set
'使用
Dim value As Integer 

value = ReportSize.SerializedDecimalDigits 

ReportSize.SerializedDecimalDigits = value
public static int SerializedDecimalDigits { get; set; }
public:
static property int SerializedDecimalDigits {
    int get ();
    void set (int value);
}
static member SerializedDecimalDigits : int with get, set
static function get SerializedDecimalDigits () : int 
static function set SerializedDecimalDigits (value : int)

プロパティ値

型: System.Int32
レポート サイズのシリアル化に使用する小数点以下桁数。

関連項目

参照

ReportSize 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間