Skip to main content
A newer version of this page is available. .

RichTextBoxLinkBase.AddSubreport(PointF) Method

Adds a subreport to the current report.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public override void AddSubreport(
    PointF offset
)

Parameters

Name Type Description
offset PointF

A PointF object which specifies the vertical offset of the subreport within the current report.

Remarks

Consider calling the PrintingSystemBase.BeginSubreport method before creating the subreport, and finalizing the process with the PrintingSystemBase.EndSubreport method.

See Also