ReportViewer.GetPageSettings メソッド
ReportViewer コントロールで現在のレポートを印刷するとき、または印刷レイアウト モードで表示するときに使用されるページ設定を返します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public Function GetPageSettings As PageSettings
'使用
Dim instance As ReportViewer
Dim returnValue As PageSettings
returnValue = instance.GetPageSettings()
public PageSettings GetPageSettings()
public:
PageSettings^ GetPageSettings()
member GetPageSettings : unit -> PageSettings
public function GetPageSettings() : PageSettings
戻り値
型: System.Drawing.Printing.PageSettings
ReportViewer コントロールで現在のレポートを印刷するとき、または印刷レイアウト モードで表示するときに使用されるページ設定を含む PageSettings オブジェクト。ReportViewer コントロールでレポートがまだ処理されていない場合は null。
説明
既定では、ReportViewer コントロールで現在のレポートを印刷するとき、または印刷レイアウト モードで表示するときには、レポート定義で指定されているページ設定が使用されます。返された PageSettings オブジェクトのプロパティを変更してページ設定を修正しても、効果はありません。ページ設定を変更するには、SetPageSettings メソッドを使用する必要があります。
返されたページ設定は、ReportViewer コントロールの現在のレポートにのみ適用されます。現在のレポートからアクセスできるドリルスルー レポートと親レポートには適用されません。