Skip to main content
A newer version of this page is available.
All docs
V19.1

ReportDesignerConfigurationBuilder.AllowPassingDataSourceConnectionParametersToClient() Method

Enables the Web Report Designer to pass data source connection parameters from the Web.config file to the client.

Namespace: DevExpress.AspNetCore.Reporting

Assembly: DevExpress.AspNetCore.Reporting.v19.1.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public ReportDesignerConfigurationBuilder AllowPassingDataSourceConnectionParametersToClient()

Returns

Type Description
ReportDesignerConfigurationBuilder

A ReportDesignerConfigurationBuilder that can be used to further configure the Report Designer services.

See Also