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

PrintingSystemBase.BeginSubreport(PointF) Method

Must be called before subreport creation.

Namespace: DevExpress.XtraPrinting

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

Declaration

public void BeginSubreport(
    PointF offset
)

Parameters

Name Type Description
offset PointF

The distance between the current subreport and the previously created item.

Remarks

For additional information on subreport creation and management, see the following document in XtraPrinting help: How to: Combine Links via the CompositeLink.

See Also