'Declaration Public Overloads Sub Export( _ ByVal document As PageDocument, _ ByVal stream As Stream _ )
public void Export( PageDocument document, Stream stream )
Parameters
- document
- The ActiveReports PageDocument object to export.
- stream
- The Stream to write the RTF to.