Executes the report.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public void Run () |
Visual Basic
Copy Code
|
|---|
Public Sub Run () |
RemarksThis method perform various internal processing and is required to call before doing layouting of a Report. The report needs to be run only once (unless its structure is changed dynamically afterwards) and can be subsequently laid out multiple times on papers with different sizes and orientations.
See Also