Propriedade do RDL Value
The value of the size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public ReadOnly Property Value As Double
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Double
A double value.
Consulte também