Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Guys...Help needed or will die from strangulation! :(

 

How do I create a report in Visual Studio .NET? I heard ASP.NET is good, but don't know how. This is what I need to do...

 

Create a template similar to the reports in Access, or Crystal Reports. This template will just have some background pics etc.. basically making it look professional and belonging to a company. Then I need to allow the user (in the finished program) to write text, inset pics/tables, and then print!

 

So basically, I want to give the user a basic empty report template, allow him/her to add whatever data they need to in the form of tables, pics or text.

 

Is this possible??? Trying to research, but crystal reports don't let the user enter any data.....i think....

 

Any help would be greatfully appreciated....as I am in dire straits,

  • Moderators
Posted

ASP.NET is not a reporting tool, it is for building applications on the web, just like Windows Forms are for Desktop, except that ASP is for the web.

 

So you want to allow the user to create the reports based on data from a database or ?

Visit...Bassic Software
Posted

Dope

 

No, not databases....

 

Here's what I've got so far.

 

I'm communicating with an XML server...(shares/stocks etc..). I query for some information, and receive it back in xml format. This is then formatted and outputted in a dataset(using XMlnodes and readers). Graphs are also made from the data received.

 

Now, I want to put these tables and graphs in a report. eg.

 

Report format I want:::::

 

Heading (some sort of company header)

 

Text (an area for the user to put any text stating the purpose of the report).

 

Graph/Table (An area where the user can paste the table/Graph just created.

 

Text (an area for the user to explain the graph, table, and any other comments.

 

Footer.(yours sincerely etc...)

 

Thanks heaps.

Posted

So basically, I want to give the user a basic empty report template, allow him/her to add whatever data they need to in the form of tables, pics or text.

 

Is this possible??? Trying to research, but crystal reports don't let the user enter any data.....i think....

 

So you want to load a Crystal Report from a DataSet, with some user defined sections. Crystal will do all this with no great problem.

 

You need to look into passing parameters to a report, which is long winded but fairly simple.

 

The VS.net help has a lot of information on it.

 

John

Posted

How?

 

Guys, how do I view my report at runtime, and then type in the text I want to add (at runtime), add table/graph (at runtime)?

 

Thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...