Search
ContinuePrintingReportEventArgs.Report Property
See Also
 





Gets a reference to the Report control being printed.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public Report Report { get; }

Visual Basic  Copy Code

Public ReadOnly Property Report As Report

 Property Value

An instance of the Report class.

 See Also