MicroStrategy ONE
Modifying Report Grid Presentation Rules by Extending ReportGridTransformImpl
The transform ReportGridTransformImpl is used to render all report grids in the application. Modifications to grid output can range from simple to complex. See Hiding an Attribute Column Automatically on an Executed Report Grid for an example of using and extending ReportGridTransformImpl.
The following references should be used, in the order presented, to determine the approach you must take to perform your specific customization:
-
In the Transform Parameters Reference, find ReportGridTransformImpl and examine its various parameters.
-
Read Transform Parameters for background information on transform parameters and use.
-
Refer to the ReportGridTransformImpl section for detailed information on the transform.
-
Read Customizing Transforms for background information on the transform infrastructure and guidance on customizing transforms.
See also
-
Data presentation, styles and layout definitions: Style Catalog Configuration file
-
Advanced customization topics: Customizing transforms
-
Using the Web Objects API: Report grid XML