Hi, I'm trying out your reporting suite, but I've encountered a small issue while trying with user defined functions. I created a simple function, compiled and moved the DLL to the report designer folder and added the Assembly References and it's working properly.
The problem comes when I try to load the report in the report designer as an UriReportSource in my VB.net application. The textbox containing the function says "The expression contains object 'xxxx' that is not defined in the current context.".
Could you please point me in the right direction to overcome this issue. Any help will be greatly appreciated.
I was able to find the thread below on how to add a list of the parameters used in the multi select to the header using C# but I couldn't find a way to make it work in the report designer.
http://www.telerik.com/forums/show-multi-select-parameter-values-in-header
How would I go about making this work in the Report Designer?
Please Resolve my problems with Reporting.
1.How to set Dataset or datatable as Datasource to a Report.
2. set number of records per page
3.Sub Reports in Main Report.
Hi
I need to show sum of the values appeared in a column of the table for each page. Means if I have total 10 records in the column 'Price' of the table and 6 of them appear on the first page of the report. Then I need to show the sum of those 6 prices on first page(not total of all the 10 items) and sum of the remaining 4 items on the second page.
Please suggest.
I have a crosstab in a grouped report. Because the crosstab width can vary between one and several pages wide depending on the current group value this means that when using Page layout mode or exporting to PDF I get lots of blank pages in the middle because although for most group values the crosstab is only a page or two wide in some groups it can be several pages wide and this is making each group print that wide. The attached image probably explains this better.
Is there a way to dynamically suppress the blank pages and alter the page numbering - basically in the attached screenshot to hide the pages marked with a blue X ? I'm assuming this is going to require code in the report itself.
(If any examples could be in VB rather than C# that would be extra helpful :) )