CompositeLink Methods
A composite link that can be used to combine several Printing Links together into a composite document.| Name | Description |
|---|---|
| CreateDocument() | Creates a document from the link, so it can be displayed or printed. Inherited from LinkBase. |
| CreateDocument(Boolean) | Creates a document from the link, so it can be displayed or printed. Optionally, the document pages can be generated progressively and accessed as soon as they are created. Document creation is always synchronous and does not occur in a background thread. Inherited from LinkBase. |
| CreatePageForEachLink() | Used to export each link contained in the Composite Link to a separate page (e.g., when exported to PDF, Excel or RTF files). |
| Dispose() | Disposes the LinkBase object. Inherited from LinkBase. |
| ExportToCsv(Stream, CsvExportOptions) | Exports a report to the specified stream in CSV format using the specified CSV-specific options. Inherited from LinkBase. |
| ExportToCsv(Stream) | Exports a report to the specified stream in CSV format. Inherited from LinkBase. |
| ExportToCsv(String, CsvExportOptions) | Exports a report to the specified file path in CSV format using the specified CSV-specific options. Inherited from LinkBase. |
| ExportToCsv(String) | Exports a report to the specified file path in CSV format. Inherited from LinkBase. |
| ExportToDocx(Stream, DocxExportOptions) | Exports a document to the specified stream in DOCX format using the defined DOCX-specific options. Inherited from LinkBase. |
| ExportToDocx(Stream) | Exports a document to the specified stream in DOCX format. Inherited from LinkBase. |
| ExportToDocx(String, DocxExportOptions) | Exports a document to the specified file path in DOCX format using the specified DOCX-specific options. Inherited from LinkBase. |
| ExportToDocx(String) | Exports a document to the specified file path in DOCX format. Inherited from LinkBase. |
| ExportToHtml(Stream, HtmlExportOptions) | Exports a report to the specified stream in HTML format using the specified HTML-specific options. Inherited from LinkBase. |
| ExportToHtml(Stream) | Exports a report to the specified stream in HTML format. Inherited from LinkBase. |
| ExportToHtml(String, HtmlExportOptions) | Exports a report to the specified file path in HTML format using the specified HTML-specific options. Inherited from LinkBase. |
| ExportToHtml(String) | Exports a report to the specified file path in HTML format. Inherited from LinkBase. |
| ExportToImage(Stream, DXImageFormat) | Inherited from LinkBase. |
| ExportToImage(Stream, ImageExportOptions) | Exports a report to the specified stream in image format using the specified image-specific options. Inherited from LinkBase. |
| ExportToImage(Stream) | Exports a report to the specified stream as an image. Inherited from LinkBase. |
| ExportToImage(String, DXImageFormat) | Inherited from LinkBase. |
| ExportToImage(String, ImageExportOptions) | Exports a report to the specified file path in image format using the specified image-specific options. Inherited from LinkBase. |
| ExportToImage(String) | Exports a report to the specified file path in image format. Inherited from LinkBase. |
| ExportToMht(Stream, MhtExportOptions) | Exports a report to the specified stream in MHT format using the specified MHT-specific options. Inherited from LinkBase. |
| ExportToMht(Stream) | Exports a report to the specified stream in MHT format. Inherited from LinkBase. |
| ExportToMht(String, MhtExportOptions) | Exports a report to the specified file path in MHT format using the specified MHT-specific options. Inherited from LinkBase. |
| ExportToMht(String) | Exports a report to the specified file path in MHT format. Inherited from LinkBase. |
| ExportToPdf(Stream, PdfExportOptions) | Exports a report to the specified stream in PDF format using the specified PDF-specific options. Inherited from LinkBase. |
| ExportToPdf(Stream) | Exports a report to the specified stream in PDF format. Inherited from LinkBase. |
| ExportToPdf(String, PdfExportOptions) | Exports a report to the specified file path in PDF format, using the specified PDF-specific options. Inherited from LinkBase. |
| ExportToPdf(String) | Exports a report to the specified file path in PDF format. Inherited from LinkBase. |
| ExportToRtf(Stream, RtfExportOptions) | Exports a report to the specified stream in RTF format using the specified RTF-specific options. Inherited from LinkBase. |
| ExportToRtf(Stream) | Exports a report to the specified stream in RTF format. Inherited from LinkBase. |
| ExportToRtf(String, RtfExportOptions) | Exports a report to the specified file path in RTF format using the specified RTF-specific options. Inherited from LinkBase. |
| ExportToRtf(String) | Exports a report to the specified file path in RTF format. Inherited from LinkBase. |
| ExportToText(Stream, TextExportOptions) | Exports a report to the specified stream in text format using the specified TXT-specific options. Inherited from LinkBase. |
| ExportToText(Stream) | Exports a report to the specified stream in Text format. Inherited from LinkBase. |
| ExportToText(String, TextExportOptions) | Exports a report to the specified file path in text format using the specified TXT-specific options. Inherited from LinkBase. |
| ExportToText(String) | Exports a report to the specified file path in text format. Inherited from LinkBase. |
| ExportToXls(Stream, XlsExportOptions) | Exports a report to the specified stream in XLS format using the specified XLS-specific options. Inherited from LinkBase. |
| ExportToXls(Stream) | Exports a report to the specified stream in XLS format. Inherited from LinkBase. |
| ExportToXls(String, XlsExportOptions) | Exports a report to the specified file path in XLS format using the specified XLS-specific options. Inherited from LinkBase. |
| ExportToXls(String) | Exports a report to the specified file path in XLS format. Inherited from LinkBase. |
| ExportToXlsx(Stream, XlsxExportOptions) | Exports a report to the specified stream in XLSX format using the specified XLSX-specific options. Inherited from LinkBase. |
| ExportToXlsx(Stream) | Exports a report to the specified stream in XLSX format. Inherited from LinkBase. |
| ExportToXlsx(String, XlsxExportOptions) | Exports a report to the specified file path in XLSX format using the specified XLSX-specific options. Inherited from LinkBase. |
| ExportToXlsx(String) | Exports a report to the specified file path in XLSX format. Inherited from LinkBase. |
| ExportToXps(Stream, XpsExportOptions) | Exports a report to the specified stream in XPS format using the specified XPS-specific options. Inherited from LinkBase. |
| ExportToXps(String, XpsExportOptions) | Exports a report to the specified file path in XPS format using the specified XPS-specific options. Inherited from LinkBase. |
| Print() | Opens the Print dialog that allows printing the current document. Inherited from LinkBase. |
| PrintDirect() | Prints the current document to a default printer. Inherited from LinkBase. |
| PrintDirect(String) | Prints the current document to the specified printer. Inherited from LinkBase. |
| ShowPrintPreview(FrameworkElement, String) | Displays the Print Preview of the link’s document using the specified owner and title. Inherited from LinkBase. |
| ShowPrintPreview(FrameworkElement) | Displays the Print Preview of the link’s document using the specified owner. Inherited from LinkBase. |
| ShowPrintPreviewDialog(Window, String) | Displays the modal Print Preview of the link’s document using the specified owner and title. Inherited from LinkBase. |
| ShowPrintPreviewDialog(Window) | Displays the modal Print Preview of the link’s document using the specified owner. Inherited from LinkBase. |
| ShowRibbonPrintPreview(FrameworkElement, String) | Invokes the Ribbon Print Preview form which shows the print preview of the document for this link. Inherited from LinkBase. |
| ShowRibbonPrintPreview(FrameworkElement) | Invokes the Ribbon Print Preview form which shows the print preview of the document for this link. Inherited from LinkBase. |
| ShowRibbonPrintPreviewDialog(Window, String) | Invokes the Ribbon Print Preview form which modally shows the print preview of the document for this link. Inherited from LinkBase. |
| ShowRibbonPrintPreviewDialog(Window) | Invokes the Ribbon Print Preview form which modally shows the print preview of the document for this link. Inherited from LinkBase. |
| StopPageBuilding() | Interrupts the process of document creation. Inherited from LinkBase. |
See Also