ReportSize 構造体

定義

レポートでの長さの単位を表します。

public value class ReportSize : IComparable, IFormattable, System::Xml::Serialization::IXmlSerializable
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportSizeConverter))]
public struct ReportSize : IComparable, IFormattable, System.Xml.Serialization.IXmlSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportingServices.RdlObjectModel.ReportSizeConverter))>]
type ReportSize = struct
    interface IXmlSerializable
    interface IFormattable
Public Structure ReportSize
Implements IComparable, IFormattable, IXmlSerializable
継承
ReportSize
属性
実装

コンストラクター

ReportSize(Double)

ReportSize クラスの新しいインスタンスを作成します。

ReportSize(Double, SizeTypes)

ReportSize クラスの新しいインスタンスを作成します。

ReportSize(String)

ReportSize クラスの新しいインスタンスを作成します。

ReportSize(String, IFormatProvider)

ReportSize クラスの新しいインスタンスを作成します。

ReportSize(String, IFormatProvider, SizeTypes)

ReportSize クラスの新しいインスタンスを作成します。

プロパティ

DefaultType

サイズの既定の単位を取得または設定します。

DotsPerInch

DPI を取得します。

Empty

空のレポート サイズに使用するレポート サイズを取得します。

IsEmpty

レポート サイズが設定されていないかどうかを示す値を取得します。

SerializedDecimalDigits

レポート サイズのシリアル化に使用する小数点以下桁数を取得または設定します。

SerializedValue

シリアル化されたレポート サイズの値を取得します。

Type

サイズの単位を取得します。

Value

サイズの値を取得します。

メソッド

Equals(Object)

2 つの ReportSize オブジェクトが同じサイズであるかどうかを示す値を返します。

FromPixels(Double, SizeTypes)

ピクセルを指定することによって、ReportSize を返します。

GetHashCode()

ReportSize の一意のハッシュ コードを取得します。

Parse(String, IFormatProvider)

文字列を解析して ReportSize を返します。

SetPixels(Double)

サイズのピクセル数を設定します。

ToCentimeters()

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

ToInches()

インチ単位のサイズを返します。

ToIntPixels()

ピクセル単位のサイズを返します。

ToMillimeters()

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

ToPixels()

ピクセル単位のサイズを返します。

ToPoints()

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

ToString()

サイズの文字列表記を返します。

ToString(String, IFormatProvider)

サイズの文字列表記を返します。

演算子

Addition(ReportSize, ReportSize)

2 つのサイズを加算します。

Equality(ReportSize, ReportSize)

2 つのサイズが等しいかどうかをテストします。

GreaterThan(ReportSize, ReportSize)

1 つ目のサイズが 2 つ目のサイズより大きいかどうかをテストします。

Inequality(ReportSize, ReportSize)

2 つのサイズが等しくないかどうかをテストします。

LessThan(ReportSize, ReportSize)

1 つ目のサイズが 2 つ目のサイズより小さいかどうかをテストします。

Subtraction(ReportSize, ReportSize)

1 つ目のサイズから 2 つ目のサイズを減算します。

明示的なインターフェイスの実装

IComparable.CompareTo(Object)

オブジェクトを指定したサイズと比較します。

IXmlSerializable.GetSchema()

XML スキーマを返します。

IXmlSerializable.ReadXml(XmlReader)

xml ドキュメントを読み取ります。

IXmlSerializable.WriteXml(XmlWriter)

XML ドキュメントを書き込みます。

適用対象