Namespace: PP.Prx.
PrxMdService
The PrxMdService class implements the data source for the ReportBox component.
PP.initClass(PP.Prx.PrxMdService, PP.Mb.BiService, "PrxMdService");
Constructor name | Brief description | |
PrxMdService | The PrxMdService constructor creates an instance of the PrxMdService class. |
Method name | Brief description | |
Export | The Export method provides export of the object to the file of the specified format. | |
generateProblem | The generateProblem method sends a query for modeling problem generation. | |
generateWbk | The generateWbk method sends a query for workbook generation. | |
getBinaryUrl | The getBinaryUrl method returns the reference to the object in the table. | |
getChart | The getChart method gets report chart metadata. | |
getDocumentData | The getDocumentData method gets metadata for regular report text sheet. | |
getMetabase | The getMetabase method returns the metabase instance. | |
getMetadata | The getMetadata method returns object metadata. | |
loadPrxMd | The loadPrxMd method loads the metadata to the object of the Report class. | |
open | The open method opens regular report by its key. | |
openReport | The openReport method opens a regular report with some parameters. | |
saveData | The saveData method saves modified data to the report. | |
setActiveSheet | The setActiveSheet method sets the active report sheet. | |
setAutoUpdate | The setAutoUpdate method sets report autoupdate. | |
setControlsValue | The setControlsValue method sets the value for controls. | |
setHyperLink | The setHyperLink method simulates the click on hyperlink. | |
setTabSheetAction | The setTabSheetAction method performs an action in the table. | |
setTabSheetData | The setTabSheetData method sets the data to the spreadsheet. | |
setTabSheetSelection | The setTabSheetSelection method saves state of selected table area. |
Event name | Brief description | |
EndMetabaseRequest | The EndMetabaseRequest event occurs at the end of querying to the metabase. | |
Opened | The Opened event occurs after opening the report from the metabase. | |
StartMetabaseRequest | The StartMetabaseRequest event occurs at the start of the request to the metabase. |
Method name | Brief description | |
beginBatch | The beginBatch method enables batch mode of sending queries. | |
endBatch | The endBatch method disables batch mode of sending queries and sends a formed batch. |
Method name | Brief description | |
addCallbackToLastRqt | The addCallbackToLastRqt adds a handler to the last request in the queue. | |
beginSyncXHR | The beginSyncXHR method enables the mode of synchronous requests for an instance of the PPService class. | |
clearRequests | The clearRequests method clears the list of queued requests and removes the current request. | |
endSyncXHR | The endSyncXHR method disables the mode of synchronous requests for an instance of the PPService class. | |
getCurrentRequest | The getCurrentRequest method returns the current service request. | |
sendRequest | The sendRequest method sends a request to web service. |
Event name | Brief description | |
EndRequest | The EndRequest event occurs on finishing the repository connection. | |
Error | The Error event occurs if an error occurs during repository connection. | |
Executed | The Executed event occurs after executing a request to server. | |
StartRequest | The StartRequest event occurs when the system starts executing a request to repository. |
Property name | Brief description | |
Data | The Data property associates a random object with this component. | |
Id | The Id property sets component identifier. | |
Settings | The Settings property sets the component parameters. |
Method name | Brief description | |
clone | The clone method creates a copy of object. It is not implemented in PP.Ui.Control. | |
dispose | The dispose method deletes the component. | |
getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |
See also: