Telerik Forums
Reporting Forum
3 answers
184 views

Hello,

I want to edit my report in design modus, but I can't get any items from the toolbox.

All the entries are disabled.

How can I solve this problem?

Best regards

 

Simon

Neli
Telerik team
 answered on 11 Oct 2019
1 answer
1.2K+ views

Hi,

We have a table with static column widths for all columns but one. We calculate the width for the Description column so that the table width is 100% of the containing page. We are using the following binding for the Description column:

Width  =WidthForDescriptionColumn(Fields.BillableSection)

where WidthForDescriptionColumn simply subtracts predefined column widths from the page width based on their visibility.

One of our customers complained that they use large numbers (like 8 digits + 2 decimal) and they get wrapped in the column. We decided to implement dynamic column widths for some columns using an approach mentioned at https://www.telerik.com/forums/auto-size-for-textbox#6rdYCe6DPUygy_EmqRM5sg . It did work, however since WidthForDescriptionColumn still returned a static value, the rightmost column got pushed beyond page edge.

The question is, is there a simpler way of achieving the following scenario:

1. Some table columns should have static width.

2. Some table columns should have dynamic width based on its content (actually something like min-width).

3. One of table columns should have dynamic width which is calculated so that the table width would be 100% of the containing page.

Thanks.

Nasko
Telerik team
 answered on 11 Oct 2019
4 answers
263 views
Do you have plan to develop web based report designer? we need it to go on devoloping our program with telerik
Ivan Hristov
Telerik team
 answered on 11 Oct 2019
2 answers
127 views

MVC HTML5 Report not rendering rect shape correctly when exporting to excel.

Version: 2017/3.0

See atached files.

Fernando
Top achievements
Rank 1
 answered on 10 Oct 2019
1 answer
528 views

OK, this one is to ask those using the Stand Alone Report Designer.

Looking for advice on which report designer to use, I understand it depends on my situation so here it is.
1. Just starting with reporting, have dabbled with both designers over the last week
2. Currently the site is a webforms public website using ASP.NET AJAX Controls.
3. I am the only developer, for a website that displays scientific data (right now mainly grids and graphs) that could benefit from Telerik reporting cross-tabs, graphs etc.
Before I decide which to choose I wanted to get your opinion on the pros and cons of the two designers.  For this reason I am posting this on both reporting forums for obvious reasons.
1. Which report designer gives you the most flexibility in design and what do you consider the pros and cons are of each.
2. Posts on the forum are 2,417 posts for stand alone (SARD) and 43,368 for Visual Studio (VSRD) - does this reflect that most people have chosen VSRD, and/or are there more problems when designing with VSRD.
3. If fewer people are using SARD do you envisage Telerik will continue with it (I have been stranded before on blind paths), and if they don't can the report file (TRDX) be easily imported into VSRD?
Many thanks on any advice!
Ian
Aussie Enjoying Oregon

Peter
Telerik team
 answered on 09 Oct 2019
1 answer
153 views

Looking for advice on which report designer to use, I understand it depends on my situation so here it is.

1. Just starting with reporting, have dabbled with both designers over the last week

2. Currently the site is a webforms public website using ASP.NET AJAX Controls.

3. I am the only developer, for a website that displays scientific data (right now mainly grids and graphs) that could benefit from Telerik reporting cross-tabs, graphs etc.

Before I decide which to choose I wanted to get your opinion on the pros and cons of the two designers.  For this reason I am posting this on both reporting forums for obvious reasons.

1. Which report designer gives you the most flexibility in design and what do you consider the pros and cons are of each.

2. Posts on the forum are 2,417 posts for stand alone (SARD) and 43,368 for Visual Studio (VSRD) - does this reflect that most people have chosen VSRD, and/or are there more problems when designing with VSRD.

3. If fewer people are using SARD do you envisage Telerik will continue with it (I have been stranded before on blind paths), and if they don't can the report file (TRDX) be easily imported into VSRD?

Many thanks on any advice!

Ian

Aussie Enjoying Oregon

 

Peter
Telerik team
 answered on 09 Oct 2019
6 answers
885 views

Hi,

I have a report with a table in the detail section.  The table is grouped on a field called 'Organization'.  I also have a parameter called 'Organization'.  The table will give one full iteration for each organization that the user chooses in the organization parameter dropdown.

What I want is to page break after each iteration of the table.  So if I choose org1, org2 and org3 from the 'Organization' dropdown, the report will generate 3 pages, each with a table iteration for each organization that the user has chosen.

I need this functionality for a client by next week and I cannot figure out how this is done.  Can someone PLEASE help?

 Thanks,

Phillip

Nasko
Telerik team
 answered on 09 Oct 2019
1 answer
245 views

Hello,

Please, I would be VERY VERY glad if someone could help me.

I have a report that has a sub-report inside it and it's working just fine.

The sub-report can give one or multiple lines as output for a single row in the master report.
However, when a row's height in the master report is too high (due to the output of other cells, not the sub-report), then the sub-report's output doesn't fill the gap in the master report.

I've tried so many thing that I read in this forum, but none of them worked.
I've attached a real example of what's happening:

The master report uses a table, while the sub-report uses only text boxes. 

 

Thank you very very much

Todor
Telerik team
 answered on 08 Oct 2019
4 answers
591 views
I have a textbox with a specific width, I want the text to display and then truncate at the length.   I have set WordWrap, Multiline, and CanGrow to False, but when I programmatically export to PDF, it doesn't show partial words.  Crystal Reports does this.  

I have the latest 2012 version.  

Peter
A.
Top achievements
Rank 1
 answered on 08 Oct 2019
9 answers
885 views

I am getting the following error:

System.TypeInitializationException
  HResult=0x80131534
  Message=The type initializer for 'Lock' threw an exception.
  Source=Telerik.Reporting
  StackTrace:
   at Telerik.Reporting.Cache.CacheStorage.Lock..ctor(String key)
Inner Exception 1:
FileNotFoundException: Could not load file or assembly 'System.Threading.AccessControl, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

The current packages installed from my .csproj file:

<PackageReference Include="HangFire" Version="1.6.17" />
    <PackageReference Include="KendoUICore" Version="2018.1.117" />
    <PackageReference Include="KendoUIProfessional" Version="2018.1.117" />
    <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.1" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.0.1" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.0.1" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.1" />
    <PackageReference Include="Microsoft.Net.Http" Version="2.2.29" />
    <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.2" />
    <PackageReference Include="Moq" Version="4.8.1" />
    <PackageReference Include="Newtonsoft.Json" Version="11.0.1-beta3" />
    <PackageReference Include="System.Net.Requests" Version="4.3.0" />
    <PackageReference Include="Telerik.Reporting" Version="12.0.18.117" />
    <PackageReference Include="Telerik.Reporting.Services.AspNetCore" Version="12.0.18.117" />
    <PackageReference Include="Telerik.UI.for.AspNet.Core" Version="2018.1.117" />

Stephen
Top achievements
Rank 1
 answered on 07 Oct 2019
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?