SRSReportRun Class [AX 2012]

The SRSReportRun class is deprecated. Use the SrsReportRunController class to execute and print reports.

Syntax

class SRSReportRun extends RunBaseBatch

Run On

Called

Methods

  Method Description
Gg910152.privmethod(en-us,AX.60).gif addAOTQueriesFromDocument Searches the report definition language (RDL) document and adds QueryMetadata queries to the Map object.
Gg910152.pubmethod(en-us,AX.60).gif allowSaveLast (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif batchInfo Returns the BatchInfo class. This class is the API for the batch table. (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif buildReportRdlParameterCtrls Determines whether the dialog box will display the SQL ServerReporting Services (SSRS) Report Parameters.
Gg910152.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg910152.pubmethod(en-us,AX.60).gif canGoBatch Returns false (Inherited from RunBaseBatch.)
Gg910152.protmethod(en-us,AX.60).gif canGoBatchJournal Determines whether the class is shown in the list of Journal types. (Inherited from RunBaseBatch.)
Gg910152.protmethod(en-us,AX.60).gif canSwapBetweenCS Controls whether a calledFrom class that is instantiated on the server should have its prompt executed on the client. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif caption Retrieves the description from the current class by calling the static description method of the class if there is one. (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif checkCloseDialog Must be called in the CloseOk method of a RunBase dialog box. (Inherited from RunBase.)
Gg910152.protmethod(en-us,AX.60).gif cleanupDialog Provides a way to clean up after a dialog box has been canceled. (Inherited from RunBase.)
Gg910152.privmethod(en-us,AX.60).gif copyQuery Makes a copy of a query.
Gg910152.pubmethod(en-us,AX.60).gif currentQuery Gets or sets the value of the currentQuery property.
Gg910152.pubmethod(en-us,AX.60).gif currentQueryKey Gets or sets the value of the currentQueryKey property.
Gg910152.pubmethod(en-us,AX.60).gif currentQueryRun Gets or sets the value of the currentQueryRun property.
Gg910152.pubmethod(en-us,AX.60).gif dialog Gets or sets the dialog property. (Overrides the dialog Method.)
Gg910152.pubmethod(en-us,AX.60).gif dialogClear Clears the contents of the dialog box. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif dialogInit Initializes the dialog box. (Inherited from RunBase.)
Gg910152.protmethod(en-us,AX.60).gif dialogInternal (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif dialogMake Obtains the dialog from a RunBase class. (Inherited from RunBase.)
Gg910152.protmethod(en-us,AX.60).gif dialogPost Executes after the dialog method has been called. (Inherited from RunBaseBatch.)
Gg910152.protmethod(en-us,AX.60).gif dialogPostInit Called right after the RunBase.dialogInit Method method. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif dialogPostRun Makes sure that the methods of the dialog form controls are overloaded and that the specified object is the object to which the messages of the controls are sent. (Overrides the dialogPostRun Method.)
Gg910152.protmethod(en-us,AX.60).gif dialogReInit Reinitializes the dialog box. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif dialogSelectCtrl Provides the functionality that is needed when a dialog control is selected. (Overrides the dialogSelectCtrl Method.)
Gg910152.pubmethod(en-us,AX.60).gif dialogTask When using the Dialog Class class for dialog, this method is called from the task method in the dialog form. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif dialogUpdate Updates the dialog, for example after reinitializing the query. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif dialogUpdateQuery Updates the query in the dialog box. (Inherited from RunBase.)
Gg910152.privmethod(en-us,AX.60).gif displayReportWarnings Adds the warning messages that are created when a report is rendered to the infolog.
Gg910152.protmethod(en-us,AX.60).gif doBatch (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg910152.pubmethod(en-us,AX.60).gif executeReport Executes the report using the current object properties.
Gg910152.privmethod(en-us,AX.60).gif getDictFieldFromFieldAlias Retrieves an instance of the DictField class by using a field alias.
Gg910152.privmethod(en-us,AX.60).gif getFieldAliasFromParameterName Attempts to retrieve an alias of a field of a table from a report parameter element in the report definition language (RDL) document by inspecting the parameter name.
Gg910152.privmethod(en-us,AX.60).gif getFieldAliasFromParameterValidValues Retrieves the alias of a field in a table from a report parameter element in the report definition language (RDL) document by inspecting the ValidValues XML element.
Gg910152.pubmethod(en-us,AX.60).gif getFromDialog Assigns the dialog values to the internal variables. (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif getLast Gets the last choice stored in the last value table. (Inherited from RunBaseBatch.)
Gg910152.privmethod(en-us,AX.60).gif getParametersFromRdlDocument Builds a map of the SRSReportParameter objects that the report uses where: The key is a string value that contains parameter names and the value is a SRSReportParameter object.
Gg910152.privmethod(en-us,AX.60).gif getQueriesFromDocument Builds a map of the Microsoft Dynamics AX queries that a VS Reporting Tools for AX report uses.
Gg910152.privmethod(en-us,AX.60).gif getReportParameterDefaultValue Gets the default value for a report parameter.
Gg910152.privmethod(en-us,AX.60).gif getReportParameterDictField Retrieves an instance of the DictField class from a report parameter element in the report definition language (RDL) document.
Gg910152.pubmethod(en-us,AX.60).gif getRunBase (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg910152.privmethod(en-us,AX.60).gif getXmlElementValue Gets a String value that represents an XmlElement objec.
Gg910152.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg910152.protmethod(en-us,AX.60).gif inGetSaveLast Returns true when the GetLast or SaveLast method is executed. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif init Initializes the SRSReportRun object. (Overrides the init Method.)
Gg910152.pubmethod(en-us,AX.60).gif initBatch (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif initParmDefault Initializes the internal variables. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif isInBatch Determines whether the RunBaseBatch is actually being run from a batch server. (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif isInitialized Gets the value of the isInitialized member.
Gg910152.pubmethod(en-us,AX.60).gif isSwappingPrompt Checks if the program is currently swapping from server to client. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif lastValueDataAreaId (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif lastValueDesignName (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif lastValueElementName (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif lastValueType (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif lastValueUserId (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif menuItemArguments Gets and sets the menuItemArguments class property.
Gg910152.pubmethod(en-us,AX.60).gif mustGoBatch (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif mustLoadSaveQuery Determines whether the last query must be loaded and saved when you leave the form. Called from the SysQueryForm. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif name Returns the name of the RunBase class. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SRSReportRun class (Overrides the new Method.)
Gg910152.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg910152.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg910152.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg910152.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg910152.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SRSReportRun class. (Overrides the pack Method.)
Gg910152.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif parmInBatch Gets or sets the InBatch parameter. (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif parmProgress Gets or sets the Progress parameter. (Inherited from RunBase.)
Gg910152.protmethod(en-us,AX.60).gif prepareForRun Allows subclasses to process the dialog box immediately before the execution of the dialog box.Run method. (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif printDestinationSettings Gets or sets the value of the printDestinationSettings property.
Gg910152.privmethod(en-us,AX.60).gif printReport Executes the report and sends the results to the appropriate print medium.
Gg910152.privmethod(en-us,AX.60).gif printReportToCustom Renders the current report to a custom print medium.
Gg910152.privmethod(en-us,AX.60).gif printReportToEmail Renders the current report to a file and attaches that file to an e-mail message.
Gg910152.privmethod(en-us,AX.60).gif printReportToFile Renders the current report to a file.
Gg910152.privmethod(en-us,AX.60).gif printReportToPrinter Renders the current report to the current printer.
Gg910152.privmethod(en-us,AX.60).gif printReportToScreen Renders the current report to the screen.
Gg910152.pubmethod(en-us,AX.60).gif progressHide Hides the Progress form. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif progressInit Initializes the Progress object in RunBase. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif progressKill Kills the Progress object in RunBase. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif prompt Prompts the user for report settings using the SRSReportRunForm form. (Overrides the prompt Method.)
Gg910152.protmethod(en-us,AX.60).gif promptPack Wraps a call to the RunBase.pack Method when packing in the RunBase.promptPrim Method. (Inherited from RunBaseBatch.)
Gg910152.protmethod(en-us,AX.60).gif promptUnpack (Inherited from RunBaseBatch.)
Gg910152.privmethod(en-us,AX.60).gif proxy Gets the value of the proxy property.
Gg910152.protmethod(en-us,AX.60).gif putToDialog Enables setting the fields that were just added in the RunBase.dialog Method method. This method is called from the RunBase.promptPrim Method method directly following the RunBase.dialogMake Method method. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif queryRun Gets or sets the value of the queryRun property. (Overrides the queryRun Method.)
Gg910152.pubmethod(en-us,AX.60).gif readParameters Reads saved parameters from the database used to make the report.
Gg910152.pubmethod(en-us,AX.60).gif readPrintDestinationSettings Reads saved print destination settings that are used to display the report.
Gg910152.pubmethod(en-us,AX.60).gif readPrinterSettings Gets or sets the value of the readPrinterSettings property.
Gg910152.pubmethod(en-us,AX.60).gif readQueries Reads saved queries used to make the report.
Gg910152.pubmethod(en-us,AX.60).gif readReportParameters Gets or sets the value of the readReportParameters property.
Gg910152.pubmethod(en-us,AX.60).gif readReportQueries Gets or sets the value of the readReportQueries property.
Gg910152.pubmethod(en-us,AX.60).gif readSettings Reads the settings saved for this report.
Gg910152.pubmethod(en-us,AX.60).gif reportCaption Gets or sets the value of the reportCaption property.
Gg910152.pubmethod(en-us,AX.60).gif reportDefinitionDocument Creates an XML document object that contains the report definition.
Gg910152.pubmethod(en-us,AX.60).gif reportDefinitionDocumentNamespaceManager Creates an XMLNamespaceManager object that is used to perform XPath queries on the report definition document.
Gg910152.pubmethod(en-us,AX.60).gif reportName Gets or sets the report name property.
Gg910152.pubmethod(en-us,AX.60).gif reportParameter Gets or sets the value of a report parameter given the report parameter name and optionally the new value
Gg910152.privmethod(en-us,AX.60).gif reportParameterFromElement Creates an instance of the SRSReportParameter class based on the contents of a report parameter XML element.
Gg910152.pubmethod(en-us,AX.60).gif reportParameters Gets a Map object that contains SRSReportParameter objects where the key is the string value that contains the parameter name value that equals the SRSReportParameter object.
Gg910152.pubmethod(en-us,AX.60).gif reportParametersUseDataSets Gets and set the reportParametersUseDataSets property.
Gg910152.pubmethod(en-us,AX.60).gif reportParametersUseExpressions Gets and sets the reportParametersUseExpressions property.
Gg910152.pubmethod(en-us,AX.60).gif reportParameterValidator Gets or sets the reportParameterValidator property.
Gg910152.pubmethod(en-us,AX.60).gif reportPath Gets or sets the path of the report including the report name and in Reporting Services.
Gg910152.pubmethod(en-us,AX.60).gif reportQueries Gets a map that contains the key set to the ReportParameterName and the value set to the query.
Gg910152.pubmethod(en-us,AX.60).gif reportQuery Gets or sets the query in the map of the reportQueries property that has a query from a map object that uses the supplied query name and optionally a new query value.
Gg910152.pubmethod(en-us,AX.60).gif reportRDL Gets or sets the report Report Definition Language (RDL).
Gg910152.pubmethod(en-us,AX.60).gif reportRunHelper Gets and sets the value of the reportRunHelper member.
Gg910152.pubmethod(en-us,AX.60).gif reportSettings Gets or sets the reportSettings class property.
Gg910152.pubmethod(en-us,AX.60).gif reportUrl Gets the full URL to the report.
Gg910152.pubmethod(en-us,AX.60).gif reset Resets the class to its default state. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif resetQueries Resets the queries used in the report to default values.
Gg910152.pubmethod(en-us,AX.60).gif run Runs the report object. (Overrides the run Method.)
Gg910152.pubmethod(en-us,AX.60).gif runBase Returns the RunBase itself. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif runBaseDialogModifyType_RU (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif runsImpersonated Indicates whether the batch job will be run with the account of the user who created the job. (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif saveLast Saves the last choice by using the RunBase.pack Method. (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif saveParameters Saves parameters that are used to display the report.
Gg910152.pubmethod(en-us,AX.60).gif savePrintDestinationSettings Saves print destination settings that are used to display the report.
Gg910152.pubmethod(en-us,AX.60).gif savePrinterSettings Gets or sets the value of the savePrinterSettings property.
Gg910152.pubmethod(en-us,AX.60).gif saveQueries Saves queries that are used to display the report.
Gg910152.pubmethod(en-us,AX.60).gif saveReportParameters Gets or sets the value of the saveReportParameters property.
Gg910152.pubmethod(en-us,AX.60).gif saveReportQueries Gets or sets the value of the saveReportQueries property.
Gg910152.pubmethod(en-us,AX.60).gif saveSettings Saves the current values that are used to display the report
Gg910152.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg910152.pubmethod(en-us,AX.60).gif showBatchTab (Inherited from RunBaseBatch.)
Gg910152.protmethod(en-us,AX.60).gif showClearButton Determines whether to add a Clear button to the dialog box. If you change the return value to true it will add the button. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif showDefaultButton Determines whether a Default button is to be added to the dialog box. If you change the return value to true, it will add the button. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif showDialog Gets or sets the value of the showDialog property. (Overrides the showDialog Method.)
Gg910152.pubmethod(en-us,AX.60).gif showIndexFields Determines whether the index fields of the table are used as query range fields. (Overrides the showIndexFields Method.)
Gg910152.pubmethod(en-us,AX.60).gif showParamGroup Determines whether the parameters group should be visible.
Gg910152.pubmethod(en-us,AX.60).gif showPrintDestination Gets or sets the value of the showPrintDestination property.
Gg910152.pubmethod(en-us,AX.60).gif showQuerySelectButton (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif showQueryValues Determines whether a Select button is to be added to the dialog box. If you change the return value to true, the button will be added. (Inherited from RunBase.)
Gg910152.pubmethod(en-us,AX.60).gif tempPrintDestinationSettings Gets or sets the value of the tempPrintDestinationSettings property. This property is used by the SRSReportRunForm form.
Gg910152.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg910152.privmethod(en-us,AX.60).gif trim Trims the spaces from the start and end of a string.
Gg910152.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the SRSReportRun class. (Overrides the unpack Method.)
Gg910152.privmethod(en-us,AX.60).gif updateReportParameterFromElement Updates a report parameter given an XML element whose root is a ReportParameter object.
Gg910152.privmethod(en-us,AX.60).gif updateReportParameterQueryRecIDs Ensures that the RecId values of the report query parameters are correct.
Gg910152.privmethod(en-us,AX.60).gif updateReportParameters Updates the report parameters that are given to an XMLDocument object by using a root element that is an ArrayOfReportParameter object.
Gg910152.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg910152.pubmethod(en-us,AX.60).gif useIndexFieldsAsQueryRanges Gets or sets the useIndexFieldsAsQueryRanges property.
Gg910152.pubmethod(en-us,AX.60).gif validate (Inherited from RunBaseBatch.)
Gg910152.pubmethod(en-us,AX.60).gif validateReportParameters Validates the parameters for a report.
Gg910152.pubmethod(en-us,AX.60).gif validateReportRunHelper Performs custom parameter validation by using the defined member from the reportRunHelper method.
Gg910152.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg910152.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::buildFromEmailAddress Builds the From e-mail address for sending emails.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::constructReportSettings Creates a Microsoft.Dynamics.ReportingServices.ReportSettings object.
Gg910152.pubmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::convertFromUserTimeToUTC Converts the given string from user time zone to UTC time zone.
Gg910152.pubmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::convertFromUTCToUserTime Converts the specified string from UTC to user time zone.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::createMailer Creates a SysMailerNet object that is used to create e-mail messages when printing from the server.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::createRenderingCultureParameterValue Creates a ParameterValue object that specifies the rendering culture framework parameter.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::createSSRSReportParameterValue Creates a ParameterValue object by using the specified name and value.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::extractParameterNameFromCustomProperty Extracts the report parameter name from the specified name element of the custom property for dynamic filters.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::findQueryNode Finds and returns a query TreeNode object given a query name.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::getReportAndDesignName
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::getReportParametersFromWebService Retrieves the report parameters from the Reporting Services Web service.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::getReportPath Gets the SSRS path of a report that has the specified name.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::getReportRDL Retrieves the Report Definition Language (RDL) contents, the XML, of the report at the specified path.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::getReportUrl Retrieves the URL of the named report.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::itemExists Indicates whether an item at the specified path is in SSRS.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::parameterValueArray Creates an ArrayList object and fills it with the report parameters.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::queryNameFromCommandText Gets the query name from a string that is used as the command text for the query.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::renderReportToFile Renders the report to a file.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::renderReportToPrinter Renders the report and sends it to the printer.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::saveParametersOnServer Saves parameters that are used to display the report.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::savePrintDestinationSettingsOnServer Saves print destination settings that are used to display the report.
Gg910152.privmethod(en-us,AX.60).gif Gg910152.static(en-us,AX.60).gif ::saveQueriesOnServer Saves queries that are used to display the report.

Top

Inheritance Hierarchy

Object Class
  RunBase Class
    RunBaseBatch Class
      SRSReportRun Class