Telerik Forums
Reporting Forum
1 answer
230 views
I glanced briefly at the telerik solution for grouping a report by month by using a custom DateTime object. I then decided to just try adding a column to my select command that would would return the month/year as a string as in:

RIGHT('00' + CAST(DATEPART(mm, TestDate) AS varchar(2)), 2) + CAST(DATEPART(yyyy, TestDate) AS varchar(4))

example: 092008

I then grouped by this and seems to work fine.
Chris Gillies
Top achievements
Rank 1
 answered on 08 Sep 2008
2 answers
97 views
I was going along fine working on my report in the designer and everything was working. Then I attempted to change the fill query on my report XSD. Now I kee running into connection issues. Whenever I try to change anything I get the following error:

An attempt to attach an auto-named database for file ...... Database1.mdf failed.

Ifound found all kinds of posts all over the net with frustrated developers. I am not using asp.net. This is a standard win forms app using the latest Telerik Reporting component. The report and xsd are in a separate project as per the documentation.

Any ideas?
Steve
Telerik team
 answered on 08 Sep 2008
4 answers
304 views
hi I have a RadGrid that gets data from an objectdatasource. At runtime I have manipulated the data represented in RadGrid by applying some filters and groups.

Now I want to export the data in RadGrid (with current filters and groupings applied) into a Tererik Report which is placed in a Telerik Report Viewer on an .aspx page.

is there a convenient way to achieve this?

thanks in advance
Bruno
Top achievements
Rank 2
 answered on 06 Sep 2008
1 answer
479 views

what datetime functions does =now() support, i was trying to set a parameter default value to =now().AddDays(-1).Date but now() does not seem to return a true datetime. Is there a way to do this



thanks
kevin
Steve
Telerik team
 answered on 04 Sep 2008
1 answer
171 views
I have a list of about 20 reports that I need to read from. Right now, they are all Crystal Reports, but I am going to convert them to telerik reports. I have seen that I should make a class library for all the reports(is this the best thing for web applications?) but The question I have is... Is there a way I can set up the reportviewer(will be an aspx page) so it can take a value(one of the reports) depending on certain criteria. Right now, I have only seen that you set the Report property to the report you want, but I would like it to change depending on a querystring or something else. Does anyone know of a way of doing this. Thanks.
Steve
Telerik team
 answered on 04 Sep 2008
2 answers
171 views
Hi,

I've been creating some subreports, and I've got a weird problem crop up.  I've added the subreport control to the master report, but the ReportSource dropdown isn't listing one of my new subreports.  I cannot for the life of me see why this is at all.  Other subreports I created show up fine.

My machine has both Reporting Q3 2007 and Report 2008 Q2 latest build on it. 

Has anyone experienced this problem?
Paul Buxton
Top achievements
Rank 1
 answered on 03 Sep 2008
5 answers
150 views
I have a button and a reportviewer inside of an updatepanel on a page.  When the page initially loads, my report shows up fine.  When I click on the button and a partial postback is done, the report is gone and all I can see is the reportviewer toolbar.  What do I need to do to ensure that my report displays after the button click?
Fani
Telerik team
 answered on 03 Sep 2008
1 answer
107 views
We are pulling data that has been saved from teh RadEditor Control into our Report.  Unfortunately it is displaying HTML tags along with it e.g,:


<br/>


Is there a way to have the Report display as html?
Steve
Telerik team
 answered on 03 Sep 2008
0 answers
111 views
I am having a problem that the design view of the report
doesnt match the actual report, any suggestions?
Shiraaz
Top achievements
Rank 1
 asked on 03 Sep 2008
1 answer
78 views
Dear telerik team ,

i need to use the pie chart to represent the following

1- total target for user that's need to be the 100% of the chart (X)
2- the accomplished from the target  (Y)
3- the remainning from the target (Z=X-Y)

i need to do this by using sql data source biniding to the chart

i made select statment that selects the accomplished and remainng as 2 records so when i bind the chart it works but i have a proplem when the accomplished is greater than the target the chart give wrong representation

so i need to know the right way to use pie chart for this purpose
Steve
Telerik team
 answered on 02 Sep 2008
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?