ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport Class / LoadStyles Method / LoadStyles(String) Method
The name of the file that loads the style sheet.

In This Topic
    LoadStyles(String) Method
    In This Topic
    Loads an external stylesheet to use with the report.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadStyles( _
       ByVal fileName As String _
    ) 
    public void LoadStyles( 
       string fileName
    )

    Parameters

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