Class PreviewControl.ExportEventArgs
Inheritance
System.Object
System.EventArgs
PreviewControl.ExportEventArgs
Assembly: FastReport.dll
Syntax
public class ExportEventArgs : EventArgs
Constructors
ExportEventArgs(ExportBase, Report, List<PreparedPages>)
Declaration
public ExportEventArgs(ExportBase export, Report report, List<PreparedPages> pagesOfTabs)
Parameters
Properties
Export
Declaration
public ExportBase Export { get; }
Property Value
PagesOfTabs
Declaration
public List<PreparedPages> PagesOfTabs { get; }
Property Value
Report
Declaration
public Report Report { get; }
Property Value