报告ReportEngineBase增加页眉页脚,修改因模板变动和分栏、边距等需要修改的函数代码。
This commit is contained in:
@@ -14,7 +14,8 @@ namespace XP.ReportEngine.Interfaces
|
||||
/// </summary>
|
||||
/// <param name="pages">排版后的页面列表 | Laid-out pages</param>
|
||||
/// <param name="options">生成选项 | Generation options</param>
|
||||
/// <param name="template">绑定后的模板(用于页眉页脚配置)| Bound template (for header/footer config)</param>
|
||||
/// <returns>PDF 内存流 | PDF memory stream</returns>
|
||||
MemoryStream Render(List<LayoutPage> pages, ReportGenerationOptions options);
|
||||
MemoryStream Render(List<LayoutPage> pages, ReportGenerationOptions options, ReportTemplate template = null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user