Skip to content

DevExpress-Examples/angular-reporting-use-custom-ui-elements-to-specify-parameters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.
  4. Enter a parameter value in the editor and click Submit.

Files to Review

Documentation

More Examples