Configure Flexmonster Component the way you want using various objects:
| Object | Description |
|---|---|
| ReportObject | Contains all the possible aspects of pivot tables and pivot charts configuration. |
| DataSourceObject | Contains connection parameters and configurations for data sources. |
| FormatObject | Defines how numeric values are formatted in the component. |
| ConditionalFormatObject | Describes conditional formatting rules. |
| MappingObject | Contains information about field data types, captions, multilevel hierarchies, and other view configurations of the data source. |
| SliceObject | Defines which data subset from the data source is going to be shown in the report. |
| FilterObject | Contains filtering information. |
| OptionsObject | Used to configure functionality and manage UI controls. |
| TableSizesObject | Contains information about table sizes. |
| CustomFieldObject | Allows setting custom fields for Excel export or storing some additional information. |
| MeasureIdentifierObject | Identifies measures that are used for different functionalities. |
| GlobalObject | Contains a configuration that will be applied to all reports. |
| CellDataObject | Contains information about a specific grid cell. |
| ChartDataObject | Contains information about a specific chart segment. |
| ChartLegendDataObject | Contains information about a specific chart legend element. |
| ToolbarObject | Contains information about the Toolbar. |
| ShareReportConnectionObject | Contains the configuration needed to share a report. |
| FieldListItemObject | Contains information about a Field List item and is used to sort the Field List items. |
| FieldObjectReturned | Describes the structure of fields returned by the filteropen event and different methods. |
| MeasureObjectReturned | Describes measures used in a report or available in a dataset. |