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

Using report book with properties

1 Answer 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
SHING SHUN
Top achievements
Rank 1
Iron
SHING SHUN asked on 20 Sep 2019, 08:58 AM

Hi, I have a report act as a header template as follows:

var template = new TemplateReport{ Header = "Some header"};

where updating the custom properties will also update the textbox value.

When I want to use the template, I will just create the template, and do the such things:

var template = new TemplateReport{ Header = "Some header"};

var content = new ContentReport();

template.Content = content;

 

How can I do such things with report book? Thanks!

1 Answer, 1 is accepted

Sort by
0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 24 Sep 2019, 08:15 PM

Hi Shing Shun,

The Report Book can be created at Run-time similarly to the code snippet. Although, the properties may be slightly different. See the How-To: Create a Report Book at Run-time documentation, the Report Book Class and the Report Class for more information.

I hope this helps. Please let me know if you need any additional information. Thank you.

Regards,


Eric R | Technical Support Engineer
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
SHING SHUN
Top achievements
Rank 1
Iron
Answers by
Eric R | Senior Technical Support Engineer
Telerik team
Share this question
or