Hello,
I want to change the PageIndex of ReportViewer when the Page is being Post_back.
When I bind new data then, if i am viewing the 5th page & new data contains records for only
4 pages,
then it generates an Error : Unspecified error while processing the report request.
Please reply me how do i reset the page index of ReportViewer to its default when i bind data again
to ReportViewer.
Could not find any resources appropriate for the specified
culture or the neutral culture. Make sure "Sample.resources" was
correctly embedded or linked into assembly "App_Code.plkazgld" at
compile time, or that all the satellite assemblies required are
loadable and fully signed.
I am testing the evaluation version of Telerik Reporting and I have a problem with creating report in a web sulution. I am using VS2008 standard and if i create a report in a windows project all works fine, when creating in a web project an using the report wizard the dataset is created but the tableadaptor is not linked to the report.
Cannot create an object of type 'Telerik.Reporting.Report' from its string representation 'Telerik_Test.AYSO_Test, Telerik_Test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' for the 'Report' property.
I have been trying to keep a text box from expanding and have had no luck whatsover. I have turned off wrapping, multiline and CanGrow is false. In spite of these settings, I am still seeing things thrown off. The text box itself does not grow in size but the text is throwing everything else out of alignment in the header. You also see the tip of the next line in the textbox even though it does not expand.
Am I missing a setting somewhere? A property? Any help will be appreciated.
I have designed a report and enabled exporting, when exporting in excel format no problem but when I tried to export in PDF format design looking strange than one in report.
Can I control design in PDF or make ir exactly like in web page?
I have searched forum about how to use the picturebox to replace the checkbox(checked or unchecked). In that case, what does the checkbox do in the report? i coudln't find any tutorial on how to use the checkbox to display checked or unchecked items.