SrsReportRunUtil Class [AX 2012]
The SrsReportRunUtil class is a utility class that provides various disjoint helper methods.
| 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.) |
| ::buildGroupInfo | Builds the group information. |
| ::convertAnyType2ReportStr | Converts a strongly typed value to a String representation that can be sent to Microsoft SQL Server Reporting Services. |
| ::convertReportStr2AnyType | Converts a String value to a strongly typed X++ value. |
| ::convertStr2UtcDateTime | Converts a string value that contains a date and time to a UtcDateTime value. |
| ::copyToReportParamMap | Copies a source map to a destination map. |
| ::createClonedParameters | Creates a cloned Map from the input Map |
| ::displayValidValuesComboBox | Checks whether the UI must display the valid values combo box based on the member information. |
| ::getActualCaseCompanyId | Gets the company name that has the same title casing as stored in the data area table. |
| ::getActualCasePartitionKey | Gets the partition key name with the same title casing as the one stored in the partitions table. |
| ::getCurrentUserContext | Gets the current user context under which the code is running. |
| ::getCurrentUserLangId | Gets the language ID for the current user. |
| ::getMoxlFromTreeNode | Retrieves the MOXL for the given report. |
| ::getNoOfDecimals | Retrieves the number of decimals of a property. |
| ::getParameterNameValueCollection | Constructs an array list of Microsoft SQL Server Reporting ServicesParameterValue objects based on a map of parameter name/value pairs. |
| ::getParameterValueArray | Constructs an array list of Microsoft SQL Server Reporting ServicesParameterValue objects based on a map of parameter name/value pairs. |
| ::getPartitionRecId | Gets the partition record ID for a specified partition key value. |
| ::getPrinterNameDestination | Gets the Printer Name and printer destination for a given print settings. |
| ::getRdlDataContract | Check whether any classes extend the SrsReportRdlDataContract class and the specified SrsReportNameAttribute attribute that provides the report that uses it. |
| ::getRdlFromTreeNode | Gets the RDL stored in the AOT for the given report name. |
| ::getRdlOrderParameterNameList | Gets a list of report parameter names sorted by the parameter order in RDL from a map of SrsReportParameter |
| ::getRdpDataContract | Gets the RDP data contract class by initializing it using the parameter map values. |
| ::getReportAndDesignName | Gets a Container that contains the report and design name split. |
| ::getReportDesignNode | Gets an SSRSReportDesignNode object by using a specified report name and design name. |
| ::getReportDesignNodeFromReportDesignName | Gets an SSRSReportDesignNode object by using a specified report name in the format report.design |
| ::getReportFolder | |
| ::getReportHelpKeyword | Gets the F1 help keyword for a report. |
| ::getReportNode | Gets an SSRSReportConceptNode object given a report name. |
| ::getReportParamNameValuePairs | Constructs a map of parameter values as Strings keyed by parameter names. |
| ::getReportPath | Gets the Microsoft SQL ServerMicrosoft SQL Server Reporting Services path of a report that has the supplied name. |
| ::getSelectedValidValue | Gets the selected valid value from the valid values map for a given index. |
| ::getSpecificCultureName | Gets the specific .NET culture name from an Microsoft Dynamics AX language ID. |
| ::getValidTimeRangeType | Gets the type of the date effective query, Types::Date or Types::UtcDateTime. |
| ::getValue2KeyMap | Creates a Map class that contains the value and key that have exchanged locations. |
| ::initDataContractRecursively | |
| ::initReportParamsRecursively | |
| ::isDateTimeStr | Indicates whether the specified String is a date time String. |
| ::isReportDisabledByConfigKey | Gets a value that indicates whether a report design should be disabled because of disabled configuration keys. |
| ::noOfDecimals | |
| ::saveQueryToDB | Packs a given query and saves it to a table that will be used by Microsoft SQL Server Reporting Services to hydrate the query again and run it. |
| ::saveQueryToDB_Server | |
| ::setParamValuesFromRdpContract | Sets the parameter values in the map based on the values in the contract recursively. |
| ::showSettingsDialog | Opens the SRSPrintDestinationSettingsForm form to change the SRSPrintDestinationSettings . |
Community Additions
ADD
Show: