Skip to main content

LinkBase.AddSubreport(PointF) Method

Adds a subreport to the current report.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual void AddSubreport(
    PointF offset
)

Parameters

Name Type Description
offset PointF

A PointF value 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