DashboardObjectExportToExcel Method |
|
DataPA OpenAnalytics API Reference
Export this dashboard object to Excel 2007 and above (XSLX)
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public byte[] ExportToExcel()
Public Function ExportToExcel As Byte()
public:
virtual array<unsigned char>^ ExportToExcel() sealed
function ExportToExcel();
Return Value
Type:
ByteA byte array that contains the excel file
Remarks See Also