ReportPageSettings クラス
レポートのページ設定を表します。
継承階層
System.Object
Microsoft.Reporting.WinForms.ReportPageSettings
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class ReportPageSettings
'使用
Dim instance As ReportPageSettings
[SerializableAttribute]
public sealed class ReportPageSettings
[SerializableAttribute]
public ref class ReportPageSettings sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type ReportPageSettings = class end
public final class ReportPageSettings
ReportPageSettings 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
IsLandscape | レポート定義ファイルで定義されているレポートの向きが横であるかどうかを示します。 | |
Margins | レポート ページの余白を表します。読み取り専用です。 | |
PaperSize | レポート ページの用紙サイズ設定を表します。読み取り専用です。 |
Top
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
Top
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。