Question : How to use reporting in VB.NET ?

Hi Guys,

I have developed a small program which reads some information from a file and stores it in arrays. Now I want to generate a report which can be printed (plus saved in an doc or some format).

I went thru vb.net reporting but it asks for a data source. Moreover I dunno if reporting is the right tool for the job. Basically I wanted to generate invoice and I would I could format and print it.

How can I do the same ? (Please note, I am not using any kind of data source, all my data is in variables)

Thanks,

Cheers,
Saurabh

Answer : How to use reporting in VB.NET ?

class listeners have the opportunity to respond to the routed event before any instance listener on the element can. For this reason, class handlers are sometimes used to suppress routed events that a particular control class implementation does not wish to propagate further, or to provide special handling of that routed event that is a feature of the class. For instance, a class might raise its own class-specific event that contains more specifics about what some user input condition means in the context of that particular class. The class implementation might then mark the more general routed event as handled. Class handlers are typically added such that they are not invoked for routed events where shared event data was already marked handled, but for a typical cases there is also a RegisterClassHandler(Type, RoutedEvent, Delegate, Boolean) signature that registers class handlers to invoke even when routed events are marked handled.

reference http://msdn.microsoft.com/en-us/library/ms747183.aspx
Random Solutions  
 
programming4us programming4us