📄️ Dashboard View Model
Instantiate the DashboardViewModel class found within the InfoArch.Web.Mvc.Dashboard namespace, allows us to configure all settings that the dashboard component require.
📄️ Static Resources
Some JavaScript and CSS files must be included for enabling the dashboard component visualization. Exists an HTML extension method from the namespace InfoArch.Web.Mvc.UI to import the static files mentioned above. It is recommended to invoke these methods within the <head> tag in the view where it will be used.
📄️ Dashboard Component
The dReveal dashboard is a component compatible with ASP.Net MVC using .Net Framework 4.8.1.
📄️ Parameters
Parameters are values that are passed into a function, or method to provide input data. These parameters can be created in the dashboard definition from its designer, and assigned from the web dashboard component programmatically.
📄️ Filter Component
The dReveal filter component provides features to filter the data displayed based on different criteria in the dashboard component.
📄️ Data Export
The dReveal dashboard component provides methods to export its data to a file or stream in PDF, PNG, JPEG, and XLSX format. These methods are available on the client and server side.
📄️ Edit Mode
dReveal dashboard component provides a feature called "Edit Mode" to allow the resizing, repositioning and removing elements in the dashboard component at the user interface level. The workflow is as follows:
📄️ Customization
The dReveal dashboard component provides a feature to get or load a specific state of it