バージョン

ReportPagePresenter クラス

Report の 1 ページを表します
シンタックス
'宣言
 
Public Class ReportPagePresenter 
   Inherits System.Windows.Controls.HeaderedContentControl
public class ReportPagePresenter : System.Windows.Controls.HeaderedContentControl 
解説

この要素のインスタンスは、各 Infragistics.Windows.Reporting.ReportSection から内部で作成されたレポートのページを表します。その Margin プロパティは、ReportSettingsInfragistics.Windows.Reporting.ReportSettings.Margin プロパティに基づいて設定されます。

スタイル、テンプレート、ヘッダー内容、およびフッター内容は の以下のプロパティを設定してプロジェクト全体で指定できます:

セクションでこれらのデフォルトをオーバーライドするために、同じプロパティが Infragistics.Windows.Reporting.ReportSection で公開されます。

注: オブジェクトが Infragistics.Windows.Reporting.IEmbeddedVisualPaginator または Infragistics.Windows.Reporting.IEmbeddedVisualPaginatorFactory のインターフェイスを実装して (例えば、XamDataGrid)、各ページが EmbeddedVisualReportSection.GetPage から返されたときに EmbeddedVisualReportSection にある場合、ReportPagePresenter の DataContext を Infragistics.Windows.Reporting.IEmbeddedVisualPaginator.CurrentPageDataContext から返された値に設定されます。XamDataGrid の場合、これはページで最初の Record になります。

参照