Back to Devexpress

PrintingSystemBase.BeginSubreport(PointF) Method

corelibraries-devexpress-dot-xtraprinting-dot-printingsystembase-dot-beginsubreport-x28-system-dot-drawing-dot-pointf-x29.md

latest1.5 KB
Original Source

PrintingSystemBase.BeginSubreport(PointF) Method

Must be called before subreport creation.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public void BeginSubreport(
    PointF offset
)
vb
Public Sub BeginSubreport(
    offset As PointF
)

Parameters

NameTypeDescription
offsetPointF

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

PrintingSystemBase Class

PrintingSystemBase Members

DevExpress.XtraPrinting Namespace