MindFusion WinForms Programmer's Guide
PageBreak.Location Property
See Also
 





ReportItem.Location override.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public override Location Location { get; set; }

Visual Basic  Copy Code

Public Overrides Property Location As Location

 Property Value

A Location object specifying the position of the PageBreak relative to its parent.

 Remarks

The x component of this property is irrelevant and is always 0.

 See Also

PageBreak Members
PageBreak Class
MindFusion.Reporting Namespace