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

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

    Parameters

    pageIndex
    The page index to get style for.
    See Also