ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IFixedPage Interface / GetStyle Method
The index of the page to get the style for.

In This Topic
    GetStyle Method (IFixedPage)
    In This Topic
    Gets the style of the page with the specified index.
    Syntax
    'Declaration
     
    Function GetStyle( _
       ByVal pageIndex As Integer _
    ) As IStyle
    IStyle GetStyle( 
       int pageIndex
    )

    Parameters

    pageIndex
    The index of the page to get the style for.

    Return Value

    An IStyle representing the style of the specified page.
    See Also