The ReportPrintDocument type exposes the following members.

Events

  NameDescription
BeginPrint
Occurs when the Print()()() method is called and before the first page of the document prints.
(Inherited from PrintDocument.)
Disposed
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.)
EndPrint
Occurs when the last page of the document has printed.
(Inherited from PrintDocument.)
PrintPage
Occurs when the output to print for the current page is needed.
(Inherited from PrintDocument.)
QueryPageSettings
Occurs immediately before each PrintPage event.
(Inherited from PrintDocument.)

See Also