Gets or sets a reference to the Report displayed in the viewer.
Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.WinForms
SyntaxC#
Copy Code
|
|---|
public Report Report { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Report As Report |
An instance of the Report class.
See Also