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

StartupExtensions Members

Exposes extension methods for configuring reporting services within the application’s Startup class.

Methods

Name Description
AddDefaultReportingControllers(IMvcBuilder) static Explicitly adds the DevExpress.AspNetCore.Reporting assembly as an application part so that reporting controllers are available in the MVC ASP.NET Core application.
ConfigureReportingServices(IServiceCollection, Action<ReportingConfigurationBuilder>) static Allows you to register custom or predefined services to provide specific functionality to the Web Report Designer, Web Document Viewer and Web Query Builder.
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.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also