Gets the FixedDocument, which acts as rendering target.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public FixedDocument Document { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Document As FixedDocument |
A WPF FixedDocument object.
See Also