Compartir a través de


ReportSize Constructor

Initializes a new instance of the ReportSize object with the given size string.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Sub New ( _
    size As String _
)
'Uso
Dim size As String 

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

Parámetros

Vea también

Referencia

ReportSize Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering