New to Telerik Reporting? Download free 30-day trial

AI Prompt Library

The prompts provided here are intended and optimized for use with Telerik Reporting AI Coding Assistant. When you run them in the GitHub Copilot Extension or the MCP Server, these prompts will help you kick-start your app development, speed up the component configuration process, and troubleshoot your code.

You can use the provided prompts as they are or modify them to fit your use case. Make sure to start your prompt with the required prefix (@telerikreporting for the GitHub Copilot Extension or #telerik_reporting_assistant for the MCP Server handle).

You can also use the prompts with any AI-powered tool of your choice. However, the Telerik Reporting AI Coding Assistant is developed to provide highly accurate results based extensively on the documentation, APIs, and community knowledge for Telerik Reporting. Running the prompts outside the AI Coding Assistant may not produce as relevant results.

The list of prompts is not exhaustive, and the Telerik Reporting team is constantly working on adding more prompts to the library.

How to Use This Library

Quick Start Guide:

  1. Find a prompt that matches your needs
  2. Copy the prompt text
  3. Paste it in your IDE with the AI Assistant
  4. Customize the prompt for your specific use case.

Always double-check the code and solutions proposed by an AI-powered tool before applying them to your project.

Report Viewer Prompts

Blazor Report Viewers

Blazor Report Viewer Native Blazor Report Viewer

#telerik_reporting_assistant How to connect the Blazor Report Viewer to a Telerik Report Server?
            

#telerik_reporting_assistant How to change the displayed report on a button click in the Native Blazor Report Viewer?
            

#telerik_reporting_assistant How to pass a bearer token through the Blazor Report Viewer?
            

#telerik_reporting_assistant How to change the culture of the rendered report in the Native Blazor Report Viewer?
            

#telerik_reporting_assistant How to to show ComboBox editors for the report parameters in the Blazor Report Viewer?
            

#telerik_reporting_assistant How to change the date format in the displayed report in the Native Blazor Report Viewer?
            

#telerik_reporting_assistant How to change the displayed report on a button click in the Blazor Report Viewer?
            

#telerik_reporting_assistant How to connect the Native Blazor Report Viewer to a Telerik Report Server?
            

#telerik_reporting_assistant How to move the parameters area inside the Blazor Report Viewer to be on the left side instead of the right?
            

#telerik_reporting_assistant How to hide the export button in the Native Blazor Report Viewer's toolbar?
            

Angular Report Viewers

Angular Report Viewer Native Angular Report Viewer

#telerik_reporting_assistant How to connect the Angular Report Viewer to a Telerik Report Server?
            

#telerik_reporting_assistant How to use dropdown for the the report parameters of the Native Angular Report Viewer?
            

#telerik_reporting_assistant How to pass a bearer token through the Angular Report Viewer?
            

#telerik_reporting_assistant How to hide the export button from the Native Angular Report Viewer's toolbar?
            

#telerik_reporting_assistant How to to show DateTimePicker editors for report parameters of type DateTime in the Angular Report Viewer?
            

#telerik_reporting_assistant How to print the report from the Native Angular Report Viewer using client-side code?
            

#telerik_reporting_assistant How to change the displayed report on a button click in the Angular Report Viewer?
            

#telerik_reporting_assistant How to display a custom indicator in the UI when an error is encountered in the Native Angular Report Viewer?
            

#telerik_reporting_assistant How to move the parameters area inside the Angular Report Viewer to be on the left side instead of the right?
            

#telerik_reporting_assistant How to set the reportSource of the Native Angular Report Viewer?
            

HTML5 & React Report Viewers

HTML5 Report Viewer React Report Viewer

#telerik_reporting_assistant How to connect the HTML5 Report Viewer to a Telerik Report Server?
            

#telerik_reporting_assistant How to change the displayed report on a button click in the React Report Viewer?
            

#telerik_reporting_assistant How to pass a bearer token through the HTML5 Report Viewer?
            

#telerik_reporting_assistant How to add a custom indicator in the UI when an error is encountered in the React Report Viewer?
            

#telerik_reporting_assistant How to to show ComboBox editors for the report parameters in the HTML5 Report Viewer?
            

#telerik_reporting_assistant How to connect the React Report Viewer to a Telerik Report Server?
            

#telerik_reporting_assistant How to change the displayed report on a button click in the HTML5 Report Viewer?
            

#telerik_reporting_assistant How to show ComboBox editors for report parameters in the React Report Viewer?
            

#telerik_reporting_assistant How to move the parameters area inside the HTML5 Report Viewer to be on the left side instead of the right?
            

#telerik_reporting_assistant The document map panel is missing in the React Report Viewer, how to display it?
            

Reporting Service Prompts

Telerik Reporting REST Service

#telerik_reporting_assistant How do I set up the Telerik Reporting REST Srevice in an ASP.NET Core projects that targets .NET 9?
            

#telerik_reporting_assistant How do I set up the Telerik Reporting REST Srevice in an ASP.NET Framework projects that targets .NET Framework 4.8?
            

#telerik_reporting_assistant I want to email the report as an email attachment, how do I do that? Explain it step-by-step.
            

#telerik_reporting_assistant Can I pass a List object from my Web API controller directly to a report’s DataSource? Explain how and give me an example.
            

#telerik_reporting_assistant In production, the report viewer displays `Client with ID 'xxxxxx' not found. Expired `. In local environment, it loads the reports as expected. How could I resolve this?
            

#telerik_reporting_assistant Can I use a database as a storage for my report files in the Reporting REST service? Show me an example.
            

See Also

In this article