PrintingSystemBase.BeginSubreport(PointF) Method
In This Article
Must be called before subreport creation.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
offset | Point |
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