SharpLeaf Reference > SharpLeaf Methods > RenderDocument Method SharpLeaf.RenderDocument Method
Return completed report as a Document instance, for advanced page-level control and output.
Overloads
Result
Document containing report.
Example
doc = lf.RenderDocument(lf.Page); // Get current page only
doc.SaveImage("page"+lf.Page.ToString()+".png",ImageFormat.Png);
See also ...Document Class | SharpLeaf Members
Send comments on this topic © Dyalog Ltd 2021
|