ActiveReports Developer 7
LoadStyles(String) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SectionReport Class > LoadStyles Method : LoadStyles(String) Method

fileName
The name of the file that loads the style sheet.

Glossary Item Box

Loads an external stylesheet to use with the report.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub LoadStyles( _
   ByVal fileName As System.String _
) 
C# 
public void LoadStyles( 
   System.string fileName
)

Parameters

fileName
The name of the file that loads the style sheet.

See Also