Partager via


Constructeur ReportSize (String)

Creates a new instance of the ReportSize class.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

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

Paramètres