This is a migrated thread and some comments may be shown as answers.

ActiveReport.run

1 Answer 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 18 Jun 2013, 10:04 PM
What is the comparable command for running a telerick report?

I have tried ReportName.run and it only has isinrunmode.  I need to run the report before i convert it to docx so that some of my text boxes populate.  Following is the code with rpt as a ActiveReport

rpt.DataSource = new Select()
                                    .From(EP_Main.ContractHeader.Schema)
                                    .Where("ContractID")
                                    .IsEqualTo(cheader.ContractID)
                                    .ExecuteDataSet().Tables[0].Copy();
                     
                    rpt.Run();
 
TelRpt.Run //This is the telerik report and only gives isinruntimemode

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 21 Jun 2013, 12:30 PM
Hi William,

We are not sure what you are trying to achieve? Generally you can start the report processing with the ReportProcessor as shown in the Exporting Report Programmatically help article.

If you need additional assistance please elaborate further on your requirements.

Regards,
Peter
Telerik

Have you tried the new visualization options in Telerik Reporting Q1 2013? You can get them from your account.

Tags
General Discussions
Asked by
William
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or