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);
}
}
}
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
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 :)