Assembly: Express;
The IEaxAnalyzeCore interface is used to work with express report.
IEaxAnalyzeCore
| Property name | Brief description | |
| BubbleChart | The BubbleChart property returns the object containing express report bubble chart. | |
| BubbleTree | The BubbleTree property returns the object that contains express report bubble tree. | |
| CanSwitchToMode | The CanSwitchToMode property returns whether the view change mode of the workbook is available. | |
| Chart | The Chart property returns the object that contains express report chart. | |
| DataSourceCache | The DataSourceCache property returns the database, which stores cached data. | |
| DataSourceDescriptor | The DataSourceDescriptor property determines a data source descriptor. | |
| DiagnosticReport | The DiagnosticReport property determines the diagnostic report that contains results of validation rule execution. | |
| EnableEdit | The EnableEdit property determines whether data editing is enabled in express report. | |
| Grid | The Grid property returns the object containing the express report table. | |
| HeadersFooters | The HeadersFooters property returns the collection of express report headers and footers. | |
| InnerStyleSheet | The InnerStyleSheet property determines internal styles table of the express report. | |
| InteractiveMode | The InteractiveMode property determines interactive mode for express report. | |
| IsDataSourceCacheExist | The IsDataSourceCacheExist property returns result of checking if express report contains a caching object. | |
| IsDirty | The IsDirty property determines whether there are changes in express report. | |
| IsInteractiveModeAvailable | The IsInteractiveModeAvailable property determines whether it is possible to switch to a selected interactive mode. | |
| Laner | The Laner property returns the workbook of the time series database. | |
| LanerTable | The LanerTable property returns the data table from the time series database workbook. | |
| MapChart | The MapChart property returns the object containing express report map (version supporting OpenGL). | |
| Mode | The Mode property determines display mode of time series database workbook in express report. | |
| PageInnerRect | The PageInnerRect property returns the object containing inner page area together with page margins. | |
| PagesCount | The PagesCount property returns the number of report pages that will be printed using the current page parameters. | |
| PageSettings | The PageSettings property returns settings of express report pages. | |
| ParamProvider | The ParamProvider property returns the object to work with express report parameters. | |
| PinnedSeries | The PinnedSeries property determines a fixed series. | |
| Pivot | The Pivot property returns display settings of the table containing express report data. | |
| Printable | The Printable property determines whether to print report. | |
| Resources | The Resources property determines the Resource object that is used to store translations of the express report title. | |
| Sheets | The Sheets property returns the collection of express report child sheets. | |
| Speedometer | The Speedometer property returns express report speedometer parameters. | |
| Statistics | The Statistics property returns calculated summary statistics. | |
| StyleSheet | The StyleSheet property determines an external styles table used by express report. | |
| ThisSheetPagesCount | The ThisSheetPagesCount property returns the number of pages in the specified express report sheet. | |
| TitleBar | The TitleBar property returns express report title parameters. | |
| TreeMap | The Treemap property returns the object that contains express report tree map. | |
| UndoRedo | The UndoRedo property returns parameters of express report undo/redo stack. | |
| ViewOrder | The ViewOrder property determines the order, in which objects are displayed in express report window and on printed sheets. | |
| WindowsPosition | The WindowsPosition property determines the order of object windows of express report in the report area. |
| Method name | Brief description | |
| BeginUpdate | The BeginUpdate method disables refreshing of express report objects. | |
| CanDimBeTimeLine | The CanDimBeTimeLine property returns whether the dimension can be used as a calendar dimension in the report and as a timeline of a map or a matrix. | |
| ClearDataSourceCache | The ClearDataSourceCache method clears caching object of express report data source. | |
| CorrectScale | The CorrectScale method adjusts the scale relative to the size of express report displayed area. | |
| CreateDataSourceCache | The CreateDataSourceCache method creates a caching object of express report data source and returns result of its creation. | |
| CreateMultiOlap | The CreateMultiOlap method creates an express report that contains several data sources. | |
| DrillPoint | The DrillPoint method returns information about binding of data series point to data. | |
| DrillSerie | The DrillSerie method returns information about binding of data series to data. | |
| EndUpdate | The EndUpdate method resumes refreshing of express report objects. | |
| ExcludeChartElements | The ExcludeChartElements method excludes the specified dimensions elements from selection. | |
| KeepOnlyChartElements | The KeepOnlyChartElements method changes selection in such a way that only the specified chart elements are available. | |
| LoadCubeFromStream | The LoadCubeFromStream property loads cube data to the express report from the stream. | |
| LoadSettingsFromXml | The LoadSettingsFromXml method loads express report parameters from the XML document. | |
| OpenCube | The OpenCube method opens the cube, based on which the express report is created. | |
| OpenCubeEx | The OpenCubeEx method opens a cube (with advanced parameters) that is used to create an express report. | |
| OpenMatrixDataSource | The OpenMatrixDataSource property loads data to the express report from a non-cube source. | |
| RefreshAll | The RefreshAll method refreshes all express report objects. | |
| RefreshDataSourceCache | The RefreshDataSourceCache method refreshes caching object of express report data source. | |
| SaveCubeToStream | The SaveCubeToStream method saves data of selected express report dimensions to a stream as a cube. | |
| SaveSettingsToXml | The SaveSettingsToXml method loads express report parameters in the XML format. | |
| UpdateParamProvider | The UpdateParamProvider method updates data source for express report parameters. |
See also: