Hello,
I am trying to integrate the HTML5 ReportViewer in an existing web app. The problem is that the REST Api is stored on a different server. So, when the Viewer tries to use relative addressing in urls, it causes incorrect url generation. Is there a way around this?
Dear Sir/Madam,
We have created a cross tab report with a few columns as attached image. But, we I set sorting expression to cross tab header to order columns it seems does not working.
Column values -> 1,4,5,6,M,S,9,5.6
We have to order this column like -> 1,4,5.5.6,6,9,M,S
Hello,
I am using Teleril Report version 11.1.17.503. When i export the report to csv format the headers in the csv files shows textbox1, textbox2, textbox3 onwards. i searched for similar issues on Report Forum and found one solution where you guys have suggested to set NoHeaderText to true in web.config file. i have applied that changes but still when i export my report into csv format it shows textbox1, textbox2 onwards. the changes i made in web.config file is as mentioned below:
<Telerik.Reporting>
<Extensions>
<Render>
<Extension name="CSV">
<Parameters>
<Parameter name="NoStaticText" value="true"/>
</Parameters>
</Extension>
</Render>
</Extensions>
</Telerik.Reporting>
i followed instructions from this page http://www.telerik.com/support/kb/reporting/details/configuring-the-csv-rendering-extension
I really need to how the headers as actual name i specified in report.
Kind Regards,
Savan K. Parmar
Hi,
I'm new to Telerik Reporting and I'm trying to add a control to an existing report that will expand/collapse the group below. See attached pictures. The first one is the current report and the second one is what I'm trying to accomplish. When the check box is checked, all of the groups below would be expanded. When it's selected again, all of the groups would collapse. I've tried several things and looked around the internet for a similar case but haven't been successful. I think I can do this by creating a totally separate report with different defaults (all expanded or all collapsed) but I was wondering if it's possible to add a checkbox (or some other control) to the existing report that would accomplish the same result.
thanks-
Hello,
Im using Telerik reporting, after i design the report i can preview with parameters and everything works fine but after debugging from Visual Studio 2013 (an ASP.NET MVC5 app) in browser i cant make filters using parameteres, parameters are always NULL.
Hi,
Can you please guide me why a i getting following error while binding y-axis maximum property.
"An error occurred while invoking the setter property to 'Max size' of type "Telerik.Reporting.Drawing.Unit"
attached error for reference -
I am followig steps mentioned in following article:
http://docs.telerik.com/reporting/graphhowtousebindingstocontrolcsproperties
I'm currently encountering an issue while trying to bind a collection to a table. I have a collection of a generic structure containing a list of fields. I want to bind the collection to a table and be able to show each field in the appropriate column. Unfortunately, it doesn't seem to work...
Is there a way to do that? It seems that most of the time, the advice is: set the report data source to the collection of objects. But this is not an option here, since I have other data to show which needs to be part of the data source.
Also, is there a way to inspect the Fields object when debugging?
Best Regards,
Bastian