Freigeben über


ReportSize-Konstruktor (String)

Creates a new instance of the ReportSize class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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

Parameter

  • value
    Typ: System.String
    A string value that represents the size.

Siehe auch

Verweis

ReportSize Struktur

ReportSize-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace