ReportSize Constructor (String)

Creates a new instance of ReportSize.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Sub New ( _
    size As String _
)
'Usage
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
)

Parameters