Construtor ReportSize (Double)
Creates a new instance of the ReportSize class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub New ( _
value As Double _
)
'Uso
Dim value As Double
Dim instance As New ReportSize(value)
public ReportSize(
double value
)
public:
ReportSize(
double value
)
new :
value:float -> ReportSize
public function ReportSize(
value : double
)
Parâmetros
- value
Tipo: System. . :: . .Double
Report size of in points.
Consulte também