ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport Class / SaveStyles Method / SaveStyles(String) Method
The file name to save the report's Style Sheet to.

In This Topic
    SaveStyles(String) Method
    In This Topic
    Saves a reports styles to an external stylesheet.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveStyles( _
       ByVal fileName As String _
    ) 
    public void SaveStyles( 
       string fileName
    )

    Parameters

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