Partilhar via


ReportSize Constructor

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 _
)
public ReportSize (
    string size
)
public:
ReportSize (
    String^ size
)
public ReportSize (
    String size
)
public function ReportSize (
    size : String
)

Parameters

  • size
    The size to make the report. Valid values are of type ReportSize.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ReportSize Class
ReportSize Members
Microsoft.ReportingServices.ReportRendering Namespace