Skip to main content

PrintableControlLink Methods
Show Inherited Hide Inherited

A link to print GridControl by DevExpress.
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.
See Also