Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seo report parameters #1598

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Adding Report Parameters
page_title: Adding Report Parameters Explained
description: "Learn about the different approaches for adding Report Parameters in Telerik Reporting, and how to set up AvailableValues values when needed"
description: "There are several ways to add a report parameter to the report depending on the preferred designer. Learn more!"
slug: telerikreporting/designing-reports/connecting-to-data/report-parameters/how-to-add-report-parameters
tags: how,to,add,report,parameters,availablevalues
published: True
Expand All @@ -11,7 +11,13 @@ previous_url: /designing-reports-parameters-adding-parameters

# Approaches for Adding Report Parameters

Report parameters typically filter report data that is retrieved from a data source. Filtering data at the data source can improve performance for processing and viewing a report. For the times when you cannot filter data at the source, you can use parameters to filter report data after it is retrieved. You can also sort and group data in a report based on report parameters.
## What is a Report Parameter?

[Report Parameters]({%slug telerikreporting/designing-reports/connecting-to-data/report-parameters/overview%}) allow you to control the report's content, connect related reports, or use them as arguments in functions. They typically filter report data that is retrieved from a [data source component]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/overview%}). Filtering data at the data source can improve performance for processing and viewing a report.

For the times when you cannot filter data at the source, you can use parameters to [filter report data after it is retrieved]({%slug telerikreporting/designing-reports/connecting-to-data/data-items/filtering-data/overview%}#client-side-filtering). You can also sort and group data in a report based on report parameters.

Report Parameters can also be used to allow for user-input data when the report is displayed in a report viewer.

## Add a Report Parameter using Report Designer

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Using in .NET
page_title: Using HTML5 Report Viewer in ASP.NET Core in .NET 6+
description: "Learn How to integrate the Telerik Reporting HTML5 Report Viewer in ASP.NET Core applications in .NET 6 and .NET 8."
page_title: HTML5 Report Viewer in ASP.NET Core - Telerik Reporting
description: "Learn how to add an HTML5 Report Viewer in an ASP.NET Core in .NET 6, .NET 7, and .NET 8 web app."
slug: telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/how-to-use-html5-report-viewer-in-an-asp.net-core-in-.net-5-application
tags: how,use,html5,report,viewer,asp.net,core,.net,application
published: True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ The purpose of the HTML5 Report Viewer is to display Telerik Reports and allow t

The HTML5 Report Viewer's content is rendered in __DIV__ elements. The HTML report in the viewer is rendered through the HTML rendering mechanism based on the [Design Considerations for HTML Rendering]({%slug telerikreporting/designing-reports/rendering-and-paging/design-considerations-for-report-rendering/html-rendering-design-considerations%}).

## How to display the HTML5 Report Viewer in Web Applications

[![Setting up Telerik Html5 Report Viewer with external Telerik Reporting REST Service in .NET](https://img.youtube.com/vi/GeCUGTgZziI/0.jpg)]([https://www.youtube.com/watch?v=video-id](https://www.youtube.com/watch?v=GeCUGTgZziI))

## See Also

* [Requirements and Browser Support]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/requirements-and-browser-support%})
Expand Down