Skip to main content

PrintableControlLink Members

A link to print GridControl by DevExpress.

#Constructors

Name Description
PrintableControlLink(IPrintableControl) Initializes a new instance of the PrintableControlLink class with the specified root node source.
PrintableControlLink(IPrintableControl, String) Initializes a new instance of the PrintableControlLink class with the specified settings.

#Fields
Show Inherited Hide Inherited

Name Description
BottomMarginDataProperty static Identifies the TemplatedLink.BottomMarginDataProperty dependency property. Inherited from TemplatedLink.
PageFooterDataProperty static Identifies the TemplatedLink.PageFooterDataProperty dependency property. Inherited from TemplatedLink.
PageHeaderDataProperty static Identifies the TemplatedLink.PageHeaderDataProperty dependency property. Inherited from TemplatedLink.
ReportFooterDataProperty static Identifies the TemplatedLink.ReportFooterDataProperty dependency property. Inherited from TemplatedLink.
ReportHeaderDataProperty static Identifies the TemplatedLink.ReportHeaderDataProperty dependency property. Inherited from TemplatedLink.
TopMarginDataProperty static Identifies the TemplatedLink.TopMarginDataProperty dependency property. Inherited from TemplatedLink.

#Properties
Show Inherited Hide Inherited

Name Description
BottomMarginData Specifies the content for the document's bottom margin. This is a dependency property. Inherited from TemplatedLink.
BottomMarginTemplate Specifies the bottom margin template for the document. Inherited from TemplatedLink.
ColumnLayout Gets or sets the column layout. Inherited from TemplatedLink.
ColumnWidth Gets or sets the width of a single column. Inherited from TemplatedLink.
CustomPaperSize Gets or sets a size of custom paper. Inherited from LinkBase.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DocumentName Gets or sets the name of the document. Inherited from LinkBase.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
Landscape Gets or sets a value indicating whether the page orientation is landscape. Inherited from LinkBase.
Margins Specifies the margins of a document page. Inherited from LinkBase.
MinMargins Specifies the minimum values allowed for the LinkBase.Margins property. Inherited from LinkBase.
PageFooterData Specifies the content for the document's page footer. This is a dependency property. Inherited from TemplatedLink.
PageFooterTemplate Specifies the page footer template for the document. Inherited from TemplatedLink.
PageHeaderData Specifies the content for the document's page header. This is a dependency property. Inherited from TemplatedLink.
PageHeaderTemplate Specifies the page header template for the document. Inherited from TemplatedLink.
PaperKind Gets or sets the type of paper for the document. Inherited from LinkBase.
PrintingSystem Gets the Printing System used to create and print a document for this link. Inherited from LinkBase.
PrintReportFooterAtBottom Specifies whether the report footer is printed at the bottom of the page, or immediately after the report content. Inherited from TemplatedLink.
ReportFooterData Specifies the content for the document's report footer. This is a dependency property. Inherited from TemplatedLink.
ReportFooterTemplate Specifies the report footer template for the document. Inherited from TemplatedLink.
ReportHeaderData Specifies the content for the document's report header. This is a dependency property. Inherited from TemplatedLink.
ReportHeaderTemplate Specifies the report header template for the document. Inherited from TemplatedLink.
SuppressAutoRebuildOnPageSettingsChange Gets or sets a value indicating whether or not it is necessary to suppress rebuilding the document every time a link's page settings are changed. Inherited from LinkBase.
TopMarginData Specifies the content for the document's top margin. This is a dependency property. Inherited from TemplatedLink.
TopMarginTemplate Specifies the top margin template for the document. Inherited from TemplatedLink.
VerticalContentSplitting Gets or sets a value indicating 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
Show Inherited Hide Inherited

