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, SizeTypes)

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

ReportSize(Double)

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

ReportSize(String, IFormatProvider, SizeTypes)

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

ReportSize(String, IFormatProvider)

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

ReportSize(String)

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)

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

Inequality(ReportSize, ReportSize)

2つのサイズの不等式を検証します。

LessThan(ReportSize, ReportSize)

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

Subtraction(ReportSize, ReportSize)

最初のサイズから2つ目のサイズを差し引いてください。

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

名前 説明
IComparable.CompareTo(Object)

指定されたサイズと対象を比較します。

IXmlSerializable.GetSchema()

xmlスキーマを返します。

IXmlSerializable.ReadXml(XmlReader)

XMLドキュメントを読みます。

IXmlSerializable.WriteXml(XmlWriter)

XMLドキュメントを書いています。

適用対象