Page 1 of 1

How to datagridview sent to form

Posted: Mon Aug 15, 2011 1:12 am
by so29
hi
How to datagridview sent to form ?
And it was printed

thanks

:dumb:

How to datagridview sent to form

Posted: Mon Aug 15, 2011 6:30 am
by HighAley
Hello.

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.

How to datagridview sent to form

Posted: Mon Aug 15, 2011 10:29 pm
by so29
hi

I want to send the datagridview to report , Without the use datatable
You may be asked ?

thanks
:dumb:

How to datagridview sent to form

Posted: Tue Aug 16, 2011 7:42 am
by Ivan
Hello,

The StiReport.RegData() method can work only with the following types of datasource: DataTable, DataView, DataSet.

Thank you.