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

fileName
The file name to save the report's Style Sheet to.

Glossary Item Box

Saves a reports styles to an external stylesheet.

Syntax

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

Parameters

fileName
The file name to save the report's Style Sheet to.

See Also