ReportSize クラス
レポートでの長さの単位を表します。
継承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: 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 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ReportSize(String) | ReportSize の新しいインスタンスを作成します。 | |
ReportSize(String, Boolean) | ReportSize の新しいインスタンスを作成します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
FromMillimeters | ミリメートル単位のサイズを指定することによって ReportSize オブジェクトを返します。 | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
SumSizes | 2 つのレポート サイズの合計を返します。 | |
ToCentimeters | センチメートル単位のレポート サイズを返します。 | |
ToInches | インチ単位のレポート サイズを返します。 | |
ToMillimeters | ミリメートル単位のレポート サイズを返します。 | |
ToPoints | ポイント単位のレポート サイズを返します。 | |
ToString | レポートのサイズを文字列として返します。 (Object.ToString() をオーバーライドします。) | |
TryParse(String, ReportSize%) | 文字列値の ReportSize への解析を試みます。 | |
TryParse(String, Boolean, ReportSize%) | 文字列値の ReportSize への解析を試みます。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。