Skip to content

DevExpress-Examples/angular-reporting-handle-parameters-initialized-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

How to Run the Example

Download the project and do the following:

  1. Update NuGet packages.
  2. Build and run the project.
  3. Navigate to the page that contains the document viewer.

Files to Review

Documentation

More Examples