Skip to main content

PrintingSystemBase.BeginSubreport(PointF) Method

Must be called before subreport creation.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#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