Telerik Forums
Reporting Forum
2 answers
281 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
370 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
96 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
159 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
240 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
99 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
98 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
104 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
347 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
1 answer
171 views
Hi,
i tried to add a multiple sorting to a table object, but it didnt worked the way it should.

Could you give me a short example how to add multiple sortings?

Thanks,
Michael
Elian
Telerik team
 answered on 13 Jul 2012
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?