[]
The WebDesigner_MVC sample demonstrates WebDesigner with an ASP.NET MVC 5 back-end.
type=note
Note: To run this sample, you must have
- Visual Studio 2022 (version 17.0 or later)
- .NET Framework 4.7.2 or later
https://github.com/activereports/WebSamples19/tree/main/WebDesigner_MVC
When you run the sample, the WebDesigner opens in your browser wherein you can create, edit, or modify your reports. Following are the main menu options:
File: Contains options to create, open, or save reports. It also contains the version information in About option and help documentation link in Help option.
Home: Consists of report editing options such as cut, copy, paste, and delete. It also provides shortcuts for text formatting such as font, font size, font color, and horizontal and vertical text alignments.
Report: Contains options to add, delete, or move pages (in Page Report) and add or remove header and footer (RDLX report), and change report themes.
Parameters: Contains designer for designing the custom parameter panel.
Preview: Click Preview to preview reports.
Properties: Displays the properties of the selected report element. If more than one element is selected, only their common properties are shown.
Data: Contains options to manage data sources, data sets, and parameters. It also displays common values such as current date and time, page number, total pages, and more.
The project consists of the following elements.
type=warning
Before publishing the sample, you must copy the sample datasets, resources, templates folders to the publish folder.