setGridParam(report: PP.Exp.EaxDocument, metadata: Object, callback: PP.Delegate);
report. Express report document.
metadata. Metadata.
callback. Callback function.
The setGridParam method determines express report table parameters.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component) and a table must be loaded in working area of the express report.
// Set cell coordinates Metadata = { headerTitleType: "Rows", headerTitleContentType: "Attr", targetSection: "Corner" } // Set parameters eaxMdService.setGridParam(eaxAnalyzer, Metadata ); // Rerender expressBox.getDataView().refreshAll();
After executing the example sidehead attribute name is set for table corner.
See also: