Executes the report.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public void Run () |
Visual Basic Copy Code |
---|
Public Sub Run () |
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.