Sdílet prostřednictvím


ReportSize Constructor (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
)

Parameters

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

See Also

Reference

ReportSize Structure

ReportSize Overload

Microsoft.ReportingServices.RdlObjectModel Namespace