ReportSize(String) Constructor

Definition

Initializes a new instance of the ReportSize object with the given size string.

public:
 ReportSize(System::String ^ size);
public ReportSize (string size);
new Microsoft.ReportingServices.ReportRendering.ReportSize : string -> Microsoft.ReportingServices.ReportRendering.ReportSize
Public Sub New (size As String)

Parameters

size
String

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

Applies to