Compartir a través de


ReportSize Constructor (String)

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 String _
)
'Uso
Dim value As String 

Dim instance As New ReportSize(value)
public ReportSize(
    string value
)
public:
ReportSize(
    String^ value
)
new : 
        value:string -> ReportSize
public function ReportSize(
    value : String
)

Parámetros

  • value
    Tipo: System.String
    A string value that represents the size.

Vea también

Referencia

ReportSize Estructura

Sobrecarga de ReportSize

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel