Skip to content

bechirzf/obsolete-how-to-export-griddashboarditem-to-excel-using-an-intermediate-report-winforms-t267271

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

(OBSOLETE) How to export GridDashboardItem to Excel using an intermediate report (WinForms)

Udpate: The Dashboard Suite version 15.2 supports the Export To Excel functionality out of the box: Printing and Exporting
This example demonstrates how to fetch data from the GridDashboardItem placed in the DashboardViewer class instance. To get data from the item, the DashboardViewer.GetItemData method is used. Please look at the static GridDashboardItemToDataTableHelper class. With a MultiDimensionalData class instance, it is possible to create columns (see the CreateColumnsByGridDashboardItem method) and fill a DataTable (see the AddRowsByGridDashboardItem method). This table will be further used in a report to perform the export. I used the report from the How to export the GridDashboardItem item data to Excel from a web solution example.


About

.NET, Business Intelligence, WinForms Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%