Skip to main content

TdxReportLinkPrinterPage Members

Stores report page settings in a report link.

Constructors

Name Description
Create(TBasedxReportLink) Initializes a new instance of the TdxReportLinkPrinterPage class with specified settings.

Properties

Name Description
AutoSwapMargins Specifies whether report margins are swapped when the page orientation changes. Inherited from TdxPrinterPage.
Background Specifies a report’s background. Inherited from TdxPrinterPageObject.
CenterOnPageH Specifies whether a report is horizontally centered on a page. Inherited from TdxPrinterPage.
CenterOnPageV Specifies whether a report is vertically centered on a page. Inherited from TdxPrinterPage.
DMPaper Determines page size. Inherited from TdxPrinterPage.
FitToPagesHorizontally Specifies the report page’s printout width, in paper sheets. Inherited from TdxPrinterPage.
FitToPagesVertically Specifies the report page’s printout height, in paper sheets. Inherited from TdxPrinterPage.
Footer Determines report footer height. Inherited from TdxPrinterPage.
GrayShading Specifies whether a report is printed in color. Inherited from TdxPrinterPage.
Header Determines header height. Inherited from TdxPrinterPage.
ImageCollection Specifies the source image collection. Inherited from TdxPrinterPage.
Margins Specifies page margins. Inherited from TdxPrinterPage.
MeasurementUnits Specifies the measurement units used in a report. Inherited from TdxPrinterPage.
MinMargins Specifies minimum page margins. Inherited from TdxPrinterPage.
Orientation Specifies the report page orientation. Inherited from TdxPrinterPage.
Page protected Returns information about the printer pages settings. Inherited from TdxPrinterPageObject.
PageFooter Specifies page footer properties. Inherited from TdxPrinterPage.
PageHeader Specifies page header properties. Inherited from TdxPrinterPage.
PageOrder Specifies the page print order. Inherited from TdxPrinterPage.
PageSize Determines the size of a report page. Inherited from TdxPrinterPage.
PaperSource Specifies a paper source. Inherited from TdxPrinterPage.
RealMeasurementUnits Specifies the type of a measurement unit installed on a system. Inherited from TdxPrinterPage.
RealPageSize Determines a page real size. Inherited from TdxPrinterPage.
ReportLink Returns the report link whose page print settings are stored by the object.
ReverseTitlesOnEvenPages Specifies whether text order in titles is reversed. Inherited from TdxPrinterPage.
ScaleFactor Specifies the scale factor (as a percentage) applied to a report. Inherited from TdxPrinterPage.
ScaleMode Specifies how a component printer scales a report. Inherited from TdxPrinterPage.

Methods

Name Description
ApplyToPrintDevice Applies page settings to a printing device. Inherited from TdxPrinterPage.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Disables all TdxBaseObject operations. Inherited from TdxBaseObject.
CancelUpdate Enables operations for the current TdxBaseObject object. Inherited from TdxBaseObject.
Clone Creates a new TdxBaseObject instance. Inherited from TdxBaseObject.
DoUpdateMeasurementUnits protected Changes current measurement units. Inherited from TdxPrinterPage.
EndUpdate Enables TdxBaseObject operations. Inherited from TdxBaseObject.
Equals(TObject) Inherited from TObject.
FixMarginsOutside Adjusts report margins to the minimum page margins available. Inherited from TdxPrinterPage.
FooterLoMetric Determines footer dimensions. Inherited from TdxPrinterPage.
FooterRect Determines footer’s rectangular dimensions. Inherited from TdxPrinterPage.
FooterRectLoMetric Determines footer dimensions. Inherited from TdxPrinterPage.
GetHashCode Inherited from TObject.
GetInnerMeasurementUnits Determines the type of a measurement unit installed in a system. Inherited from TdxPrinterPage.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetRealMinMargins(Integer,Integer,Integer,Integer) Determines the minimum allowable page margins. Inherited from TdxPrinterPage.
HeaderLoMetric Determines header dimensions. Inherited from TdxPrinterPage.
HeaderRect Determines a header’s rectangular dimensions. Inherited from TdxPrinterPage.
HeaderRectLoMetric Determines header dimensions. Inherited from TdxPrinterPage.
InitFromPrintDevice Inherited from TdxPrinterPage.
IsEmpty Inherited from TdxBaseObject.
IsEqual(TdxBaseObject) Determines whether the specified object is of the TdxBaseObject type. Inherited from TdxBaseObject.
LoadFromFile(string) Loads TdxBaseObject contents from a file. Inherited from TdxBaseObject.
LoadFromStream(TStream) Loads data form a stream into the TdxBaseObject object. Inherited from TdxBaseObject.
MapRect2LoMetric(TRect) Determines report dimensions. Inherited from TdxPrinterPage.
MarginsLoMetric Determines margin dimensions. Inherited from TdxPrinterPage.
MinMarginsLoMetric Determines minimum margin values. Inherited from TdxPrinterPage.
MinPrintableArea Determines the minimum printable area value. Inherited from TdxPrinterPage.
MinPrintableAreaLoMetric Determines the minimum printable area value. Inherited from TdxPrinterPage.
PageSizeLoMetric Determines available page size. Inherited from TdxPrinterPage.
PageSizePixels Returns page size in pixels. Inherited from TdxPrinterPage.
PaintRectLoMetric Determines the drawing area. Inherited from TdxPrinterPage.
PaintRectPixels Determines the scaled region wherein to perform drawing. Inherited from TdxPrinterPage.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ReadPrinterInfos protected Returns the current values of page margins, minimum margins and page size installed by the current printer. Inherited from TdxPrinterPage.
RealPageSizeLoMetric Determines actual page size. Inherited from TdxPrinterPage.
RealPageSizePixels Returns the actual page size in pixels. Inherited from TdxPrinterPage.
RestoreDefaults Restores predefined values for report link properties. Inherited from TdxPrinterPage.
SaveToFile(string) Saves the TdxBaseObject contents to a file. Inherited from TdxBaseObject.
SaveToStream(TStream) Saves TdxBaseObject contents to a stream. Inherited from TdxBaseObject.
ToString Inherited from TObject.
ValidateMargins Checks report margin size. Inherited from TdxPrinterPage.

Events

Name Description
OnChange Occurs when changing page contents. Inherited from TdxPrinterPage.
OnMarginChange Occurs when page margins are changed Inherited from TdxPrinterPage.
See Also