PrintingSystemBase.BeginSubreport(PointF) Method
Must be called before subreport creation.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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