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:

  • 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