Can i send Datagridview Data to Rport?
Can i send Datagridview Data to Rport?
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?
Hello.
Please, read about it on the MSDN http://msdn.microsoft.com/en-gb/library ... ource.aspx
Thank you.
There is no straight support of the Datagridview Data Source but you could bind DataTable or DataSource to the DataSource property of the Datagridview.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?
Please, read about it on the MSDN http://msdn.microsoft.com/en-gb/library ... ource.aspx
Thank you.