ReportData
The ReportData class provides methods to get/set the data range
Name | Brief | Example |
---|---|---|
GetDataRange | Sophy, if set bGetFullColRange as true, range will be set as c1, r1, c2, -1(r2) | |
GetWorksheet | Get report's worksheet | |
PlotIntoLayer | Add DataPlot using the report's given table. | |
ReportData | Constructor | |
SetSource | Set source range to report | |
SetWorksheet | Set report's worksheet |
|