Hi,
i'm struggling for two days with this issue...i will explain my situation, i have a subreport inside a main report and programmatically i set the DataSource (code behind with Visual Studio), however the main report displays correctly the fields (and then it correctly takes the DataSource) the problem it's the subreport, it seems that it takes the DataSource (i haven't any error that told me that the fields don't exist) but they are blank....for example on the main report i have in a textbox "Fields.Name" and it's correctly displayed while on the subreport if i put Fields.Name i haven't any error but the textbox is blank.
Of course i work with business objects the example of the Fields it's to let you understand my issue....i tried to bind the DataSource property on subreport with ReportItem.DataObject (like here http://www.telerik.com/forums/how-to-bind-the-datasource-of-a-subreport-in-the-designer#nSbLMCJKXUmyRhU4w5mi7g) but the issue is the same...the fields are blank...i wish that someone can help me.
Thanks in advance
Hi,
How to print a telerik report directly on client machine in web browser on button click.
We have a number of reports that are currently using the obsolete Chart object, which I am in process of moving to the new Graph object. I have been unable to find an equivalent on the Graph object for the EmptyValue = Approximation setting in the Chart object. Is there an equivalent setting that I've missed, or will I need to build my own approximation lines when a category has no value at a certain point?
Thanks!
Hi Telerik team,
I'm in need of older verison of Telerik Reporting, it's Q2 2014 SP1 version. I can't find it the download section.
Where can I get it, please advise?
Thanks
We have a report that is 6 columns. However we also need it to be 2 rows.
So it's 12 per page.
How can we do this?
http://screencast.com/t/VDyj7oS17CTF
thanks for any help :)
I have a report where my columns coming from Stored Procedure are dynamically generated using Pivot
Now there are following points to be focused on:
1. Number of columns that will be generated is not fixed
2. Since columns are generated dynamically, they are not seen in data explorer
3. Name of dynamic columns keeps on changing
How do i display them on report
Please Guide