|
CreateDocument()
|
Creates a document from the link, so it can be displayed or printed.
|
|
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.
|
|
Dispose()
|
Disposes the LinkBase object.
|
|
ExportToCsv(Stream, CsvExportOptions)
|
Exports a report to the specified stream in CSV format using the specified CSV-specific options.
|
|
ExportToCsv(Stream)
|
Exports a report to the specified stream in CSV format.
|
|
ExportToCsv(String, CsvExportOptions)
|
Exports a report to the specified file path in CSV format using the specified CSV-specific options.
|
|
ExportToCsv(String)
|
Exports a report to the specified file path in CSV format.
|
|
ExportToDocx(Stream, DocxExportOptions)
|
Exports a document to the specified stream in DOCX format using the defined DOCX-specific options.
|
|
ExportToDocx(Stream)
|
Exports a document to the specified stream in DOCX format.
|
|
ExportToDocx(String, DocxExportOptions)
|
Exports a document to the specified file path in DOCX format using the specified DOCX-specific options.
|
|
ExportToDocx(String)
|
Exports a document to the specified file path in DOCX format.
|
|
ExportToHtml(Stream, HtmlExportOptions)
|
Exports a report to the specified stream in HTML format using the specified HTML-specific options.
|
|
ExportToHtml(Stream)
|
Exports a report to the specified stream in HTML format.
|
|
ExportToHtml(String, HtmlExportOptions)
|
Exports a report to the specified file path in HTML format using the specified HTML-specific options.
|
|
ExportToHtml(String)
|
Exports a report to the specified file path in HTML format.
|
|
ExportToImage(Stream, DXImageFormat)
|
|
|
ExportToImage(Stream, ImageExportOptions)
|
Exports a report to the specified stream in image format using the specified image-specific options.
|
|
ExportToImage(Stream)
|
Exports a report to the specified stream as an image.
|
|
ExportToImage(String, DXImageFormat)
|
|
|
ExportToImage(String, ImageExportOptions)
|
Exports a report to the specified file path in image format using the specified image-specific options.
|
|
ExportToImage(String)
|
Exports a report to the specified file path in image format.
|
|
ExportToMht(Stream, MhtExportOptions)
|
Exports a report to the specified stream in MHT format using the specified MHT-specific options.
|
|
ExportToMht(Stream)
|
Exports a report to the specified stream in MHT format.
|
|
ExportToMht(String, MhtExportOptions)
|
Exports a report to the specified file path in MHT format using the specified MHT-specific options.
|
|
ExportToMht(String)
|
Exports a report to the specified file path in MHT format.
|
|
ExportToPdf(Stream, PdfExportOptions)
|
Exports a report to the specified stream in PDF format using the specified PDF-specific options.
|
|
ExportToPdf(Stream)
|
Exports a report to the specified stream in PDF format.
|
|
ExportToPdf(String, PdfExportOptions)
|
Exports a report to the specified file path in PDF format, using the specified PDF-specific options.
|
|
ExportToPdf(String)
|
Exports a report to the specified file path in PDF format.
|
|
ExportToRtf(Stream, RtfExportOptions)
|
Exports a report to the specified stream in RTF format using the specified RTF-specific options.
|
|
ExportToRtf(Stream)
|
Exports a report to the specified stream in RTF format.
|
|
ExportToRtf(String, RtfExportOptions)
|
Exports a report to the specified file path in RTF format using the specified RTF-specific options.
|
|
ExportToRtf(String)
|
Exports a report to the specified file path in RTF format.
|
|
ExportToText(Stream, TextExportOptions)
|
Exports a report to the specified stream in text format using the specified TXT-specific options.
|
|
ExportToText(Stream)
|
Exports a report to the specified stream in Text format.
|
|
ExportToText(String, TextExportOptions)
|
Exports a report to the specified file path in text format using the specified TXT-specific options.
|
|
ExportToText(String)
|
Exports a report to the specified file path in text format.
|
|
ExportToXls(Stream, XlsExportOptions)
|
Exports a report to the specified stream in XLS format using the specified XLS-specific options.
|
|
ExportToXls(Stream)
|
Exports a report to the specified stream in XLS format.
|
|
ExportToXls(String, XlsExportOptions)
|
Exports a report to the specified file path in XLS format using the specified XLS-specific options.
|
|
ExportToXls(String)
|
Exports a report to the specified file path in XLS format.
|
|
ExportToXlsx(Stream, XlsxExportOptions)
|
Exports a report to the specified stream in XLSX format using the specified XLSX-specific options.
|
|
ExportToXlsx(Stream)
|
Exports a report to the specified stream in XLSX format.
|
|
ExportToXlsx(String, XlsxExportOptions)
|
Exports a report to the specified file path in XLSX format using the specified XLSX-specific options.
|
|
ExportToXlsx(String)
|
Exports a report to the specified file path in XLSX format.
|
|
ExportToXps(Stream, XpsExportOptions)
|
Exports a report to the specified stream in XPS format using the specified XPS-specific options.
|
|
ExportToXps(String, XpsExportOptions)
|
Exports a report to the specified file path in XPS format using the specified XPS-specific options.
|
|
Print()
|
Opens the Print dialog that allows printing the current document.
|
|
PrintDirect()
|
Prints the current document to a default printer.
|
|
PrintDirect(String)
|
Prints the current document to the specified printer.
|
|
ShowPrintPreview(FrameworkElement, String)
|
Displays the Print Preview of the link’s document using the specified owner and title.
|
|
ShowPrintPreview(FrameworkElement)
|
Displays the Print Preview of the link’s document using the specified owner.
|
|
ShowPrintPreviewDialog(Window, String)
|
Displays the modal Print Preview of the link’s document using the specified owner and title.
|
|
ShowPrintPreviewDialog(Window)
|
Displays the modal Print Preview of the link’s document using the specified owner.
|
|
ShowRibbonPrintPreview(FrameworkElement, String)
|
Invokes the Ribbon Print Preview form which shows the print preview of the document for this link.
|
|
ShowRibbonPrintPreview(FrameworkElement)
|
Invokes the Ribbon Print Preview form which shows the print preview of the document for this link.
|
|
ShowRibbonPrintPreviewDialog(Window, String)
|
Invokes the Ribbon Print Preview form which modally shows the print preview of the document for this link.
|
|
ShowRibbonPrintPreviewDialog(Window)
|
Invokes the Ribbon Print Preview form which modally shows the print preview of the document for this link.
|
|
StopPageBuilding()
|
Interrupts the process of document creation.
|