Telerik Forums
Reporting Forum
14 answers
2.2K+ views

Hi,

I cannot understand how to programmatically enable dynamic shrinking and/or growing of sections on programmatically generated report objects.

In particular, from documentation it seems like that at least CanShrink property should be provided, but I cannot find it from code. What am I missing?

Alternatively, is there a way to make PageHeaderSection, PageFooterSection and DetailSection dynamically resize their height accordingly to the height of the visible items inside them?

Thanks in advance

Neli
Telerik team
 answered on 01 Apr 2021
3 answers
256 views
After updating from a 2020 version to the latest (at time of writing) 15.0.21.224, my Toolbox no longer populates with Reporting controls in VS 2019's design view. The designer of my reports load fine (.VB based ones), but the toolbox refuses to show any available controls.

I tried a repair install of reporting, as well as manually uninstalling/reinstalling with no luck.

I also tried right clicking the toolbox to choose items, and all Telerik Reporting stuff is already checked... but still not showing.
Neli
Telerik team
 answered on 31 Mar 2021
1 answer
133 views

Hi

I am using Reporting with aspx net.

Does anyone know if I can add a query string parameter in the base path during the render of report ?

 

 

 

Thanks a lot for any answer

 

 

Neli
Telerik team
 answered on 31 Mar 2021
1 answer
387 views

Hello,

I have some reports created in crystal report that I had to convert them using telerik reporting designer.
In crystal report, they use the notion of group headers and group subheaders ..
for example I find:

group header section n ° 1

  • group header section 1a
  • group header section 1b
  • group header section 1c

group header section n° 2

etc..

My question is if I can make the same distribution of groups in telerik report designer ? if not what can you suggest to me in order to reproduce this? 

Thank you.

Neli
Telerik team
 answered on 31 Mar 2021
1 answer
1.3K+ views

Hi,

 i am getting a error when working with session state custom, i am using redis cache for session,

thanks for any help

Dimitar
Telerik team
 answered on 31 Mar 2021
2 answers
144 views

Hello,

My project is looking to replace our old embedded crystal reports engine with a better .Net solution. However we have some customers that require Aztec 2D barcodes which is not listed as a supported format in the user guide. Is there a plugin or a method for our development team to extend and add Aztec support? or should we look to another reporting engine to satisfy this requirement?

Thanks,

James

James
Top achievements
Rank 1
 answered on 29 Mar 2021
7 answers
1.5K+ views

Hi,

I am evaluating the Telerik Reports to use instead of Active Reports. I've managed to get everything working but I'm having an issue with printing long receipts.

Short receipts aren't a problem and work perfectly fine. However, if I try and print a very long receipt i.e. 15xA4 in length for an end of day till report via receipt, it prints OK the first time but thereafter ALL receipts print a blank page.

Restarting the software doesn't fix the receipt printing - you have to completely reboot your computer for the receipt print to be able to print properly again.

This happens in my demo software, furthermore it also does the same thing whilst using Telerik Report Designer - you'll be able to replicate the problem easily.

Is there a way around this please as I can't move over whilst this isn't working?

Kind regards,

Matt.

Neli
Telerik team
 answered on 29 Mar 2021
1 answer
134 views
In Telerik report, the page footer section has not accept sub report and table. then how could I show table like data's ?
Please give any suggestion for this ?
Mads
Telerik team
 answered on 26 Mar 2021
2 answers
488 views

I want to set the DataSource parameters at Webforms runtime so I created a DataSource with the code below. Hos do I attached this to the report before setting the ReportViewer reportSource? I can create a Report object and set the DataSource but how do I assign it to the reportsource which is set to the viewer?

 

 Telerik.Reporting.SqlDataSource sqlDataSource = new Telerik.Reporting.SqlDataSource();
                sqlDataSource.SelectCommand = "SELECT * FROM VerifiedComponents WHERE ItemNumber = @ItemNumber";
                sqlDataSource.Parameters.Add("@ItemNumber", System.Data.DbType.String, "14545454545");         

 

  Telerik.ReportViewer.Html5.WebForms.ReportSource reportSource = new Telerik.ReportViewer.Html5.WebForms.ReportSource();
                reportSource.IdentifierType = Telerik.ReportViewer.Html5.WebForms.IdentifierType.TypeReportSource;
                reportSource.Identifier = typeof(Report1).AssemblyQualifiedName;             

              reportViewer1.ReportSource = reportSource;     

james
Top achievements
Rank 1
 answered on 25 Mar 2021
2 answers
306 views

I'm designing a Report in the Standalone Report Designer and consuming it in a WPF application. 

I want to anchor an image to the bottom of the report details section. To this end I have set the anchoring property = bottom.

When I view the report in the WPF application in Print Preview mode the image appears half way up the page (the same is true when it is printed), however, If I switch the Report Viewer to interactive view the image appears anchored to the bottom of the page as desired. 

How can I get the image to be anchored to the bottom of the page when printed ? 

 

Dale
Top achievements
Rank 1
 answered on 25 Mar 2021
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?