Telerik Forums
Reporting Forum
3 answers
176 views
I have a report that works fine when deployed to a regular web form.  The goal is to get it working in Sharepoint (WSS 3.0) I've used the SmartTemplates from codeplex to build a webpart project and have successfully deployed it to WSS - however, all that displays is a mucked up version of the report viewer toolbar.  Actually, when it first comes up, it shows the "Generating Report..." and then flashes the actual report for a split second but then disappears and I'm left with what's in the attached screenshot.  The code for the webpart is below - pretty basic:

using

 

System;

 

 

 

using System.Web.UI.WebControls;

 

 

 

using System.Web;

 

 


namespace
drc.okc.wss

 

 

 

{

 

public class NWRM_Dashboard : System.Web.UI.WebControls.WebParts.WebPart

 

 

 {

 

protected override void RenderContents(System.Web.UI.HtmlTextWriter writer)

 

 

 {

Telerik.ReportViewer.WebForms.ReportViewer ourReportViewer =

new Telerik.ReportViewer.WebForms.ReportViewer();

 

 

 ourReportViewer.Report =

new drc.okc.iuid.reports.Metrics.NWRM_Summary();

 

 

 

this.Controls.Add(ourReportViewer);

 

 

 ourReportViewer.RenderControl(writer);

}

}

}

 

 

Steve
Telerik team
 answered on 05 Oct 2010
1 answer
164 views
Hi,
I'm just looking for a way to use RDLC directly/indirectly using Telerik Report Viewer. Any guidance please?
Steve
Telerik team
 answered on 05 Oct 2010
4 answers
132 views

Hi
I have a report with several groups. My problem is when I try to copy a text box from another group (region) on the report and past it into the new group. I get the error

“an error occurred while processing this command. Cannot add textbox6 (Telerik.reporting.textbox) to groupHearderSection11 (Telerik.Reporting.GroupHeaderSection)”

Normally with other reports I have been able to copy and past objects between the groups. I am running version Q2 SP1

Do you know what would be causing this as I don’t really want to start the report again from scratch.

Thanks in advance

Derek Boseley
Top achievements
Rank 2
 answered on 04 Oct 2010
1 answer
556 views
Folks,

I am programmatically binding Sharepoint List data to Reports.
I have a subreport inside the Main Report. My Question is that, How do I handle the scenario, when, I have to pass a bool value to report or secion of report or subreport that makes it hide/visible as per the bool value.
I am not sure how to pass the bool value though.
Would be great if you can help me with sample solution to explain the hide/visible of report or subreport using bool value Programmatically.

Thanks
Peter
Telerik team
 answered on 04 Oct 2010
6 answers
462 views
I am trying to set a subreport's datasource at runtime from the master.  This works great when I can pass the foreign key to the master report via parameters so that I can generate the right data at runtime for the subreport.  Now I have a master report that is generated from a date range.  I am getting the value of the foreign key needed for the subreport from a textfield on the master report.  This works great except for the first record in the master report.  It seems the datasource works on the supreport for any record after that.  I have tried everything, and they all ohave the same result.  I am using Telerik.Q2 2008.  I love this product, but I can't get past this one issue.  See screen shot of page 1 of report and then of the code I am using.  Thanks!
Brant
Top achievements
Rank 1
 answered on 01 Oct 2010
5 answers
445 views

Hi,

I am trying to install Q2 2010 of the Reporting on a xp development environment with VS2010.
When I run the msi-file, I get this message. "Telerik Report Q2 2010 Setup Wizard ended prematurely". Then I can close the Finish-button.

When I look at the eventlog I can see this error message:

Windows Installer installed the product. Product Name: Telerik Reporting Q2 2010. Product Version: 4.1. Product Language: 1033. Installation success or error status: 1603.

The installer works fine in other environments. So, the file isn't corrupt....

Hope for some help.

Kind regards,
Morten :)

Mike
Top achievements
Rank 1
 answered on 01 Oct 2010
4 answers
528 views
Hello,

I have an application in WPF.
It produces labels based on a sql query.
Everything is working fine except for the barcode.  It will not print out anything if the value is set to a value from the Fields listing.  If I hard code the value to be equal to say "123" we get a barcode.  If I use the value that works fine in a text box above it, say Fields.Barcode  it prints nothing.

Is this a known bug with the Telerik reporitng and barcodes ? 
Should we be using binding ?

At this point if it does not work we wil be going to try to recreate the label using windows reporting tools and a barcode font.  Wich will be disappointing.

Jack Voss
Peter
Telerik team
 answered on 01 Oct 2010
0 answers
309 views
We are in the process of upgrading an existing applicaiton, we wish to add financial modules to an existing application, and in particular financial reports, i.e. Balance Sheet, Profit & Loss, Cash Flow & Income Statement.  I have looked through the examples provided with Telerik reporting, and can see no worked examples.

I was wondering, have anyone ever used Telerik to make these types of reports?  My main criteria, is as every customer will have different chart of accounts and reporting structure, the solution needs to be flexible.

Crystal Reports have some worked examples using cross-tabs etc. Before I decide on whether to use Telerik or Crystal, it would be good if I could see some similar worked examples.
Mark
Top achievements
Rank 1
 asked on 01 Oct 2010
2 answers
200 views
Im using a WCF Solution that handle the report, and in a Silverlight solution im rendering the report. But i have 2 issues.
1. Cannot debug in the WCF service the Need_Datasource event.
2. when trying to render the  report show me this error: "There is no available report type with assembly qualified name "ReportName, Namespace". Could not load file or assembly "ReportName, Namespace" or one of its dependencies. The system cannot find the file specified.

Please if you could send me an example on how to work with WCF and Silverlight in 2 diferenst solutions it would be great.
Mitchell
Top achievements
Rank 1
 answered on 30 Sep 2010
2 answers
211 views
Hi,

It might be a good idea to add the possibility to localize the RadComboBox export content (like Acrobat (PDF) file or CSV (comma delimited)).

By the way, where can I find the last base ReportViewer .resx file (Telerik.ReportViewer.WebForms.Resources) ? I guess this one is not the last one ? (http://www.telerik.com/support/kb/reporting/report-viewers/localizing-the-telerik-report-viewer.aspx)

Thank You
A.Boiselle
arnaud
Top achievements
Rank 1
 answered on 30 Sep 2010
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?