Hi,
Recently, I upgraded my reporting service from 8.2.14.1027 to 9.0.15.324. I am using grid in the report. In the previous version everything was ok, but in the new one, the grid data is repeating. For instance, I have 10 instance in a db table and they are completely different, in the new version, it shows the first instance 10 times in the report. Can you please help me about this?
Thanks in advance.
Hello, is there a plan to have a HTML5 Designer in the future?
(some other reporting solutions have such a designer (DevExpress, stimulsoft)
robert
There is some tutorial to create a default layout to reporting? I need some report base with header and footer standard, and when I create a new report, use this default as reference.
Thanks.
Is there a way to use HTML5 Report Viewer in a JSP application?
All of the examples I've seen use C# class ReportFileResolver.
Hello,
We are using 8.1 14.804 version of Telerik Reporting. We would like to use it with Visual Studio 2015 but the installer doesn't install anything for it.
Is there a way to have the report wizard (that would allow us to create specific avery labels reports) under Visual Studio 2015 ?
We don't want to upgrade our version of Telerik Reporting and we can't use VS2013 anymore. We are stuck with a product we bought but don't work anymore with VS2015.
Please tell me if it is possible to do something.
Thanks,
Regards
Steeve
My question is: Why does the report "get" the list of ProfileItems that it uses for the report parameter twice?
Here's the setup:
Q3 2015 report
Adding a ReportParameter (right click report surface, select ReportParameters...)
Click the Add button, name it ProfileId.
Open the AvailableValues drop down and add a new ObjectDataSource for the Data Source of this parameter.
I'm using simple "POCO" object that returns an IEnumerable<ProfileItem> and ProfileItem has a First/Last Name and an Id field. Using a quick SQL query it populates all the active profiles from the database. Simple so far. Set the ValueMember to the Id field (it's a Guid) and the DisplayMember to the name. All done! Oh wait...I also have to set the Value.
Also, the report doesn't like Guids, so I've added a getter property that just returns the Guid Id as string.
Ok, now it all works fine!
Except, I was nosey and noticed that it accesses the data source to return the list of ProfileItem twice.
Why would it access the function twice?
Thanks!
I have problems when exporting report to Excel:
- I would like to know why I get ​extra cells at a line when exporting to excel.
- The colors are not the same (color blue turned into gray).
I have a Parameter called 'Group By'. There are 3 choices in a dropdown on the report for which the user can select one and the report will be grouped differently. I did this using bindings.
My problem comes with the values of the dropdown. We have a user defined function set up that accepts an organizations id and culture then returns a certain value. For example, some orgs use 'Goal' and some use 'Strategy' to refer to the same thing. I want the dropdown to change depending on the value of this function.
The select statement for my data source goes as follows:
select
1 as GroupById
,'Epm.Reports.ReportLibrary.TermCache.GetData("FOCUS_AREA", Parameters.OwnerCode.Value, Parameters.CultureName.Value)' as GroupDisplay
UNION
select
2 as GroupById
,'Epm.Reports.ReportLibrary.TermCache.GetData("FUNCTION_AREA", Parameters.OwnerCode.Value, Parameters.CultureName.Value)' as GroupDisplay
UNION
select
3 as GroupById
,'Epm.Reports.ReportLibrary.TermCache.GetData("GOAL", Parameters.OwnerCode.Value, Parameters.CultureName.Value)' as GroupDisplay
The Display Value for my parameter is GroupDisplay. I would like these to display the word that is pulled from my function. But the dropdown is filled with the full text 'Epm.Reports.ReportLibrary.TermCache.GetData("GOAL", Parameters.OwnerCode.Value, Parameters.CultureName.Value)'. The function works elsewhere in the report so I know it is not that. Any ideas?
Thanks,
Phillip
Hi,
I am encountering a problem during the Export to Word from the Report Viewer.
I added the references to DocumentFormat.Open XML(v. 2.5.5631.0) and Telerik.Reporting.OpenXMLRendering (Q2 2015 SP1).
The export in XLSX, PPTX and PDF runs fine, but when i try to export to DOC i get this Error:
[OpenXmlPackageException: "Only one instance of the type is allowed for this parent"]
---- DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.InitPart(.....)
---- DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPartInternal(.....)
---- ​Telerik.Reporting.OpenXmlReader.Wordprocessing.DocumentBuilder.get_​Settings(.....)
Googlin' didn't help me, but from what i can see, seems to be related to the document content. But i don't understand why. The excel / pdf / ppt works fine.
I have a copy of the Telerik.Reporting Cache Files if you need it
Thanks
When I try to open a .trdx file with Telerik Report Designer Q2 2014, I get the following error message:
Fatal error in workbench. Now closing...
An error has occured while loading the ReportDesigner's Workbench
Any ideas??? I have a lot of reports that I am responsible for...