Telerik Forums
Reporting Forum
11 answers
906 views
Dear,

 How can I print my report straight to printer.

Best Regards,
Eric
Cairo Algernon Cairo Algernon
Top achievements
Rank 1
 answered on 06 Oct 2009
5 answers
167 views
I just updated to 3.1.9.807 and I'm having trouble related to running under medium trust.

The problem is manifested with the following message:
The http handler needed by the Report Viewer has not been registered in the application's web.config file.  Add <add verb="*" path="Telerik.ReportViewer.axd" type = "Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" /> to the system.web/httpHandlers section of the configuration file.

This is the fairly standard message that means the assembly is not properly configured in web.config.  I tried copying the tag above into the appropriate place, but found it was already there.

Now the medium trust connection: I switched back to full trust, and things worked just fine.  This problem only occurs under medium trust.  Please advise.

Regards,
John
John Mathis
Top achievements
Rank 1
 answered on 05 Oct 2009
4 answers
804 views
I have a text box that I need to format as a date field and display without the time (hh:mm....).  No matter what I do, it's not formatting correctly and still prints the time along with the date...

I am doing the following statement:


dfImageDate.Value = String.Format (Convert.ToString(JailImage[0].Idate), "{0:d}");

The text box also has a "format" set to {0:d}.

Neither works,  Thanks in advance for your help
Ryan
Top achievements
Rank 1
 answered on 05 Oct 2009
1 answer
142 views
Firstly sorry if this is a common question but I cant find an answer there are some broken links which may have helped me:

I have a data layer that does all the database stuff, I would call the get functions and populate say a Radgrid like this:

 


Dim
jp As New JobPlan

 

Dim ds As Data.DataTable = jp.JobPlansByUser(User_GUID)

 

With radgrid_JobPlans

.DataSource = ds

.DataBind()

 

End With

How do I do this with a report, and where would I put the code, in the report itself or the aspx display page.
I understand I wont get the design time benifits of having a sample of the data to design the reports.

Andy

 

 



These are the broken links:
http://www.telerik.com/community/forums/reporting/community/code-library/submission/b311D-bkhgmc.aspx
http://www.telerik.com/community/support/videos/preview/b221i-cm-b221c-kcb.aspx

UPDATE:
I think I may have found it here:
http://www.telerik.com/help/reporting/designing-reports-adding-data-source-programmatically.html

Are there any other examples?
Steve
Telerik team
 answered on 05 Oct 2009
1 answer
132 views
Hi,
    In telerik report viewer, zoom option is not available in mozilla3.5 browser. But its available in Internet explorer. Is there any way to bring zoom option in mozilla3.5  browser too? Please help me ASAP.
Thanks....
Steve
Telerik team
 answered on 05 Oct 2009
5 answers
139 views
Hi,

I want to populate cross tab at run using needDatasource. I used list as datasouce but it is not working. The following is the code I have written.

BABOKAreaSource.AddRange(new List<CrossTab>()
                                  {
                                      new CrossTab("row1","col1",34),
                                      new CrossTab("row1","col2",34),
                                      new CrossTab("row1","col3",53),
                                      new CrossTab("row4","col4",34),
                                      new CrossTab("row5","col5",53),
                                      new CrossTab("row6","col6",53)
                                  }
                    );
crosstab.DataSource = BABOKAreaSource;

Please suggest me at the earliest.




Steve
Telerik team
 answered on 05 Oct 2009
0 answers
113 views

Hi,

 

I am using Telerik Reporting that is working in Development environment (VS 2008). When I deploy my application in IIS7.0 + windows server 2008 it stopped working and I

am getting the following error

 

 

The http handler needed by the Report Viewer has not been registered in the application's web.config file.  Add <add verb="*"path="Telerik.ReportViewer.axd" type ="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.9.9.202, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" /> to the system.web/httpHandlerssection of the configuration file.

 

Please guide me to resolve this.

Kathir
Top achievements
Rank 1
 asked on 05 Oct 2009
3 answers
75 views
I have files that are stored in a database. What I want to be able to do is actually add some of these stored files into a report that I am creating. Is this possible with Telerik Reporting? If so, are there any examples? Thanks.

PJ
Steve
Telerik team
 answered on 05 Oct 2009
2 answers
151 views
I am having a problem with text over lapping on the last page.  This happens pretty regularly.  The text is contained inside one htmltextbox and it one string.  The text is in the order it is supposed to be but for some reason the line spacing is off and is causing the text to overlap and become unreadable.  See the screen shot as an example.
Shonda
Top achievements
Rank 1
 answered on 02 Oct 2009
2 answers
352 views
Hi, i have a group that has a sum() calculated on a field.
After all groups have been rendered and their sub-totals are done
i need a sum of these sub-totals in the groups displayed at the bottom
of the report.

How do i setup my sum function in a simple way ?

/Daniel
Daniel Svensson
Top achievements
Rank 1
 answered on 02 Oct 2009
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?