Telerik Forums
Report Server Forum
1 answer
436 views

Hello,

I've found some articles saying that if we want to deploy Report Server in Azure, we should use Azure Virtual Machines. These were few years old articles and I was wondering if anything changed and if it's possible to deploy the Report Server in Azure App Service, perhaps using docker image? Or is it still recommended to use Virtual Machine? My concern is that our company doesn't want to manage virtual machines.

Thanks

Todor
Telerik team
 answered on 04 Oct 2023
1 answer
181 views

How do I change a Telerik Report Server parameter from a List to a dropdown box?

I'm unable to find a setting in Telerik Report Designer where I can change the report server parameter list to a dropdown list.

I have attached an example screenshot what we after, file name: DropDown_example.png.

Dimitar
Telerik team
 answered on 23 Aug 2023
2 answers
1.0K+ views

Hello,

I am currently working on a report in which I need to embed a table (with its own headers) into another table. I am trying to make my telerik report match the table in the attached "Model Table.jpg" where the main table has the headers "num records", "total attempts", "client ID", etc.. and the embedded table has the headers "attempts", "date refused", and "comments".

I was able to create the main table in a report, then merge the cells in the row below and add the sub table; however, the sub table is repeated with every new row. The report in this instance can be seen in the attached "sub table.jpg".

I then attempted adding a subreport inside the main table. This subreport links to a separate report containing the "attempts", "date refused", and "comments" table. However, I ran into some roadblocks with this as well. When the subreport is outside the table, it loads fine with all values showing. Unfortunately, when I move the subreport into the main table, I cannot get it to load properly. When I add the datasource to the subreport (same datasource as the main report), the subreport doesn't show at all. When I remove the datasource from the subreport, the headers of the sub table show, but no data loads. Is there a reason the subreport wont load properly inside the table?

Hopefully this all made sense- please let me know if you need any clarification on anything.

Thank you!

Derek
Top achievements
Rank 1
Iron
 answered on 10 Aug 2023
1 answer
165 views

what am i doing wrong,

trying  to post to the UploadReport model report /api/reportserver/v2/reports

 

@{ "ModelState"= @{
                "Name"="rpt1";
                "Description"="uploaded on $(Get-Date -DisplayHint Date)";
                "CategoryId"="$($catId)"; 
                "ReportFile"=@{ 
                    "Name"="rpt1"; 
                    "FileName"="c:\x\rpt1.trdp";
                    "MediaType"="application/x-zip-compressed";
                    "Buffer"="[System.IO.File]::ReadAllBytes( "c:\x\rpt1.trdp" ) )"  }

      }

}

{"Message":"The request is invalid.","ModelState":{"model.Name":["The Name field is required."],"model.CategoryId":["The CategoryId field is
     | required."],"model.ReportFile":["The ReportFile field is required."]}}
Todor
Telerik team
 answered on 10 Aug 2023
1 answer
150 views
I'm a very new person at web development and need a help.
Todor
Telerik team
 answered on 27 Jul 2023
1 answer
167 views

Hello,

I am currently working on a report that involves a table that expands using the toggle visibility action. The table gets larger and shows more data the more I expand it. However, on one of the textboxes that I am using to expand the table, I would also like to link to a separate report. I am able to successfully link and pass parameters by using the "Navigate to Report" action. Unfortunately, after I link to the other report, the textbox containing this action loses its "toggle visibility" action.

I was wondering- would it be possible to set both the "toggle visibility" and "navigate to report" interactivity actions to the same textbox?

Much appreciated.

Dimitar
Telerik team
 answered on 24 May 2023
1 answer
259 views

Hello, new guy here.

Sorry if this is a dumb question, but I am not an IT person.

I am trying out Telerik Report Server. I have a Postgresql database that is hosted in the AWS cloud.

Is it possible to establish a connection to such database to load data into my reports?

If yes, can someone please provide me instructions on how to establish the connection? I am testing in a Windows 11 pc.

Thank you.

Dimitar
Telerik team
 answered on 07 Apr 2023
1 answer
315 views

Hello,

I am currently working on a report that will print on a #10 envelope. For this report, all textboxes must be rotated 270 degrees (vertical).

I have no problems rotating normal textboxes from the properties menu. However, I also have an HTML textbox that must be rotated.

I have tried the following HTML expressions in an attempt to rotate the text. Neither one was successful.

Expression 1:

<div style="transform: rotate(270deg)">

{Fields.client_addr1}

<br>

{Fields.client_addr2}

</div>

Expression 2:

<div>

{Fields.client_addr1}

<br>

{Fields.client_addr2}

</div>

<style>

div {transform: rotate(270deg)}

</style>

 

Please let me know if I'm doing something wrong, or if this isn't possible.

Thanks!

Dimitar
Telerik team
 answered on 24 Mar 2023
1 answer
764 views

Good afternoon!

I am currently working on a report that needs to be limited to a single page. In order to accomplish this, I limited a subreport containing a list of case charges using the Top N filter (shown in the attached picture). This operates exactly how I'd like it to- it limits the charges list to 5 if there are more than 5 charges.

I would; however, like there to be an indicator on the page if the list exceeds the limit of 5 (or if the top n filter is active). I believe the best way to accomplish this would be to have a textbox that is visible on the page if there are more than 5 charges and invisible if there are less than five charges.

I tried using various filters and conditional formatting rules, but nothing I have tried so far has worked.

Is there an easy way to accomplish this, or a function I should be using? Would it be beneficial to create a second subreport?

Thank you!

Momchil
Telerik team
 answered on 02 Mar 2023
1 answer
114 views

Hi,

i want to delete my account. How can i do that?

MfG,

Tom

Iva
Telerik team
 answered on 20 Feb 2023
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?