Can i send Datagridview Data to Rport?

Stimulsoft Reports.NET discussion
Post Reply
ali_vali
Posts: 2
Joined: Mon May 07, 2012 5:47 am
Location: UK

Can i send Datagridview Data to Rport?

Post 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?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Can i send Datagridview Data to Rport?

Post 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.
Post Reply