ReportsModuleV2 Members
The module contained in the DevExpress.ExpressApp.ReportsV2.v25.1.dll assembly.Constructors
| Name | Description |
|---|---|
| ReportsModuleV2() | Creates an instance of the ReportsModuleV2 class. |
| ReportsModuleV2(IReportDataSourceHelper, IReportStorage, IInplaceReportCacheHelper, ReportModuleOptions) | Initializes a new instance of the ReportsModuleV2 class with specified settings. |
| ReportsModuleV2(ReportModuleOptions) | Initializes a new instance of the ReportsModuleV2 class with specified settings. |
Fields
| Name | Description |
|---|---|
| DefaultEnableInplaceReports static | Specifies the default value for the ReportsModuleV2.EnableInplaceReports property. |
| DefaultReportDataCaption | Specifies the display caption associated with the class specified by the ReportsModuleV2.ReportDataType property. |
| DefaultReportDataImageName | Specifies the name of the image associated with the class specified by the ReportsModuleV2.ReportDataType property. |
| DefaultReportDataNavigationItemCaption | Specifies the default caption for the navigation group created by the Reports V2 module. |
| DefaultReportDataNavigationItemId | Specifies the default identifier for the navigation group created by the Reports V2module. |
| EmptyModules static | Represents an empty collection of type ModuleBase. Inherited from ModuleBase. |
| IsInplaceReportMemberName | For internal use. |
| ParametersObjectTypeNameMemberName | For internal use. |
| PredefinedReportTypeMemberName | For internal use. |
| VersionComponentsCount static | For internal use. Inherited from ModuleBase. |
| XtraReportContextName | For internal use. |
Properties
| Name | Description |
|---|---|
| AdditionalControllerTypes | Contains manually specified Controllers to be loaded to the Application Model. Inherited from ModuleBase. |
| AdditionalExportedTypes | Contains manually specified business classes to be loaded to the Application Model. Inherited from ModuleBase. |
| Application | Provides access to an XafApplication object that can be used to manage the current application. Inherited from ModuleBase. |
| AssemblyName | For internal use only. Inherited from ModuleBase. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| Description | Specifies a textual description of a module. Inherited from ModuleBase. |
| DiffsStore | For internal use. Inherited from ModuleBase. |
| EnableInplaceReports | Specifies whether inplace reports are enabled. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| InplaceReportsCacheHelper | Gets an object that provides helper methods used to manage in-place reports cache. |
| ModelDifferenceResourceName | This property is intended for internal use. Inherited from ModuleBase. |
| ModelVersion | For internal use. Inherited from ModuleBase. |
| ModuleManager | Provides access to the ApplicationModulesManager object, which contains information on the modules currenly added to the application. Inherited from ModuleBase. |
| Name | Gets the full name of a module’s type. Inherited from ModuleBase. |
| ReportDataType | Specifies the report data type used by the Reports V2 module. |
| ReportsDataSourceHelper | Specifies an object that provides helper methods and events used to manage reports and their data sources. |
| ReportStoreMode | Specifies the format used to store reports in the ReportsStorage. |
| RequiredModuleTypes | Provides access to the collection of modules that are added to the current module via the Module Designer. Inherited from ModuleBase. |
| ResourcesExportedToModel | Provides access to a collection of Resource Localizers used in the current module to extend the Application Model’s IModelLocalization node. Inherited from ModuleBase. |
| ShowAdditionalNavigation | Specifies the default value for the IModelNavigationItemsForReports.GenerateRelatedReportsGroup property. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| Version | Gets the major, minor, revision, and build numbers of a module’s assembly. Inherited from ModuleBase. |
Methods
| Name | Description |
|---|---|
| ActivateReportController(Controller) static | Activates the ReportsControllerCore Controller. |
| AddGeneratorUpdaters(ModelNodesGeneratorUpdaters) | Registers the Generator Updater of the Reports V2 Module. |
| AddModelNodeUpdaters(IModelNodeUpdaterRegistrator) | Registers node updaters in the application. Inherited from ModuleBase. |
| AddModelNodeValidators(IModelNodeValidatorRegistrator) | This method is intended for internal use. Inherited from ModuleBase. |
| CreateModule(Type, ModelStoreBase) static | Creates an XAF module instance of the specified type. Inherited from ModuleBase. |
| CustomizeLogics(CustomLogics) | Allows you to override domain logic classes registered for Application Model interfaces. Inherited from ModuleBase. |
| CustomizeTypesInfo(ITypesInfo) | Customizes metadata on business classes specific to the ReportsModuleV2 before loading the metadata to the Application Model‘s BOModel node. |
| Dispose() | Releases all resources used by the Component. Inherited from Component. |
| 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. |
| ExtendModelInterfaces(ModelInterfaceExtenders) | Extends the Application Model with the IModelClassReportsVisibility and IModelNavigationItemsForReports interfaces. |
| FindPredefinedReportTypeMemberName(Type) static | For internal use. |
| FindReportsModule(ModuleList) static | Searches for a ReportsModuleV2 instance in a particular module list. |
| GetControllerTypes() | Returns a collection of Controllers loaded to the Application Model. Inherited from ModuleBase. |
| GetEmptyDisplayNameErrorMessage() static | Returns the error message text to be displayed when the report display name is empty. |
| GetExportedTypes() | Returns a collection of business classes loaded to the Application Model. Inherited from ModuleBase. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| GetModuleUpdaters(IObjectSpace, Version) | Returns the list of ModuleUpdater updaters that handle database updates for the ReportsModuleV2 module. |
| GetRealModuleType(Type) static | Returns the type of an XAF Module. Inherited from ModuleBase. |
| GetService(Type) protected | Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
| GetStartupActions() | Returns a list of Pop-up Window Show Actions that must be executed before loading the application’s main Window. Inherited from ModuleBase. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| GetXafResourceLocalizerTypes() | Returns a collection of Resource Localizer types that can be used in an application that uses the current module. Inherited from ModuleBase. |
| InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| IsExportedType(Type) | Detects whether the specified type is exported to the system class. Inherited from ModuleBase. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Setup(ApplicationModulesManager) | Sets up a module after it has been created. Inherited from ModuleBase. |
| Setup(XafApplication) | Sets up the ReportsModuleV2 after it has been added to the XafApplication.Modules collection. |
| ToString() | Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Events
| Name | Description |
|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also