Freigeben über


ReportSize-Konstruktor

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

Namespace:  Microsoft.ReportingServices.ReportRendering
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
)

Parameter

Siehe auch

Verweis

ReportSize Klasse

Microsoft.ReportingServices.ReportRendering-Namespace