Propriedade do RDL SerializedDecimalDigits
The number of decimal places to use for serializing the report size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Property SerializedDecimalDigits As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Int32
An int value.
Consulte também