Partilhar via


Construtor ReportSize (Double, SizeTypes)

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, _
    type As SizeTypes _
)
'Uso
Dim value As Double
Dim type As SizeTypes

Dim instance As New ReportSize(value, type)
public ReportSize(
    double value,
    SizeTypes type
)
public:
ReportSize(
    double value, 
    SizeTypes type
)
new : 
        value:float * 
        type:SizeTypes -> ReportSize
public function ReportSize(
    value : double, 
    type : SizeTypes
)

Parâmetros