Telerik Forums
Reporting Forum
4 answers
335 views

Hi,

1/ I tried to use the ReportParameters collection to pass paramaters to my report but I don't understand when the databinding occurs. I'seem to be directly after the report was created.

I saw on forum's samples that you combine report parameters with the Filters collection to filter results. But I already have a function of my Bussiness Layer that can take two date parameters to reduce data.

So I wan't to pass dates to the report and populating it with my function who take the two dates in parameters. How I can do that? At which place I must define the datasource property? Why isn't there a method Databind?

I tried to use the NeedDataSource event but I don't understand when it is fire.

2/ If the is no data to show, how I can replace the report struct by a simple message text ?

 Thanks for yours reponses.

Maxime
Top achievements
Rank 1
 answered on 14 Nov 2007
5 answers
257 views
Hello -
I have a report that runs without any problems, but as soon as I add a PictureBox control to the report I get the error, "Object reference not set to an instance of an object."   As soon as I remove the PictureBox control, the report runs fine again.  I can leave the Value of the PictureBox as empty or set it to a database column...and it errors out either way.

I had reports that had PictureBox controls that displayed an image from the database that were working fine with the earlier version of the Telerik Report Control.  Is this a new bug??

Please help or let me know.  Thanks -
 - will
Rossen Hristov
Telerik team
 answered on 14 Nov 2007
2 answers
252 views
I have seen examples that export to PDF in a web application.  Can you programatically export to PDF from Winform application
Chavdar
Telerik team
 answered on 13 Nov 2007
1 answer
158 views
I am creating a report which has redundant column value. What I want the report to present is to show the first value of that column and ignore the subsequence redundant value. I know putting the field into a group header can achieve that, but I wish to show it in detail line. As far as I know other reporting tool has feature to ignore redundant value.
Svetoslav
Telerik team
 answered on 13 Nov 2007
5 answers
315 views
First, I don't know why I cannot put a screenshot here to illustrate the error,
after installation, I can run the reports successfully for both web and win forms,
but when I try to open the code using vs2005, the following error messages pop up in vs2005

Package Load Failure
Package.Telerik.Reporting.Vspackage.VsPackage, Telerik.reporting.vspackage.vspackage, version=1.0.0.0, culture=netutral,publickeytoken=a9d7983?????' has failed to load properly (GUID = {50E2dd37xxxxxxxxx}}. 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

I am using win2k sp4, please also refer to the support ticket I submitted on the same day regarding windows form, I think they are related as well..

I have also some feedback to your product, I will put it in another thread in the forum

Hrisi
Telerik team
 answered on 13 Nov 2007
2 answers
314 views
I have a fied containing description. Length of field is varchar(100). However do not want to create a textbox width that can allocate 100 chars. So I create textbox width(50 chars) with can grow set to true and can shink set to false. However, the text box break into few lines instead of 2 lines. Which means the textbox width is reduced (less than 50 chars)
Anything I need to do to avoid this?
cheekl
Top achievements
Rank 2
 answered on 13 Nov 2007
2 answers
146 views
How can I translate to other language the options in ExportGroup and ZoomSelect including ExportButton of a ReportViewer?
Ricardo Cardoso
Top achievements
Rank 1
 answered on 12 Nov 2007
3 answers
263 views
Hi,

I have a textbox set to CanGrow with a line shape below it.  When The textbox grows the shape doesn't stay beneath it.  How do I keep the line under the growing textbox?

Thanks,
Tim
Rossen Hristov
Telerik team
 answered on 12 Nov 2007
1 answer
159 views
Hello,
  I saw a reply in the forum posted in july saying the reportviewer is not localizble. Just wanted to know if this is possible with q2 2007 sp1?


Many thanks in advance,
Regards,
Vaneeth
 
Svetoslav
Telerik team
 answered on 08 Nov 2007
2 answers
640 views

Hello:
 I'm new using Telerik controls,  I find it very useful these controls, in addition to be easy to implement.

 I had no problems with the RAD Controls, but when I try the reporting everything worked well:
 making the report( I see both Preview and HTML Preview), connect to the database, creating the reportviewer in the aspx page.
 
But when I try to run the web site, all other pages worked fine, but the report does not work, I get 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=1.5.0.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" /> to the system.web/httpHandlers section of the configuration file.

But Im ussing Netframework 2.0 for the application, so I put the handler in Handler Mapping In the application's config file, but nothing happened.

      <system.webServer>
         <handlers>
            <add name="TelerikReport" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler" resourceType="Unspecified" />
         </handlers>
      </system.webServer>

I search the entire Reporting Forum, with no luck. I put The dll files in the  bin directory. Any advice? I may be missing something? 

Thanx for your time.

P.D.
Im Using VS2005 in Vista Utimate.

chrisarauzv
Top achievements
Rank 1
 answered on 08 Nov 2007
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?