Telerik Forums
Reporting Forum
1 answer
274 views

Hello
I'm sorry to ask you this question because it's very simple.
When I set A3 in pageSettings and print, A4 size is the default setting, not A3 size.
How do I set up that part?

 

Todor
Telerik team
 answered on 30 Nov 2022
1 answer
236 views

Hi Team, 

 

Please refer attached screenshot. I am trying to create CrossTab table with One column as Column Grouping.

 

Now It will look like below image -

Now I am trying see preview. It looks like - 

It's showing System.Object[] with just one row. (actually, it's has multiple rows with one batch name (grouping field) 

Please help me to resolve the issue. as soon as possible. 

 

Thank you.

 


Momchil
Telerik team
 answered on 25 Nov 2022
4 answers
179 views
When running the report designer (VS or standalone) on a display with high resolution DPI (in this case 2880/1400 with windows scaling fonts to 200%), the dialogs do not scale properly. Other applications are ok. I have not tested all the dialogs, but the data source dialogs are particularly problematic, I attach a screen shot.
Joshua
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 23 Nov 2022
1 answer
256 views
Hiho!

We're using the telerik web report designer in a .net framework v4.7.2 asp.net mvc project.

We separated out data objects to a library project and then referenced it via the web.config. It works as intended, both in the designer and during data retrieval, but to update the dll with more objects we have to restart the whole site.

We tried using a folder other than bin with the probing attribute and still have issues with telerik caching and the application locking the assembly.

We also tried playing with AssemblyResolve and custom AppDomain, but it doesn't seem to be a valid solution.

We can override the ReportDesignerControllerBase.GetTypes method to return a generated type list on the fly, but that's only for displaying them to the web designer.

Is there any way to override something like the default ObjectInstanceDataSourceResolver, so we can generate dynamic types and handle cache lifetime by ourselves?

Thanks!
Todor
Telerik team
 answered on 22 Nov 2022
2 answers
292 views

Hi 

I am getting this error when i load a report in designer

Could not load file or assembly 'Telerik.Reporting.Design.Interfaces,
Version=6.0.12.215, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of
its dependencies. The system cannot find the file specified.

I have attached the screenshot for this error

Can you please help me figure this issue..

Todor
Telerik team
 updated answer on 17 Nov 2022
1 answer
136 views

Hello team 

Good afternoon! Is there any settings to have zero line in center of the visual, attached visual has all -ve % for items 

I am looking for property that helps to align bars from center of the visual , not from top

Todor
Telerik team
 answered on 17 Nov 2022
1 answer
300 views

Hi, 

I need to make a report with several PNG images and generate a PNG file with transparency in a Winforms application.
So I made a report with the background 'Transparent' and some PictureBox.
this.Style.BackgroundColor = System.Drawing.Color.Transparent;

this.detail.Style.BackgroundColor = System.Drawing.Color.Transparent;

Then I export to PNG with Telerik ReportProcessor and RenderingResult.
But the background is white. :-(

How can I export this report with transparent background ?

Thanks

Frederic

Todor
Telerik team
 answered on 15 Nov 2022
1 answer
578 views

i'm following this example: https://docs.telerik.com/reporting/embedding-reports/program-the-report-definition/access-report-items-programmatically

when it comes to this:

protected void Button1_Click(object sender, EventArgs e)
{
    Telerik.Reporting.InstanceReportSource instanceReportSource = (Telerik.Reporting.InstanceReportSource)this.reportViewer1.ReportSource;
    Telerik.Reporting.Report report = (Telerik.Reporting.Report)instanceReportSource.ReportDocument;
    Telerik.Reporting.TextBox txt = report.Items.Find("productNameDataTextBox", true)[0] as Telerik.Reporting.TextBox;
}

but in my situation I have a UriReportSource,
how can i get InstanceReportSource from a UriReportSource?

 

 

Dimitar
Telerik team
 answered on 14 Nov 2022
1 answer
162 views
I am trying to repeat a doughnut graph for each row returned in my data source in the visual studio report designer. Is this possible? It's currently combining all the rows into a single doughnut graph.
Momchil
Telerik team
 answered on 11 Nov 2022
1 answer
265 views
I have attached the Telerik report design SS, as I have used 2 tables Lease and credit, and from this, I want to subtract the subtotal between lease and credit and show it in the grand total. But I am stuck in that, I have tried lots of solutions but I am not achieving my result.
Please share your suggestions, it will be very helpful.

Thank you in advance.

Todor
Telerik team
 answered on 11 Nov 2022
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?