Executes the report.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public void Run () |
Visual Basic
Copy Code
|
|---|
Public Sub Run () |
RemarksIt is imperative to invoke this method after the report design has been completed and before the report is actually used. This method performs all necessary operations such as data-binding of report items, expression evaluation, and so on.
See Also