An implementation of the IRenderTarget, which renders a report on a WPF Canvas.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public class CanvasRenderTarget : IRenderTarget |
Visual Basic
Copy Code
|
|---|
Public Class CanvasRenderTarget |
ExampleThe following code illustrates how to use this class. The code assumes that report is a variable identifying existing Report, which has been already run.
C#
Copy Code
|
|---|
ReportLayout layout = report.Layout(new Size(8.5 * 96, 11 * 96), |
Visual Basic
Copy Code
|
|---|
Dim layout = report.Layout(New Size(8.5 * 96, 11 * 96), _ |
Inheritance HierarchySystem.Object![]()
MindFusion.Reporting.Wpf.CanvasRenderTarget
See Also