Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IPrintableControl.CreateRootNode(Size, Size, Size, Size, Size) Method

For internal use.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

IRootDataNode CreateRootNode(
    Size usablePageSize,
    Size reportHeaderSize,
    Size reportFooterSize,
    Size pageHeaderSize,
    Size pageFooterSize
)

#Parameters

Name Type Description
usablePageSize Size

A Size structure.

reportHeaderSize Size

A Size structure.

reportFooterSize Size

A Size structure.

pageHeaderSize Size

A Size structure.

pageFooterSize Size

A Size structure.

#Returns

Type Description
IRootDataNode

An object implementing the IRootDataNode interface.

See Also