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
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" />
I add border to graph's data point style but it doesn't work. Background color and other is fine but this is not. How to fix?
Hi,
I'm using the Standalone report designer and have exported my stylesheet.xml.
I read https://docs.telerik.com/reporting/style-exportingand-reusing-style-sheets?_ga=2.155451643.1765117186.1569843212-799383587.1565369057
When I create my next report using the standalone designer, I can't figure out where to locate the stylesheet.xml.
My Directory Structures
c:\repos\Reporting\Reports\ - all my reports are here
c:\repos\Reporting\Reports\StyleSheets\ - I've tried copying my stylesheet.xml here, no luck.
c:\ReportDesigner\ - I have the Telerik.ReportDesigner.exe and other files here.
What do I have to do so that the stylesheet.xml is automatcaily added to new reports I create?
Why don't you have an "import" feature to import stylesheets?
Do the external stylesheets have to be available at runtime?
So I really have two quesitons:
Designtime location?
Runtime location?
Thank you,
Karl
Hi,
With Two Instances Open, you can't open style dialog in both instances.
These are two instances of a WPF app, they should both be able to open the same dialog in each instance.
WPF is perfectly capable of opening dialogs in instances of the same app.
Please have your developers correct this. Each running application should not share anything between each others.
Thank you,
Karl
Hi,
I have a table with a date type column.
Hello, I have a table with a date type column. I am trying to sort it ascendingly, the types of numeric data and Strings work correctly but the date types do not recognize them.
How can I do it?
Thank you.
Hi,
I'm new to Telerik reporting and using the Standalone Designer.
My report is driven by data that contains name, address and a collection of fund data.
I have a table with this data: Fund Name, Date, Amount
I need to display the data grouped by Fund Name, and show summary row for each Fund Name, and a Grand Total for all funds.
Parking Lot Fund
1/1/2019 $50.00
1/2/2019 $50.00
Total $100.00
Building Fund
1/1/2019 $50.00
1/2/2019 $50.00
Total $100.00
Grand Total $200.00
I have a table control in my detail section, have spent a few hours trying to do the above.
How can I add the grouping and summary for my table.
Thank you!!!
Karl
There seems to be a recent change in how printing from the report viewer works. The used to open the print dialog and you could print from there. Now when you click print on the report viewer the browser prompts you to save as pdf.
I've noticed this is happening on Telerik's demo page.
Is it a browser setting? Is anyone else having this issue?
Thanks.