SrsReportHelper Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| 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.) |
| 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.) |
| ::addDateTimeRangeToQuery | Modifies the query by adding from and to date with utcDateTime range to the instance of the ReportRun class. |
| ::addFromAndToDateRangeToQuery | Modifies a query by adding the range of two dates to the instance of the ReportRun class. |
| ::addFromAndToValueRangeToQuery | Adds the range of two values to a query. |
| ::addParameterValueRangeToQuery | Adds a range value to a query. |
| ::addPerDateRangeToQuery | Adds a range value that is returned by the nullDate method to a date field of a query. |
| ::addSkipZeroRangeToQuery | Adds a range to a query on a numeric field that filters out all records where the field contains a value of zero. |
| ::addYesNoRangeToQuery | Adds a NoYes range value to a query. |
| ::areCubesDeployed | Checks in the cache if cubes have been deployed and returns a flag indicating that. |
| ::cacheCubesDeployed | Caches a flag indicating that cubes have been deployed for a particular server and database. |
| ::convertListToString | Process a List of values into delimited String |
| ::convertStrToList | Process a delimited string into List. |
| ::existsInCache | Checks if there is an entry with the given key in SysLastValue. |
| ::getDialogFieldByLabel | Gets a dialog field from a dialog box. |
| ::getDialogFieldFormBuildType | |
| ::getDialogGroupByCaption | Gets a dialog group from a dialog box. |
| ::getFromCache | Gets the value corresponding to the key from the sysLastValue. |
| ::getPowerViewDataSourceUrlClient | Gets the PowerViewDataSource Url. |
| ::getPowerViewDAXMDSQLVersions | Gets a list of SQL versions where PowerView DAXMD is supported |
| ::getPowerViewReportUrlClient | Gets the PowerViewReport Url. |
| ::getSSASCacheKey | Gets the cache key |
| ::isDaxMdSupported | Gets if DaxMd is supported by the default database and SSAS server |
| ::isPowerViewConfigured | Determines whether PowerView is configured. |
| ::isPowerViewModelDeployed | Determines whether PowerView is configured and if the specified cube is deployed. |
| ::removeFromCache | Remove the cache with the given key in SysLastValue. |
| ::saveInCache | Saves the key value pair using the sysLastValue as cache. |
Show: