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)

2 つのレポート サイズの合計を返します。

ToCentimeters()

センチメートル単位のレポート サイズを返します。

ToInches()

インチ単位のレポート サイズを返します。

ToMillimeters()

ミリメートル単位のレポート サイズを返します。

ToPoints()

ポイント単位のレポート サイズを返します。

ToString()

レポートのサイズを文字列として返します。

TryParse(String, Boolean, ReportSize)

文字列値の ReportSize への解析を試みます。

TryParse(String, ReportSize)

文字列値の ReportSize への解析を試みます。

適用対象