Reports in GridBase #96
-
Hello everyone, Can you help me with an example of how to call the function to create the buttons to export to Excel, PDF and HTML. How do I get it to enter the conditions and create the buttons? `protected getButtons() {
..... The function protected getReportRequest(): ListReportRequest always returns this: var request = Q.deepClone(view ? view.params : {}) Values are never assigned. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
you should override
|
Beta Was this translation helpful? Give feedback.
-
Excellent thank you very much. Export to Excel is now working. What value should I put in request.ReportKey? |
Beta Was this translation helpful? Give feedback.
you should override
getReportRequest()
in your derived grid