Page 1 of 1
Can i send Datagridview Data to Rport?
Posted: Mon May 07, 2012 6:10 am
by ali_vali
i have a datagrid view in my project. the number of colums is fixed but i filtere and change order of datagridview rows as request of user. is anywhere to send datagridview rows as datasource? i mean if i don't have a database and my data is in datagridview cells, is it possible to set datagridview data as datasource of a report?
Can i send Datagridview Data to Rport?
Posted: Mon May 07, 2012 10:24 am
by HighAley
Hello.
ali_vali wrote:i have a datagrid view in my project. the number of colums is fixed but i filtere and change order of datagridview rows as request of user. is anywhere to send datagridview rows as datasource? i mean if i don't have a database and my data is in datagridview cells, is it possible to set datagridview data as datasource of a report?
There is no straight support of the Datagridview Data Source but you could bind DataTable or DataSource to the DataSource property of the Datagridview.
Please, read about it on the MSDN
http://msdn.microsoft.com/en-gb/library ... ource.aspx
Thank you.