MindFusion.Reporting for Silverlight Programmer's Guide
Report.Run Method
See Also
 





Executes the report.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public void Run ()

Visual Basic  Copy Code

Public Sub Run ()

 Remarks

This 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

Report Members
Report Class
MindFusion.Reporting.Silverlight Namespace
Layout Method