共用方式為


ReportSize.SerializedDecimalDigits 屬性

Gets or sets the number of decimal places to use for serializing the report size.

命名空間:  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
The number of decimal places to use for serializing the report size.

請參閱

參考

ReportSize 結構

Microsoft.ReportingServices.RdlObjectModel 命名空間