PrintingSystemBase Properties
The base for classes that provide the basic printing functionality in different environments.Name | Description |
---|---|
CancelPending | For internal use. |
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. |
ContinuousPageNumbering | Gets or sets a value indicating whether pages should be renumbered following reordering in the PrintingSystemBase.Pages collection. |
Culture | Specifies the culture used for date and time values in the XRPageInfo control. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Document | Gets the current document. |
EditingFields | Provides access to the collection of fields whose content can be edited in Print Preview. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
ExportOptions | Gets the settings used to specify export parameters when exporting a printing system’s document. |
Graph | Gets a BrickGraphics object used for drawing in the current report. |
ImageResources | |
Landscape | Gets the orientation of a report page. |
PageBounds | Gets the bounds of a report page. |
PageCount | Gets the number of document pages. |
PageMargins | Gets the current page margin settings. |
Pages | Provides access to a collection of pages generated for this printing system. |
PageSettings | Gets the current page settings. |
PrintingDocument | For internal use. |
ProgressReflector | Provides access to the object that reflects the current state of a document’s generating or exporting. |
ShowMarginsWarning | Gets or sets a value which specifies whether an error message is shown when the page margins are set outside the printable area. |
ShowPrintStatusDialog | Specifies whether or not to show a print status dialog when printing a document. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
UserName static | Specifies the name of the user that created the document. |
Watermarks | Gets the collection of watermarks. |
See Also