Partager via


Constructeur ReportSize (String)

Creates a new instance of ReportSize.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    size As String _
)
'Utilisation
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
)

Paramètres