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


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

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