Class PageControlPage
This class represents a single page of the PageControl control.
Inheritance
System.Object
PageControlPage
Namespace: FastReport.Controls
Assembly: FastReport.dll
Syntax
public class PageControlPage : Panel
Properties
Image
Gets or sets the image associated with this page.
Declaration
public Image Image { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Image |
Text
Gets or sets the page caption text.
Declaration
[Browsable(true)]
public override string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |