Telerik Forums
Reporting Forum
1 answer
1.4K+ views

When I try to open any of the reports in the designer I am currently getting this error  The stack trace is

 

Instances of this error (1)
at System.ComponentModel.TypeDescriptor.AddAttributes(Object instance, Attribute[] attributes)
at Microsoft.VisualStudio.Design.VSDesignSurface.CreateDesigner(IComponent component, Boolean rootDesigner)
at System.ComponentModel.Design.DesignerHost.AddToContainerPostProcess(IComponent component, String name, IContainer containerToAddTo)
at System.ComponentModel.Design.DesignerHost.PerformAdd(IComponent component, String name)
at System.ComponentModel.Design.DesignerHost.System.ComponentModel.Design.IDesignerHost.CreateComponent(Type componentType, String name)
at System.ComponentModel.Design.Serialization.DesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer)
at System.ComponentModel.Design.Serialization.DesignerSerializationManager.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.CreateInstance(Type type, ICollection arguments, String name, Boolean addToContainer)
at System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload) 

Stef
Telerik team
 answered on 12 Jan 2016
5 answers
550 views
Hi there

I have a trdx file that contains the definition of my report, when I show it with the reportviewer, I would like to change the signature image to the user that is logged in.

at the moment I have this
System.Xml.XmlReaderSettings settings = new System.Xml.XmlReaderSettings();
settings.IgnoreWhitespace = true;
using (System.Xml.XmlReader xmlReader = System.Xml.XmlReader.Create(templatePath, settings))
{
    Telerik.Reporting.XmlSerialization.ReportXmlSerializer xmlSerializer = new Telerik.Reporting.XmlSerialization.ReportXmlSerializer();
 
 
    Telerik.Reporting.Report certificateReport = (Telerik.Reporting.Report)xmlSerializer.Deserialize(xmlReader);
    uxCertificateViewer.ReportSource = certificateReport;
    uxCertificateViewer.RefreshReport();
}

Im not sure how to access and set the picturebox image before I assign it to the reportViewer. There is no DB data being binded to this report.

Thank you
Rory
Top achievements
Rank 1
 answered on 11 Jan 2016
4 answers
94 views
Hi

I am trying to connect to Osisoft PI through Oledb but get "Index was outside the bounds of the array" message that prevents me from making the connection. I'm using the 32-bit Report designer and 32-bit oledb on 64-bit Windows.

Any ideas? Is there any way I can get more details about the error?
Paul
Top achievements
Rank 1
 answered on 11 Jan 2016
2 answers
212 views

Hello

I have a DB table that looks like --

Type     SubType   Count

A                            5

B                            10

C           C1             4

C           C2             2

D                             1

E                            100

 

I want to show the report as --

A: 5                             B: 10

C:                                D: 1

     C1: 4

     C2: 2

E: 100

 

Preferably I would like to do this w/o creating a wrapper for the table.

How can I do it?

Thanks, Raka

Raka
Top achievements
Rank 1
 answered on 11 Jan 2016
1 answer
72 views

Hi,

I am new to telerik.Can u please provide the step by step process to create the report in web application using sqldatasource.

Stef
Telerik team
 answered on 11 Jan 2016
1 answer
39 views

I have table with millions of data.

My requirement is below

I have to generate report with grid and chart on single page.

Which should support 10000 record per page.

and in export it should export all data in table with images in html.

 

Can telerik report work as per my requirement.

We have the license copy of telerik.

Please Help me for it.it is our urgent requirement.

 

Nasko
Telerik team
 answered on 08 Jan 2016
1 answer
105 views

Based on previous years, Telerik Reporting Q1 releases usually occur in mid-late February. Since that date is a little more than 1 month away, when do you plan to post the Q1 2016 Roadmap?

 

http://www.telerik.com/support/whats-new/reporting/roadmap

 

Iana Tsolova
Telerik team
 answered on 08 Jan 2016
3 answers
183 views

Hi 

 Quick question to put out there, is it possible using Telerik Reporting to create a contents page that is built from either section names or sub reports within the main report.

 

This needs to reflect sub reports etc if they are programatically added too

 

Is this at all possible and if so could someone point me to some examples of how to do this.

 

Many Thanks 

 

Tony

Nasko
Telerik team
 answered on 08 Jan 2016
2 answers
284 views
hi
a have two textbox in my report . when i change visible one of textboxe to false , another textbox location.y whil change auto.
how can i set it as static .
Heera
Top achievements
Rank 1
 answered on 08 Jan 2016
3 answers
667 views

Two weeks ago (on 12/15/2015) we upgraded from 9.1.15.731 to the 9.2.15.1126 version of Telerik Reports. As soon as we did, we ran into problems connecting to our Oracle 11g R2 database's stored procedures. We are using the Oracle.ManagedDataAccess.Client provider to connect our .Net 4.5.2 web application to the Oracle database. We found this odd because the 9.1.15.731 Telerik Reports version worked with said client. Here is the error we received while running the report and/or trying to edit the reports using Visual Studio 2015 with the Oracle.ManagedDataAccess.Client provider (I’ve removed the name of the report and stored proc name).

An error has occurred while processing Report '{NAME OF REPORT}':
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to '{STORED PROCEDURE NAME}'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

After much hair pulling and research we discovered that the 9.2.15.1126 reports would run using the MSDAORA provider. So we modified the web.config to us the MSDAORA provider when running a Telerik. This worked great on our local machines, but once we deployed the new code to our development server we began receiving the following error:

An error has occurred while processing Report 'Safety and Health Inspections and HAPs Status':
The 'MSDAORA' provider is not registered on the local machine.

We attempted to register the MSDAORA dll on the server using administrative privileges, but this results in a “failed to load” error. 

So now we’re stuck. Has anyone had any issues similar to ours getting the 9.2.15.1126 version of reports to run using Oracle.ManagedDataAccess.Client OR has anyone successfully deployed said version using MSDAORA?

Stef
Telerik team
 answered on 07 Jan 2016
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?