Skip to main content
A newer version of this page is available. .

ReportDesignerClientSideModelGenerator(IServiceProvider) Constructor

Initializes a new instance of the ReportDesignerClientSideModelGenerator class with the specified service provider.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public ReportDesignerClientSideModelGenerator(
    IServiceProvider serviceProvider
)

Parameters

Name Type Description
serviceProvider IServiceProvider

An object implementing the IServiceProvider interface.

See Also