レポート サイズのシリアル化に使用する小数点以下桁数を取得または設定します。
名前空間: 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
レポート サイズのシリアル化に使用する小数点以下桁数。