MindFusion WinForms Programmer's Guide
Report.Run Method
See Also
 





Executes the report.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public void Run ()

Visual Basic  Copy Code

Public Sub Run ()

 Remarks

It 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

Report Members
Report Class
MindFusion.Reporting Namespace