Skip to main content

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
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() Enables the Web Report Designer to use the JSON data source connections specified in the application configuration file.
RegisterDataSourceWizardConfigurationConnectionStringsProvider(IConfigurationSection, IConfigurationSection) Registers connection strings to display in the Data Source Wizard based on a custom configuration.
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 data connections available to the user in the Data Source Wizard.
RegisterDataSourceWizardConnectionStringsProvider<T>(Boolean) Registers a custom connection string provider that supplies data connections for the Data Source Wizard.
RegisterDataSourceWizardDBSchemaProviderExFactory<T>(Boolean)
RegisterDataSourceWizardJsonConnectionStorage<T>() Registers a custom service that stores and provides JSON connections.
RegisterDataSourceWizardJsonConnectionStorage<T>(Boolean) Registers a custom service that stores and provides JSON connections.
RegisterObjectDataSourceConstructorFilterService<T>() Registers a class that implements the IObjectDataSourceConstructorFilterService interface to filter type constructors in the Report Wizard and Data Source Wizard.
RegisterObjectDataSourceMemberFilterService<T>() Registers a class that implements the IObjectDataSourceMemberFilterService interface to filter type members in the Report Wizard and Data Source Wizard.
RegisterObjectDataSourceWizardTypeProvider<T>() Registers a class that implements the IObjectDataSourceWizardTypeProvider interface to list types in the Report Wizard and Data Source Wizard.
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