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