Skip to main content

LegacyPrintableComponentLink Members

A link to print Windows Forms controls that implement the IPrintable interface.

Constructors

Name Description
LegacyPrintableComponentLink(IBasePrintable, String) Initializes a new instance of the LegacyPrintableComponentLink class with specified settings.
LegacyPrintableComponentLink(IBasePrintable) Initializes a new instance of the LegacyPrintableComponentLink class with specified settings.

Properties

Name Description
CustomPaperSize Gets or sets a size of custom paper (measured in hundredths of an inch). Inherited from LinkBase.
DocumentName Gets or sets the name of the document. Inherited from LinkBase.
Landscape Gets or sets a value indicating whether the page orientation is landscape. Inherited from LinkBase.
Margins Gets or sets the margins of a report page (measured in hundredths of an inch). Inherited from LinkBase.
MinMargins Specifies the minimum printer margin values. Inherited from LinkBase.
PaperKind Gets or sets the type of paper for the document. Inherited from LinkBase.
PrintableComponent Gets the component that is to be printed via LegacyPrintableComponentLink.
PrintingSystem Gets the Printing System used to create and print a document for this link. Inherited from LinkBase.
RightToLeftLayout
SuppressAutoRebuildOnPageSettingsChange Gets or sets a value indicating whether it is necessary to suppress rebuilding the document every time a link’s page settings are changed. Inherited from LinkBase.
VerticalContentSplitting Specifies whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page. Inherited from LinkBase.

Methods

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.
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.

Events

Name Description
CreateDocumentFinished Occurs when the document creation has been finished. Inherited from LinkBase.
CreateDocumentStarted Occurs when the document creation has been started. Inherited from LinkBase.
See Also