Back to Devexpress

XRPageBreakScripts Class

xtrareports-devexpress-dot-xtrareports-dot-ui-36dee753.md

latest2.2 KB
Original Source

XRPageBreakScripts Class

Contains names of the scripts for an XRPageBreak control.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class XRPageBreakScripts :
    TruncatedControlScripts
vb
Public Class XRPageBreakScripts
    Inherits TruncatedControlScripts

The following members return XRPageBreakScripts objects:

Remarks

The XRPageBreakScripts class represents the scripts used for the XRPageBreak control only. Note that the scripts used to implement scripting for report itself, its bands and other controls are specified by the properties of the XRControlEvents class and its derived classes.

For more information on scripting, refer to Scripting Overview.

Inheritance

Object XRScriptsBase XRControlEvents XRControlScripts TruncatedControlScripts XRPageBreakScripts

See Also

XRPageBreakScripts Members

Scripts Overview

DevExpress.XtraReports.UI Namespace