Renders the page with the specified 0-based index on the specified IRenderTarget object.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public void RenderPage ( |
Visual Basic
Copy Code
|
|---|
Public Sub RenderPage ( _ |
RemarksRendering a page using this method will not invoke BeginRender and EndRender on the supplied IRenderTarget object.
See Also