'Declaration Public Overloads Sub Export( _ ByVal document As SectionDocument, _ ByVal stream As Stream _ )
public void Export( SectionDocument document, Stream stream )
Parameters
- document
- The ActiveReports Document object to export.
- stream
- System.IO.Stream to save the PDF document.