Compartir a través de


ReportSize Constructor (Double, SizeTypes)

Creates a new instance of the ReportSize class.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

ReportSize Estructura

Sobrecarga de ReportSize

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel