Telerik Forums
Reporting Forum
1 answer
83 views
I ran into what appears to be a limit, which I guess is ok, but it does take w3wp.exe to 100% on a permanent basis, so that's not a good thing.

It appears that when a single field in detail of a group exceeds 1 page in length, then the export to pdf option is selected, the error occurs. Page renders fine in IE, just the export is the problem so it may be an Adobe issue.  I am using a groove border to the textbox if that makes a difference.

For me with my font size, 3700 chars works, but 3800 crashes.  We have a varchar(5000) field that we will adjust to trim to varchar(3700) field in response to this, but thought I would post for discussion/review in next release.


Svetoslav
Telerik team
 answered on 04 Jan 2008
2 answers
216 views
Here is my situation. I have a report viewer on an aspx page, and I'm trying to bind programmatically to a DataTable. I'm doing the binding in the page load event, and I've verified the DataTable contains data. Below is the code that performs the binding:

vw_DailyTotalsTableAdapter adapter = new vw_DailyTotalsTableAdapter();
 adapter.Fill(data.vw_DailyTotals);

 report.DataSource = data.vw_DailyTotals;
 report.DataMember = "vw_DailyTotals";
 ReportViewer1.Report = report;
 ReportViewer1.DataBind();

When the report tries to render, I get the following error:

"Column 'RowError' does not belong to table vw_DailyTotals."

Any ideas on how to overcome this or even why its happening would be appreciated!
New2UI
Top achievements
Rank 1
 answered on 03 Jan 2008
1 answer
182 views
Hi,

I saw the video for parametrized query at  video Design Time Support for Parameterized Queries.  In that it uses SQLdataAdapter. I have downloaded the Telerik reporting and it doesn't show that option for me.  Is SQLdataAdapter not in Telerik reporting 2.0 ?

Please Help,

Thanks,
Smiely


Milen | Product Manager @DX
Telerik team
 answered on 03 Jan 2008
1 answer
193 views
Hi,

After adding the respective dlls to bin folder, we are getting the error message as - "Cannot create an object of type 'Telerik.Reporting.Report' from its string representation 'Reports.rpt_Ticket, Reports, Version=2.0.0.0, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE' for the 'Report' property."

How to solve this issue?

Kindly guide us..

rgds,
chida
Rossen Hristov
Telerik team
 answered on 03 Jan 2008
2 answers
321 views
-Update:-  I saw version 2.0 was released so I upgraded to that, repointed all references etc and still get same error.  Works find in preview and html preview, but cannot display via aspx.-  Just querying a 3 column table with 6 rows.


Anyone know of what this error may be from?  Other telerik reporting pages withing the same app work fine, though they don't use the group functionality.  The page loads in the preview button fine.  I get the error below through the webpage however.  Is there any kind of debug mode to get an actual error?

Only thing on the page is the reportviewer was dropped on the aspx page and this is in the code behind:

Imports CEReports
Partial Class Reports1_aaa
    Inherits System.Web.UI.Page
    Protected Sub Page_PreRenderComplete(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRenderComplete
        Dim myreport As New CEReports.aaa
        ReportViewer1.Report = myreport
    End Sub
End Class

Report is unavailable or session has expired.

Please, refresh the page.


Joel
Top achievements
Rank 2
 answered on 02 Jan 2008
3 answers
153 views
I just installed the reporting Q3. May I know what is the easiest way to convert all my Q2 reports to Q3? Can Q2 and Q3 reports exists together in a project?
Thanks.
Svetoslav
Telerik team
 answered on 02 Jan 2008
0 answers
108 views
ignore
Joel
Top achievements
Rank 2
 asked on 31 Dec 2007
1 answer
152 views
I'm working on a web application where we have to generate user-defined 'reports' based on a multitude of data.  The web application itself is used to monitor ATMs (Automatic Teller Machines).  For instance, these ATMs generate 'journal records' which describe how the ATMs is being used; there are transaction records which describe how much money was withdrawn, deposited, etc... and there are other types of journal records. 

Our users need to analyze these records in a multitude of ways: They may want to see the last 56 journal records (regardless of the type of record), they may want to view a particular journal record from 3 weeks ago, they may want to see the last 290 transaction journal records where a withdrawl was issued, etc.

From what I have seen from the Reporting demos, it seems most of the reports are 'canned' and don't allow for much user-defined-input.  So, I'm wondering if, for the type of user-defined information I need to present, is it better to go with a webcontrol like the RADGrid, rather than use Reporting?  Would the Reporting module be more geared toward say, allowing the user to view a canned-report of the "Top 50 transactions (cash-wise) during the last month"? 

I guess I'm wondering what the Reporting module offers outside the RADControls suite, besides the many export features. 
Rossen Hristov
Telerik team
 answered on 28 Dec 2007
2 answers
154 views
i am using your trial download and have installed on a machine which has VS2005 installed.

it hasnt installed the template "Telerick Report 1.5" into the visual studio installed templates?

forget that - i had vs opened when i installed and had to restart...
dave
Top achievements
Rank 1
 answered on 27 Dec 2007
4 answers
244 views
Hello Support Team,

I'm having 2 problems with Telerik Report version 2.0:

1/ I'm building a report libary,  I just create a report using a Stored Procedure with 2 parameters.

The problem is after a while or when I close the project and re-open it, when try to Preview the report, i got the error:
"Login failed for user 'myuser'"

But if I right click at SqlDataAdapter object, select Preview Data option, enter parameters i got return correct data.

Please tell me why the connect failed while I tried to Preview report?

2/ Let say 2 have 2 parameters: StartDate and EndDate.

I want to dynamic create a sub header for my report, like:

Period: StartDate - EndDate.

I would think using a Textbox with:
="Period " + Parameters.StartDate + " - " + Parameters.EndDate

But it doesnt recognize the Parameters.

How to achieve this goal?


thanks
Neil
NeilNguyen
Top achievements
Rank 1
 answered on 27 Dec 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?