ActiveReports.PdfExport Request technical support
Export(Document,Stream) Method
See Also 


document
The ActiveReports object to export.
stream
The System.IO.Stream to which to save the PDF.
Exports the specified document to a PDF stream.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Export( _
   ByVal document As Document, _
   ByVal stream As Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As PdfExport
Dim document As Document
Dim stream As Stream
 
instance.Export(document, stream)
C# 
public void Export( 
   Document document,
   Stream stream
)

Parameters

document
The ActiveReports object to export.
stream
The System.IO.Stream to which to save the PDF.

See Also