ReportSize 构造函数

定义

创建 ReportSize 的新实例。

重载

ReportSize(String)

创建 ReportSize 的新实例。

ReportSize(String, Boolean)

创建 ReportSize 的新实例。

ReportSize(String)

创建 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)

参数

size
String

报表的大小。

适用于

ReportSize(String, Boolean)

创建 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)

参数

size
String

报表的大小。

allowNegative
Boolean

是否允许负值。size

适用于