PrintDocument for WinForms
HorzPageFooterOnLastPage プロパティ (RenderTable)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderTable クラス : HorzPageFooterOnLastPage プロパティ
Gets or sets a value indicating whether a horizontal page footer, if defined (see remarks), should be printed on the last of the pages spanned by the current table.
シンタックス
'宣言
 
Public Property HorzPageFooterOnLastPage As System.Boolean
'使用法
 
Dim instance As RenderTable
Dim value As System.Boolean
 
instance.HorzPageFooterOnLastPage = value
 
value = instance.HorzPageFooterOnLastPage
public System.bool HorzPageFooterOnLastPage {get; set;}
解説
To define a horizontal page footer, create a row group on the current table, and mark it as a page or column footer, e.g. like this: RenderTable rt = new RenderTable(); rt.RowGroups[10, 2].Footer = TableFooterEnum.All;
参照

RenderTable クラス
RenderTable メンバ
RowGroups プロパティ
Footer プロパティ
TableFooterEnum 列挙体