Q : Microsoft Spreadsheet 10.0 Control

  • Thread starter Thread starter Amit Chandel
  • Start date Start date
A

Amit Chandel

I've mostly used Datagrids up till now, but for some quick reporting I'm
planning on using the Microsoft Spreadsheet 10.0 control (Excel) within my
winform. Is there a way to bind your dataset to this control, like we do
for datagrids ?

eg : DataGrid1.SetDataBinding(ds, "tblX")

Thanks,
Amit Chandel
 
Hello,

Amit Chandel said:
I've mostly used Datagrids up till now, but for some quick reporting I'm
planning on using the Microsoft Spreadsheet 10.0 control (Excel) within my
winform. Is there a way to bind your dataset to this control, like we do
for datagrids ?

eg : DataGrid1.SetDataBinding(ds, "tblX")

I don't think so, but I am not familiar with that control. You may want to
ask in the Windows Forms Data Binding ng:

news://news.microsoft.com/microsoft.public.dotnet.framework.windowsforms.databinding
 
Back
Top