ActiveReports Developer 7
GetStyle Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IFixedPage Interface : GetStyle Method

pageIndex
The index of the page.

Glossary Item Box

Gets the style object of the specified page.

Syntax

Visual Basic (Declaration) 
Function GetStyle( _
   ByVal pageIndex As System.Integer _
) As IStyle
C# 
IStyle GetStyle( 
   System.int pageIndex
)

Parameters

pageIndex
The index of the page.

See Also