ReportSize Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of ReportSize.
Overloads
ReportSize(String) |
Creates a new instance of ReportSize. |
ReportSize(String, Boolean) |
Creates a new instance of ReportSize. |
ReportSize(String)
Creates a new instance of ReportSize.
public:
ReportSize(System::String ^ size);
public ReportSize (string size);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportSize : string -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Sub New (size As String)
Parameters
- size
- String
The size of the report.
Applies to
ReportSize(String, Boolean)
Creates a new instance of ReportSize.
public:
ReportSize(System::String ^ size, bool allowNegative);
public ReportSize (string size, bool allowNegative);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportSize : string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Sub New (size As String, allowNegative As Boolean)
Parameters
- size
- String
The size of the report.
- allowNegative
- Boolean
Whether to allow negative values in size
.