This is a migrated thread and some comments may be shown as answers.

Blazor Reporting - Parameters not visible by default

3 Answers 243 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 20 Mar 2020, 02:41 PM

Telerik Reporting - Telerik.ReportViewer.Blazor Version 14.0.20.115

This is the entirety of the page on which the ReportViewer is displayed:

 

<ReportViewer ViewerId="reportViewer1"
              ReportServer="@(new ReportServerOptions {  Url = "https://reporting.$WEBSITE.com", Username = "$NAME", Password = "$PASS" })"
              ReportSource="@(new ReportSourceOptions()
                            {
                              Report = "Foundation/LicenseUsages.trdp"
                            })"
              ParametersAreaVisible="true"
              ScaleMode="@(ScaleMode.Specific)"
              Scale="1.0" />

 

Expected behavior: The parameters area should be visible when the report loads.

Observed behavior: The parameters area is not visible by default, even though the button on the ReportViewer implies it should be. The button must be toggled off then on again to see the parameters area.

3 Answers, 1 is accepted

Sort by
0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 24 Mar 2020, 05:55 PM

Hi Andrew,

I was able to replicate this locally and have attached a short video that displays the behavior. I believe this is caused by the Parameter Options from within the report. Can you confirm that the Visible property is set to true as shown in the below screenshot? Note that if this is set to true, the ParametersAreaVisible property from the Report Viewer defaults to true and can be safely removed.

If the issue still persists after confirming the property value, I will need to review a sample report that produces the same behavior. 

In the meantime, please let me know if you need any additional information. Thank you for using the Reporting Forums.

Regards,


Eric R | Senior Technical Support Engineer
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Andrew
Top achievements
Rank 1
answered on 25 Mar 2020, 01:49 PM

Hi Eric,

Both parameters have Visibility = true set in the Report Designer. This issue happens regardless of ParametersAreaVisible being explicitly set in the blazor markup.

0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 25 Mar 2020, 08:45 PM

Hi Andrew,

Thank you for confirming the Visibility property is set to true in the report. Although, without a sample that reproduces the same behavior I am unable to troubleshoot this in great detail. Let me provide a couple of troubleshooting options below.

1. I have attached a working sample that can be used for comparison. To get started, I recommend verifying the references are identical between the projects. To run the sample ensure the Telerik NuGet Feed is configured in Visual Studio. Can you let me know if you find any differences between the two projects?

2. Another option is to preview the Report through the Report Server UI. If the parameters area is not visible there this could be the result of a custom template on the Report Server machine. Can you confirm that the Parameter Area is visible during preview?

In the meantime, please let me know if you need any additional information. Thank you and I look forward to your reply.

Regards,


Eric R | Senior Technical Support Engineer
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
Andrew
Top achievements
Rank 1
Answers by
Eric R | Senior Technical Support Engineer
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or