ReportSize クラス
レポートでの長さの単位を表します。このクラスには、長さをさまざまな形式に変換するメソッドが含まれています。 このクラスは継承できません。
継承階層
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ReportSize
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public NotInheritable Class ReportSize
'使用
Dim instance As ReportSize
public sealed class ReportSize
public ref class ReportSize sealed
[<SealedAttribute>]
type ReportSize = class end
public final class ReportSize
ReportSize 型は、以下のメンバーを公開しています。
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToCentimeters | レポート サイズの長さをセンチメートルに変換します。 | |
ToInches | レポート サイズの長さをインチに変換します。 | |
ToMillimeters | 長さをミリメートルに変換します。 | |
ToPoints | レポート サイズの長さをポイントに変換します。 | |
ToString | サイズをレポート定義で表される文字列値に変換します。 (Object. . :: . .ToString() () () () をオーバーライドします。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。