ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / StyleSheetService Class / StyleSheetService Constructor
Specified GrapeCity.ActiveReports.Report object.
Resource locator.
Service provider.
The expression evaluator service.

In This Topic
    StyleSheetService Constructor
    In This Topic
    Initializes a new instance of the GrapeCity.ActiveReports.PageReportModel.StyleSheetService class for specified GrapeCity.ActiveReports.PageReportModel.Report object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal report As Report, _
       ByVal resourceLocator As ResourceLocator, _
       ByVal serviceProvider As IServiceProvider, _
       Optional ByVal expressionEvaluatorService As IExpressionEvaluatorService _
    )

    Parameters

    report
    Specified GrapeCity.ActiveReports.Report object.
    resourceLocator
    Resource locator.
    serviceProvider
    Service provider.
    expressionEvaluatorService
    The expression evaluator service.
    See Also