Skip to main content

TBasedxReportLink.MakeDelimiters(TdxReportCells,TList,TList) Method

Creates delimiters for report pages.

Declaration

procedure MakeDelimiters(AReportCells: TdxReportCells; AHorzDelimiters: TList; AVertDelimiters: TList); virtual;

Parameters

Name Type
AReportCells TdxReportCells
AHorzDelimiters TList
AVertDelimiters TList

Remarks

The MakeDelimiters method creates bounds that limit report pages.

AReportCells specifies the collection of report cells.

The AHorzDelimiters and AVertDelimiters parameters specify horizontal and vertical delimiters. When splitting report pages, cells are not split.

Descendants can override this method to force report delimiters to behave in a specific manner.

See Also