LinkBase Properties
The base class for all printing links.| Name | Description |
|---|---|
| Activity | Gets the current document creation status. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| CustomPaperSize | Gets or sets the paper size (measured in hundredths of an inch). |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| EnablePageDialog | Enables the Header and Footer dialog used for editing a document page’s headers and footers. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| Landscape | Gets or sets a value indicating whether the page orientation is landscape. |
| Margins | Gets or sets the margins of a report page (measured in hundredths of an inch). |
| MinMargins | Specifies the minimum printer margin values. |
| Owner | For internal use. |
| PageHeaderFooter | Gets or sets the object used to fill the document’s area that is occupied by the page header and page footer. |
| PaperKind | Gets or sets the type of paper for the document. |
| PaperName | Gets or sets the name of the custom paper which is used in the printer that the document is going to be printed on. |
| PrintableObjectType | Gets the type of the object to be printed. |
| PrintingSystemBase | Gets or sets the Printing System used to create and print a document for this link. |
| RightToLeftLayout | Specifies the orientation of the document’s content. |
| RtfReportFooter | Gets or sets the RTF text, which will be printed as a Report Footer. |
| RtfReportHeader | Gets or sets the RTF text, which will be printed as a Report Header. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| SkipArea | Gets or sets report areas that should be skipped. |
| 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. |
See Also