public void ExportToPDF( string outputName, PDFFormat exportFormat, ReportExportOptions reportExportOptions, bool useSelection )
Public Sub ExportToPDF( _ ByVal outputName As String, _ ByVal exportFormat As PDFFormat, _ ByVal reportExportOptions As ReportExportOptions, _ ByVal useSelection As Boolean _ )
Parameters
- outputName
- Output file name.
- exportFormat
- Provides PDFFormat export options.
- reportExportOptions
- Report export options.
- useSelection
- Use the MapMember selection. If set to false, will override the default behavior and force all records to be exported.