Name Description
CancelPrintAsync() Inherited from LinkBase.
CheckAccess() Determines whether the calling thread has access to this DispatcherObject. Inherited from DispatcherObject.
ClearValue(DependencyProperty) Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. Inherited from DependencyObject.
ClearValue(DependencyPropertyKey) Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. Inherited from DependencyObject.
CoerceValue(DependencyProperty) Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. Inherited from DependencyObject.
CreateDocument() Creates a document from the link. Inherited from LinkBase.
CreateDocument(Boolean) Creates a document from the link, so it can be displayed or printed. Optionally, it can generate pages in the background. Inherited from LinkBase.
Dispose() Disposes the LinkBase object. Inherited from LinkBase.
Equals(Object) Determines whether a provided DependencyObject is equivalent to the current DependencyObject. Inherited from DependencyObject.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
ExportToCsv(Stream) 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(String) Inherited from LinkBase.
ExportToCsv(String, CsvExportOptions) Inherited from LinkBase.
ExportToHtml(Stream) 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(String) Inherited from LinkBase.
ExportToHtml(String, HtmlExportOptions) Inherited from LinkBase.
ExportToImage(Stream) 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, ImageFormat) Inherited from LinkBase.
ExportToImage(String) Inherited from LinkBase.
ExportToImage(String, ImageExportOptions) Inherited from LinkBase.
ExportToImage(String, ImageFormat) Inherited from LinkBase.
ExportToMht(Stream) 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(String) Inherited from LinkBase.
ExportToMht(String, MhtExportOptions) Inherited from LinkBase.
ExportToPdf(Stream) 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(String) Inherited from LinkBase.
ExportToPdf(String, PdfExportOptions) Inherited from LinkBase.
ExportToRtf(Stream) 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(String) Inherited from LinkBase.
ExportToRtf(String, RtfExportOptions) Inherited from LinkBase.
ExportToText(Stream) 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(String) Inherited from LinkBase.
ExportToText(String, TextExportOptions) Inherited from LinkBase.
ExportToXls(Stream) 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(String) Inherited from LinkBase.
ExportToXls(String, XlsExportOptions) Inherited from LinkBase.
ExportToXlsx(Stream) 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(String) Inherited from LinkBase.
ExportToXlsx(String, XlsxExportOptions) 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) Inherited from LinkBase.
GetHashCode() Gets a hash code for this DependencyObject. Inherited from DependencyObject.
GetLocalValueEnumerator() Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. Inherited from DependencyObject.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue(DependencyProperty) Returns the current effective value of a dependency property on this instance of a DependencyObject. Inherited from DependencyObject.
InvalidateProperty(DependencyProperty) Re-evaluates the effective value for the specified dependency property. Inherited from DependencyObject.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnPropertyChanged(DependencyPropertyChangedEventArgs) protected Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. Inherited from DependencyObject.
Print() Invokes the Print dialog and prints the current document. Inherited from LinkBase.
PrintAsync() Inherited from LinkBase.
PrintDirect() Inherited from LinkBase.
PrintDirect(PrintQueue) Inherited from LinkBase.
PrintDirectAsync() Inherited from LinkBase.
PrintDirectAsync(PrintQueue) Inherited from LinkBase.
ReadLocalValue(DependencyProperty) Returns the local value of a dependency property, if it exists. Inherited from DependencyObject.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetCurrentValue(DependencyProperty, Object) Sets the value of a dependency property without changing its value source. Inherited from DependencyObject.
SetValue(DependencyProperty, Object) Sets the local value of a dependency property, specified by its dependency property identifier. Inherited from DependencyObject.
SetValue(DependencyPropertyKey, Object) Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. Inherited from DependencyObject.
ShouldSerializeProperty(DependencyProperty) protected Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. Inherited from DependencyObject.
ShowPrintPreview(FrameworkElement) Inherited from LinkBase.
ShowPrintPreview(FrameworkElement, String) Inherited from LinkBase.
ShowPrintPreview(Window) Inherited from LinkBase.
ShowPrintPreview(Window, String) Inherited from LinkBase.
ShowPrintPreviewDialog(Window) Inherited from LinkBase.
ShowPrintPreviewDialog(Window, String) Inherited from LinkBase.
ShowRibbonPrintPreview(FrameworkElement) Inherited from LinkBase.
ShowRibbonPrintPreview(FrameworkElement, String) Inherited from LinkBase.
ShowRibbonPrintPreview(Window) Inherited from LinkBase.
ShowRibbonPrintPreview(Window, String) Inherited from LinkBase.
ShowRibbonPrintPreviewDialog(Window) Inherited from LinkBase.
ShowRibbonPrintPreviewDialog(Window, String) Inherited from LinkBase.
StopPageBuilding() Finishes generating document pages. Inherited from LinkBase.
ToString() Returns a string that represents the current object. Inherited from Object.
VerifyAccess() Enforces that the calling thread has access to this DispatcherObject. Inherited from DispatcherObject.

#Events
Show Inherited Hide Inherited

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.
PrintCompleted Occurs when the document printing has been finished. Inherited from LinkBase.
See Also