Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.84 KB

File metadata and controls

51 lines (33 loc) · 2.84 KB

Reporting for Angular - Handle the ParametersInitialized event

The example below demonstrates how to handle the ParametersInitialized event to do the following:

  1. Initialize values of a visible and invisible parameter before the viewer loads the document.
  2. Change a parameter value in the panel's editor when a user assigns a value to another parameter.

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)