Telerik Forums
Reporting Forum
5 answers
769 views
I'm not sure if this belongs here or in the Silverlight forums.  I have a 14 project solution with a reporting project that references a SilverIight project (gauges) and 4 of the Telerik Silverlight dlls.  I have just upgraded from Telerik 2011 Q3 to Telerik 2012 Q2.  One of the major changes is that the RadControls for Silverlight default install now support only Silverlight 5.0 (I know I can get DLLs for 4.0, but thought it was time to move on).  Silverlight 5.0 requires .NET 4.0, so I have had to change the Target Framework to .NET 4.0 on my Silverlight project and then the reporting project.  However, as soon as i changed the Target Framework on the the reporting project, the "Telerik.Reporting.dll' item in the project's references list has an exclamation icon next to it and the project throws the error "Referenced component 'Telerik.Reporting' could not be found" on compilation.

I spent a day chasing my tail last week when I first attempted to upgrade the solution to the latest and greatest.  I could never find the right combination of Target framework / App pools, etc. to get the app to run.  There were warnings about assemblies with dependencies on a version of the .NET Framework that is higher than the target and might not load correctly during runtime causing a failure for Telerik.Windows.Themes.Office_Blue and 2 of my project dlls.  So, I started over and decided to stop at the first error I could not resolve and get help.

I have removed the reference to 'Telerik.Reporting' and re-added it more than once.  The properties panel for it is blank - version 0.0.0.0, no description or path, etc.

Pleasse let me know if additional information is required for your understanding.

Best,
Scott
IvanY
Telerik team
 answered on 17 Jul 2012
2 answers
277 views
Hi,

We get this exception while not making big reports. We never make reports bigger then 5 pages.
We do make alot reports. Can the numbers of reports cause this exception?

Or do need to put the ReportProcessor in a using statement?

Piece of our code :

System.Drawing.Printing. 

PrintController standardPrintController = new System.Drawing.Printing.StandardPrintController();  

ReportProcessor reportProcessor = new ReportProcessor();  

reportProcessor.PrintController = standardPrintController; 

reportProcessor.PrintReport(report, printerSettings);

Our exception logging :

---EXCEPTIONS----------

[OutOfMemoryException]
Out of memory.


---STACK TRACE----------

at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)
at Telerik.Reporting.Processing.ReportPrintDocument.OnPrintPage(PrintPageEventArgs eventArgs)
at System.Drawing.Printing.PrintDocument._OnPrintPage(PrintPageEventArgs e)
at System.Drawing.Printing.PrintController.PrintLoop(PrintDocument document)
at System.Drawing.Printing.PrintController.Print(PrintDocument document)
at System.Drawing.Printing.PrintDocument.Print()
at Telerik.Reporting.Processing.ReportProcessor.PrintReport(IReportDocument reportDocument, PrinterSettings printerSettings)
at CLGroup.Intranet.DataFacade.Print.ExecutePrint.ExecutePrintDocument() PrinterName : \\EMVMIIS01\GELAS01 BranchId : 11 Feature : InvoicePrint

IvanY
Telerik team
 answered on 17 Jul 2012
17 answers
361 views
Hi,

I´m working on a report which uses PictureBoxes as links. This has been achieved by assigning an action to each PictureBox I want to become a link. On Preview mode, the PictureBoxes open the specified link when clicked, but when the report is saved to PDF, the PictureBoxes are displayed on the output PDF but nothing happens when I click on them.

I inadvertently installed Q2 2010 version over the Q1 2010. Since then, I´ve even used System Restore to restore the system to prior to the first installation of Q2, and then uninstalled Q1 and reinstalled Q2, but it keeps not rendering actions. I´m not sure whether this is the cause, but it could be, who knows?...

Thanks in advance,
Geraldo
pedrotti
Top achievements
Rank 1
 answered on 17 Jul 2012
0 answers
94 views
Hi,
I need to know whether there is any possibile to create multiple series in pie chart.



Thanks & Regards,
Gunasekar
Gunasekar
Top achievements
Rank 1
 asked on 17 Jul 2012
5 answers
153 views
I'm passed an object as a datasource. It's a user-made(basically an array of hashtables)  I use this on subreports, and they populate fine. But the data repeats for numrows ^ #of nested subreports). How can I modify the datasource on subreports, to act like group programmatically?

needDataSource calls this:

        protected void shareData(object sender, EventArgs e)
        {
            Telerik.Reporting.Processing.ReportItemBase subreport = sender as Telerik.Reporting.Processing.ReportItemBase;                                   
            subreport.ItemDefinition.Report.DataSource = this.DataSource;             
        }
Peter
Telerik team
 answered on 17 Jul 2012
1 answer
231 views
Hi

i added a adjacent below group to my table (group by Week number) but the new created rows are all located at the end of the table.

I would like to locate them at the end of each group section.

Maybe the problem is that my table is located in GroupHeaderSection ?

See the attached file please.

Thank you
IvanY
Telerik team
 answered on 16 Jul 2012
1 answer
94 views
Hi

I have a report in which all data are contained in a table object,  at run-time I am binding my business object to the table itself.

I  place the table object in the detail section but in this case the table header is repeated for every row.

Is there a technique that I am missing? What is the proper method?

Can you give me an example please ?

Thanks
Petio Petkov
Telerik team
 answered on 16 Jul 2012
1 answer
93 views
Dear Telerik,

How to use telerik reporting designer within my C# project. I mean something like ActiveX COM.

Thanks in Advance....
Petio Petkov
Telerik team
 answered on 16 Jul 2012
3 answers
103 views
Ideally, I would like to do accomplish the following:

IEnumerable<MyPoco> pocos = _reportingTasks.GetMyPocos();

 var report = new MyPocoReport {DataSource = pocos};

ReportViewer1.ReportSource = new InstanceReportSource {ReportDocument = report};


Basically, because of how are dependencies are set up, I would like to hand my report a pre-populated list rather than setting the DataSource and DataMember properties on the objectDataSource and letting the report execute my query.  All the examples I have found either perform data access in the DataSource object or pre-populate a collection in the constructor (like the List Bound report demo).  Any thoughts?
IvanY
Telerik team
 answered on 13 Jul 2012
1 answer
334 views
The documentation indicates that parameter values can be static:
"Parameters can contain single values or multiple values, use a static or query-based valid values list
Yet goes on to say
"To define available values for a parameter you need to setup the following nested properties:
 DataSource –

Is it possible to create static parameter values at design time?  (E.g. Y,N )
how?

Elian
Telerik team
 answered on 13 Jul 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?