Telrik Reporting Forum…
First, I would like to commend you in developing a great tool for developing Web based reports. A lot easier than generating the HTML and DB calls. Bravo!
The reason I am writing is I have an issue that seems common when I Google it and browse Telerik Forums, but I haven’t found the solution that will resolve it for the Customer Service Application I developed.
Basically, I pull note data from my SQL Stored Procedure that has embedded carriage returns and line feeds. The data is then bound to a textobox control on the report. When the report is viewed, the carriage returns and line feeds are not retained, so all the text is ran together.
I am thinking, but not sure exactly how to to it, I have to some how strip the the carriage returns and line feeds and replace them before rendering control. The thing is, since I can't see these characters, I am not sure what to search for. Some of the note data is copied from Outlook E-Mails, maybe Word and pasted in the note field prior to saving the database.
1. With that said, what is best approach for my situation?
2. What event do I need to place code in do the search/replace?
3. What Telerik Report Control should I use?
The Technical Specs are as follows:
ASP .net 4 VB
SQL 2008 DB
Telerik Q3 2001
Thanks In Advance
Good morning,
Well, I have a problem where I would like for more than two items per line in the report barrade tools.
Follow the image for better understanding.
link for image
Sorry for my english google.
Package Load Failure
Package 'Telerik.Reporting.VsPackage.VsPackage, Telerik.Reporting.VsPackage, Version=3.20.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' has failed to load properly (GUID = {xxxxxxxxxxxxxxxxxxxxx}}. Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to load this package in the future? you may use 'devenv /resetskippkgs' to re-enable package loading.
and then in VS 2008 I can't see menu Telerik => Reporting ( include submenus of Reporing...) and don't have Data Explore, Group Explore,...window.
I don't know how to fix it. I've installing Telerik Reporting 2011 Q2 and it run normally. After uninstaling Q2 and installing Q3, above err appear.
Please help me.
Week 22 Week 23 Week 24 Week 25 Week 26
May28-Jun3 Jun4-10 Jun11-17 Jun18-24 Jun25-Jul1
Group Type Status Cnt. Price Cnt. Price Cnt. Price Cnt. Price Cnt. Price
----------------------------------------------------------------------------------------------
Group1 Online New 3 450 0 0 0 0 0 0 0 0
Group2 Phone Accepted 0 0 1 80 1 110 0 0 0 0
Group3 Store Accepted 0 0 0 0 0 0 1 225 0 0
Group3 Store Invoiced 0 0 0 0 0 0 2 440 0 0
We have a report with a chart works fine loading it from the class and setting the data source at run time and load it in the report control works fine. The same report we are serializing(Telerik.Reporting.XmlSerialization.ReportXmlSerializer)
and storing it in the database and deserializing it and then setting the data source at run time but when we load it in the report control it says have no or empty data series.