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

Question re: Generating multiple-page documents

1 Answer 78 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kiernon
Top achievements
Rank 1
Kiernon asked on 15 May 2008, 12:13 AM
I'm evaluating Telerik Reporting, and I have a question about its capabilites. In my application I need to generate a multiple-page document that displays in text and charts a number of fields within an XML document. The data will span several pages, but this is not a document where there are multiple rows of similar data, like a contact list or invoice list. Unfortunately all of the sample reports on the web site that I looked at contain examples where the reports show collections of data and not the kind of thing I'm trying to do. Does this mean that what I'm trying to do isn't supported, or is there way to do it? I'd appreciate some help on this. Thanks!

1 Answer, 1 is accepted

Sort by
0
Milen | Product Manager @DX
Telerik team
answered on 15 May 2008, 04:14 PM
Hello Kiernon,

Thank you for contacting Telerik Support and for your interest in our product.

Telerik Reporting does not limit you in using more than one row of data. What is more, you do not have to use dataset or table at all. Instead you can provide a business object and use its properties as fields of data. Having this option, here is how you can use your data:

  1. Deserialize your XML data in a business object.
  2. Create a Telerik Report.
  3. Using the report designer set the DataSource property of the report to the type of your business object. Keep in mind, that the business object class must have a public parameterless constructor so that the designer is capable to load the public properties of the object as data fields.
  4. Open the Data Explorer and drag the fields to add TextBox items on the page one under another.
Ordered this way, the items (text boxes) will grow vertically and will be split/carried over to the next page as needed.

Find additional information here:

The best way to find out whether our product is suitable to your needs is to give it a try. I will be glad to help you if you need any further assistance.
 

Greetings,

Milen

the Telerik team


Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Kiernon
Top achievements
Rank 1
Answers by
Milen | Product Manager @DX
Telerik team
Share this question
or