| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Export( _ ByVal document As Document, _ ByVal filePath As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- document
- The ActiveReports object to export.
- filePath
- The file name and path to which to save the PDF file.
| C# | Copy Code |
|---|---|
privateAvoidAbtnExport_Click(objectAsender,ASystem.EventArgsAe) | |
| Visual Basic | Copy Code |
|---|---|
PrivateASubAbtnExport_Click(ByValAsenderAAsASystem.Object,AByValAeAAsASystem.EventArgs)AHandlesAButton2.Click | |