PrintableControlLink Properties
A link to print DevExpress controls and the base class for links to print other data.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 (measured in hundredths of an inch). 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 | 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. |
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 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 | 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. |
See Also