Telerik Forums
Reporting Forum
2 answers
97 views
is it possible to use the reporting without having to create a reporting class and then reference it from within my web application?

i have tried adding a new telerik report item from within VS 2005, but that just gives me the code and not the designer.

there is good reason for me having to do it this way....

thanks in advance

dave
Top achievements
Rank 1
 answered on 07 Jan 2008
1 answer
123 views
We are evaluating using Telerik Reporting for an in house project.  So far I really like it.  Far cleaner than Crystal, easy to bind to a dataset by hand, great product from my testing so far.  I just need to convince my boss about maintenance going forward.

How are updates from Telerik integrated?  Does it just require DLL updates and rebuild?  Or does it require format changes to reports once they are built?  Obviously my boss wants to know that if we go with it we will not be stuck "fixing" the reports every new release. 

Thanks
Svetoslav
Telerik team
 answered on 07 Jan 2008
9 answers
489 views
Dear Telerik,

I am evaluating the Telerik Reporting product.  Can you point me to a simple example of how to implement this?  I basically need to know how to create a simple report and connect it to a data source.  I can add complexity after I understand the basics.  Please advise.

Thanks,

Woody
Rossen Hristov
Telerik team
 answered on 07 Jan 2008
1 answer
105 views
Using the expression builder I have created a bulleted display using HTML code.  When the report is displayed in the browser it looks fine.  When I export the report to PDF the HTML code is displayed and the output is not formatted correctly.  Is this by design or am I missing a step?

If this is by design is there a way I can bulleted output which will display correctly in both formats?

Scott


Svetoslav
Telerik team
 answered on 07 Jan 2008
1 answer
58 views
Hi all,
I am new to telerik reports.
On browser I am not abe to see the fields as alligned in the design page.
There is considerable change in the allignment.

Please assist me in this.

thanks & regards
Vijay
Chavdar
Telerik team
 answered on 07 Jan 2008
1 answer
115 views
I installed the dev version of Telerik Reporting Q3 and have set-up a seperate project as guided in the documentation, but the only datasource that is displayed via in the data tool box section is DataSet.  My understanding is that SQL Datasource should also be available?

On the same note, I want the data provider from my report (regardless if it a dataset or sql datasource) to utilize a defined data connection from my applications web.config file, how is this accompliished? 

Thanks in advance,

Brook
Chavdar
Telerik team
 answered on 04 Jan 2008
1 answer
70 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
182 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
150 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
180 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
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?