SRSFrameworkService Class [AX 2012]
The SRSFrameworkService class is used to support the deployment of reports to the SQL reporting server.
| Method | Description | |
|---|---|---|
| addReportServerConfiguration | Adds a new report server configuration to the SRSServers table. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearReportRDLCache | Clears the RDL parser cache for a given list of report design names. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAccountsForBrowserRole | Gets a list of the services accounts for all the AOS instances and the current business connector account. |
| getAosUtcNow | Gets the UTC date time for the AOS. |
| getApplicationObjectServers | Retrieves a list of available application object servers configured for the database. |
| getAssemblies | Retrieves the business logic assemblies. |
| getEnumNames | Gets a list of all of the AX enumeration names that are in the AOT. |
| getFullCompanyName | Gets the full company name for the specified data area ID. |
| getRelationLinkTargetList | Gets information to build drill through links for the list of fields |
| getReportDataSources | Retrieves the report designs based on the reportName and designName parameters. |
| getReportDesigns | Gets the report designs based on the reportName and designName parameters. |
| getReportDetails | Gets a list of SRSReport objects based on the reportNames parameter. |
| getReportFullPath | Gets the full path of the report. |
| getReportMenuItems | Gets a list of all of the Microsoft SQL Server Reporting Services report menu items from the AOT. |
| getReportNames | Gets a list of all the SRS report names from the AOT. |
| getReportParameters | Gets the report parameters with design time and run time values set given a list of current parameter values. |
| getReportProviderClasses | Gets the list of classes that extend the report data provider. |
| getReportProviderSchema | Gets the schema for a specified report data provider class. |
| getReportServerConfigurations | Gets a list of SRSReportServerConfiguration objects based on the configurationId parameter. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isReportDesignDisabled | Indicates whether the report design associated with an output command, is disabled because of disabled configuration keys. |
| isTrustedUserAccount | Checks whether the domainAccountName parameter is equal to the current Application Object Server (AOS) service account name or the business connector account. |
| new | Initializes a new instance of the SRSFrameworkService class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| removeDataSourceRangeTimeZoneOffset | Removes the time zone offset from the data source range. |
| removeReportServerConfiguration | This function removes a record from the SRSServers table that is based on the configurationId parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateReportDataSource | Updates the report data source based on values in the reportDataSource parameter. |
| updateReportServerConfiguration | Updates the report server configuration in the SRSServers table. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::appendReportProviderParameters |
Community Additions
ADD
Show: