Creating a Report

Stimulsoft Reports.WEB discussion
Post Reply
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

Creating a Report

Post by MikeD »


Having a little difficulty in creating this report.

I have a dataset that has 4 rows of data, with 3 columns.

The data is as follows.

Name Address Phone
Mike 1 Main St 603.555.1212
Mike 1 Main St 603.555.1313
John 10 Elm St 617.555.1212
John 10 Elm St 617.555.1313

I want to create a report that displays the data in the following way.

Name Address
Mike 1 Main St

Phone
603.555.1212
603.555.1313

John 10 Elm St

Phone
617.555.1212
617.555.1313

Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Creating a Report

Post by Jan »

Hello Mike,

You can use GroupHeaderBand to arrive this goal. Place in report GroupHeaderBand. Condition of groups is Name. On group band place text box with Name and Address. After this add DataBand. On DataBand add text boxes with phone.

Thank you.
hadisaadat_du
Posts: 35
Joined: Tue Nov 09, 2010 2:43 pm
Location: iran

Creating a Report

Post by hadisaadat_du »

Hi every body.
I sea allmost all topic in forum and seem int all of them posit that we know what is our tables and columns in dataset of our reportbut allways not thus
1-sometime we may want to edit the report in webdesigner that we dont know any thing about its data set but we sure it works with our data base , so befor call the design() function we pass what data set to our report via regdata(//what_dataset) ??
2- or we may want to set full access to data base to one user to create the every report that need to design well we pass a full data base to designer dictionary and he/she design every report by every columns in every tables or viwes in database and save it , in viwe report mode namely after load our report and we want to pass it to stiwebviewer we pass what data set to it since we cant pass all data base to our report ??!
Post Reply