Assembly: Adhoc;
Namespace: Prognoz.Platform.Interop.Adhoct;
The IAdhocReport interface contains properties and methods of the Dashboard repository object.
IAdhocReport
To work with a dashboard data source, use properties of the IAdhocDataSourceObject interface.
Property name | Brief description | |
The ActiveSlide property determines active slide of dashboard. | ||
The AllowEditData property determines whether data can be edited in the Table visualizer. | ||
The AutoUpdateSources property determines whether autoupdate is used in a dashboard. | ||
The BinaryData property returns dashboard binary data. | ||
The BulkSettings property returns parameters of batch operations executed with a dashboard. | ||
The CalcOnChangedData property determines whether formula calculation is applied to changed data without saving data to dashboard. | ||
The DataSourceLinkedObjects property returns a set of linked data sources of dashboard. | ||
The DataSourceObjects property returns a set of data sources for dashboard visualizers. | ||
The Id property determines dashboard identifier. | ||
The IsDataChanged property determines whether data is changed in the Table visualizer. | ||
The IsDirty property determines whether dashboard parameters have been changed. | ||
The MetabaseObject property returns a dashboard as a repository object implemented by the IMetabaseObject interface. | ||
The PageSettings property returns page settings for printing a dashboard. | ||
The Resources property determines the Resource object, which is used to store dashboard translations. | ||
The Slides property returns a collection of slides. | ||
The SupportMultyLanguage property determines whether a dashboard is multilingual. | ||
The Synchronization property returns parameters of synchronization of dashboard dimensions. | ||
The UndoRedo property determines parameters of undo/redo stack. | ||
The UpdateSettings property returns settings of dashboard autoupdate options. |
Method name | Brief description | |
The AddDataSourceLinkedObject method adds a block of the Express Report, Regular Report or Dashboard type. |
||
The AddDataSourceObject method adds a data source for visualizers. | ||
The AddNewDataSourceObject method creates and adds a data source. | ||
The CopyDataSourceObject method creates a copy of the specified data source. | ||
The CopyDataSourceObjectEx method copies the specified data source creating an identifier specified by the user for the copy. | ||
The CopyFrom method copies parameters of the specified dashboard to the current dashboard. | ||
The LoadFromFile method loads a dashboard from the specified file of the PPDASH format. | ||
The LoadFromStream method loads a dashboard from stream. | ||
The LoadFromXML method loads dashboard settings from the specified XML file. | ||
The Refresh method refreshes the specified dashboard data source. | ||
The RefreshDataSources method refreshes metadata of the specified dashboard data source. | ||
The SaveData method saves data edited in the Table visualizer. | ||
The SaveToFile method saves a dashboard in the specified file of the PPDASH format. | ||
The SaveToStream method saves a dashboard to a stream. | ||
The SaveToXML method saves dashboard settings to the specified XML file. |
See also: