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

ReportDesignerConfigurationBuilder Members

Exposes methods to register custom services for the Web Report Designer.

Constructors

Name Description
ReportDesignerConfigurationBuilder(IServiceCollection) Creates the ReportDesignerConfigurationBuilder class’ instance.

Methods

Name Description
AllowPassingDataSourceConnectionParametersToClient() Enables the Web Report Designer to pass data source connection parameters from the Web.config file to the client.
EnableCustomSql() Enables editing custom SQL strings in the Data Source Wizard.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterDataSourceWizardConfigFileConnectionStringsProvider() Registers the predefined connection string provider that enables the Web Report Designer to use connection strings specified in the project’s appsettings.json file.
RegisterDataSourceWizardConfigFileJsonConnectionStringsProvider()
RegisterDataSourceWizardConfigurationConnectionStringsProvider(IConfigurationSection, IConfigurationSection)
RegisterDataSourceWizardConfigurationConnectionStringsProvider(IConfigurationSection) Registers connection strings to display in the Data Source Wizard based on a custom configuration.
RegisterDataSourceWizardConnectionStringsProvider<T>() Registers a custom connection string provider that specifies the data connections to be available for an end-user within the Data Source Wizard.
RegisterDataSourceWizardConnectionStringsProvider<T>(Boolean) Registers a custom connection string provider that specifies the data connections to be available for an end-user within the Data Source Wizard.
RegisterDataSourceWizardDBSchemaProviderExFactory<T>(Boolean)
RegisterDataSourceWizardJsonConnectionStorage<T>()
RegisterDataSourceWizardJsonConnectionStorage<T>(Boolean)
RegisterSqlDataSourceWizardCustomizationService<T>() Registers a service for validating custom SQL queries specified in the Data Source Wizard.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also