Search Results for

    Show / Hide Table of Contents

    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
    Back to top © 1998-2026 Copyright Fast Reports Inc.