Gets the report being drawn.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public Report Report { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Report As Report |
A reference to the Report that is being drawn.
See Also