Proprietà ReportSize.Value

Gets the value of the size.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Value As Double 
    Get
'Utilizzo
Dim instance As ReportSize 
Dim value As Double 

value = instance.Value
public double Value { get; }
public:
property double Value {
    double get ();
}
member Value : float
function get Value () : double

Valore proprietà

Tipo: System.Double
The value of the size.

Vedere anche

Riferimento

ReportSize Struttura

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel