次の方法で共有


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 から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド静的メンバー FromMillimeters ミリメートル単位のサイズを指定することによって ReportSize オブジェクトを返します。
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド静的メンバー SumSizes 2 つのレポート サイズの合計を返します。
パブリック メソッド ToCentimeters センチメートル単位のレポート サイズを返します。
パブリック メソッド ToInches インチ単位のレポート サイズを返します。
パブリック メソッド ToMillimeters ミリメートル単位のレポート サイズを返します。
パブリック メソッド ToPoints ポイント単位のレポート サイズを返します。
パブリック メソッド ToString レポートのサイズを文字列として返します。 (Object. . :: . .ToString() () () () をオーバーライドします。)
パブリック メソッド静的メンバー TryParse(String, ReportSize%) 文字列値の ReportSize への解析を試みます。
パブリック メソッド静的メンバー TryParse(String, Boolean, ReportSize%) 文字列値の ReportSize への解析を試みます。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。