Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.98 KB

File metadata and controls

55 lines (36 loc) · 2.98 KB

Reporting for Angular - Use Custom UI Elements to Specify Parameter Values

This example demonstrates how to do the following:

  1. Create a page with a document viewer, editor, and button.
  2. Hide the default Parameters Panel in the viewer.
  3. Set a report parameter's value to a value from the editor on a button click.

Run the Project

Navigate to the ReportingWebApp/ReportingWebApp.Server folder and use the following command to restore dependencies and run the application:

cd ReportingWebApp/ReportingWebApp.Server
dotnet run

Two command prompts appear:

  • The ASP.NET Core API project running
  • The Angular CLI running the ng start command

Open your browser and navigate to the URL specified in the command output to see the result.

Files to Review

Documentation

More Examples

Does This Example Address Your Development Requirements/Objectives?

(you will be redirected to DevExpress.com to submit your response)