ReportSize 类

定义

表示报表上长度的单位。

public ref class ReportSize sealed
public sealed class ReportSize
type ReportSize = class
Public NotInheritable Class ReportSize
继承
ReportSize

构造函数

ReportSize(String)

创建 ReportSize 的新实例。

ReportSize(String, Boolean)

创建 ReportSize 的新实例。

方法

FromMillimeters(Double)

通过以毫米为单位指定大小返回 ReportSize 对象。

SumSizes(ReportSize, ReportSize)

返回两个报表大小之和。

ToCentimeters()

以厘米为单位返回报表大小。

ToInches()

以英寸为单位返回报表大小。

ToMillimeters()

以毫米为单位返回报表大小。

ToPoints()

以磅为单位返回报表大小。

ToString()

将报表大小作为字符串返回。

TryParse(String, Boolean, ReportSize)

尝试将字符串值分析为 ReportSize

TryParse(String, ReportSize)

尝试将字符串值分析为 ReportSize

适用于