Поделиться через


Свойство 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