Table of Contents

ShowReportAsync method

This method allows to display the standard report viewer provided by the framework.

Where to use this function?

  • In the code of a UI view
  • In the code of a menu item

How to use it?

var options = new ShowReportOptions("MyReport");

await this.ShowReportAsync(options);

Options

ShowReportOptions exposes a fluent interface to set options.

They follow the .WithXXX() convention.

For example: options.WithFilter(myFilter).WithParameters(myParameters)

List of available options

Related to viewer frame:

Related to data retrieval:

Related to data post-processing:

Related to template and rendering: