ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Page Class / Style Property

In This Topic
    Style Property (Page)
    In This Topic

    Gets or sets the the style settings for the page.

    Syntax
    'Declaration
     
    Public Property Style As Style
    public Style Style {get; set;}

    Property Value

    A Style object representing the style elements of the page.

    See Also