your going to hate the answer but there isn't any easy mode.
your going to have to figure out how build(draw) your own report with all of the data from both.
get your resolution up high enough so it doesn't look bad.
learn enough about PrintDocument Component to get it printing right
you are setting the data on your form one
but you have to pass that object to form 2 to use it.
arka_data ad;
public Form2(arka_data _ad)
{
InitializeComponent();
ad = _ad;
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.