Search Results for

    Show / Hide Table of Contents

    Class PageControlPage

    This class represents a single page of the PageControl control.

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.Panel
    PageControlPage
    Namespace: FastReport.Olap.FrControls
    Assembly: FastReport.Olap.dll
    Syntax
    public class PageControlPage : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

    Properties

    Text

    Gets or sets the page caption text.

    Declaration
    [Browsable(true)]
    public override string Text { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    System.Windows.Forms.Panel.Text
    Back to top © 1998-2024 Copyright Fast Reports Inc.