Share via


SrsAutoReportController Class [AX 2012]

Syntax

class SrsAutoReportController extends SrsReportRunController

Run On

Client

Methods

  Method Description
Gg937818.pubmethod(en-us,AX.60).gif addDataSourceArrayFieldRange Adds a data range to the table data source.
Gg937818.pubmethod(en-us,AX.60).gif addDataSourceDataRange Adds a data range to the table data source.
Gg937818.pubmethod(en-us,AX.60).gif addDataSourceFieldAggregation Adds an aggregation method to a field in the auto report.
Gg937818.pubmethod(en-us,AX.60).gif addDataSourceGroupByField Adds a group by field to the auto report data source.
Gg937818.pubmethod(en-us,AX.60).gif addDataSourceSortField Adds a sort to the auto report data source field by using the specified sort order.
Gg937818.pubmethod(en-us,AX.60).gif addDataSourceTable Adds a table to the auto report data source.
Gg937818.pubmethod(en-us,AX.60).gif addDataSourceTableField Adds a field to the auto report data source.
Gg937818.pubmethod(en-us,AX.60).gif addQueryFilter Adds a filter to the auto report query.
Gg937818.pubmethod(en-us,AX.60).gif addReferenceDataSourceTable Inserts into a map by using key values as data source names and values as table identifiers.
Gg937818.protmethod(en-us,AX.60).gif addSysOperationDataContractInfo (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif addTableFieldToReferencedTableField
Gg937818.pubmethod(en-us,AX.60).gif allowCrossCompany Gets or sets the value of the allowCrossCompany property.
Gg937818.pubmethod(en-us,AX.60).gif applyQueryFilters Applies any filters on the query to use for auto report data set population.
Gg937818.pubmethod(en-us,AX.60).gif applyQueryRanges Applies any ranges on the query to use for auto report data set population.
Gg937818.pubmethod(en-us,AX.60).gif autoReportDataSet Gets or sets the value of the autoReportDataSet property.
Gg937818.pubmethod(en-us,AX.60).gif batchAsyncCallback Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif batchInfo Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif buildAutoReportRdl Builds a string that contains the report RDL.
Gg937818.pubmethod(en-us,AX.60).gif buildQueryDataSourceToTableMap Builds the data source name to a table name map that is required for correct generation of the result data set.
Gg937818.pubmethod(en-us,AX.60).gif callContractInterfaceMethod Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif canAddJoin
Gg937818.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg937818.pubmethod(en-us,AX.60).gif canGoBatch Microsoft internal use only. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif caption Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif checkAccess Microsoft internal use only. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif checkCloseDialog Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif checkIfAnyContractImplementsInterface Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif defaultCaption Microsoft internal use only. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif dialog Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif dialogClose Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif dialogInit Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif dialogMake Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif dialogPostBuild Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif dialogPostRun Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif dialogRun Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif dialogSelectCtrl Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif dialogShow Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif dialogTask Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif doBatch Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg937818.pubmethod(en-us,AX.60).gif executeQuery Executes the current query and returns a System.Data.DataSet object that contains the results.
Gg937818.protmethod(en-us,AX.60).gif getBaseDataContract (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif getCachedUIBuilderForDataContractInfo Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif getDataContractInfoObject Gets the metadata that is associated with a particular data contract parameter. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif getDataContractInfoObjects Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif getDataContractInfoObjectsInternal Microsoft internal use only. (Overrides the getDataContractInfoObjectsInternal Method.)
Gg937818.pubmethod(en-us,AX.60).gif getDataContractInfoObjectsRecursively Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif getDataContractObject Gets a data contract instance for reading or writing. (Inherited from SysOperationController.)
Gg937818.privmethod(en-us,AX.60).gif getDictField Gets the DictField object by using the given table and field identifiers.
Gg937818.privmethod(en-us,AX.60).gif getDictTable Gets the DictTable object by using the given table identifier.
Gg937818.privmethod(en-us,AX.60).gif getExactDictFieldFromBaseTable Initializes a DictField object by using the exact table ID.
Gg937818.privmethod(en-us,AX.60).gif getExactDictFieldFromDerivedTable Initializes a DictField object by using the exact table ID.
Gg937818.protmethod(en-us,AX.60).gif getFirstQuery Gets the first query in the report. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif getFirstQueryContractKey Gets the first query contract parameter name. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif getFrameworkService Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif getFromDialog Microsoft internal use only. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif getMaximumJoinLimit Gets the current maximum number of joins that are allowed when executing a query.
Gg937818.protmethod(en-us,AX.60).gif getOriginalQuery Gets the original query that can be used in the SysQuery form. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif getQuerySchema Gets the schema or shape of a query.
Gg937818.protmethod(en-us,AX.60).gif getReportContract Gets the report contract used for this report. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif getReportRunAdapter Gets the instance of SrsReportRunAdapter that is used to run the report to screen. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg937818.pubmethod(en-us,AX.60).gif getUIBuilderForContractObject Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif getUIBuilderForDataContractInfo Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif getUIBuilderForParameterPath Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif getUniqueQueryDataSourceName Gets a unique name for a data source by using the name of the table to which the data source refers.
Gg937818.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg937818.protmethod(en-us,AX.60).gif initializeDataContractInfoMaps Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif initializeParameters Initializes the data contracts by calling a framework service. (Overrides the initializeParameters Method.)
Gg937818.privmethod(en-us,AX.60).gif initializeQuerySchema Initializes the query schema that the SSRS auto report uses.
Gg937818.pubmethod(en-us,AX.60).gif initParmDefault Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif isDataSetEmpty Determines whether a System.Data.DataSet object contains data.
Gg937818.protmethod(en-us,AX.60).gif isInBatch Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.privmethod(en-us,AX.60).gif isInDataSourceTableFieldMap
Gg937818.privmethod(en-us,AX.60).gif isInList
Gg937818.pubmethod(en-us,AX.60).gif isQuerySchemaInitialized Gets or sets the value of the isQuerySchemaInitialized property.
Gg937818.privmethod(en-us,AX.60).gif isSuperSubKeyTableFieldInMap
Gg937818.privmethod(en-us,AX.60).gif isValidAggregationFunction Determines whether a function name is valid to use as an aggregation function.
Gg937818.protmethod(en-us,AX.60).gif lastValueDataAreaId Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif lastValueDesignName Microsoft internal use only. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif lastValueUserId Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif layoutTemplate Gets or sets the value of the layoutTemplate property.
Gg937818.protmethod(en-us,AX.60).gif loadFromSysLastValue Microsoft internal use only. (Overrides the loadFromSysLastValue Method.)
Gg937818.pubmethod(en-us,AX.60).gif loadingOrSavingFromLastValue Checks whether the current execution loads from or saves to the syslastvalue table. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SrsAutoReportController class. (Overrides the new Method.)
Gg937818.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.)
Gg937818.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.)
Gg937818.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg937818.protmethod(en-us,AX.60).gif onRenderingComplete Implements the necessary logic when report rendering is completed. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg937818.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SrsReportRunController class. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif packDataContractInfoObjects Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif parmAlwaysInitializeAndValidateOnServer Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif parmArgs Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif parmCurrentBatch Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif parmDialogCaption Gets or sets the DialogCaption parameter. (Overrides the parmDialogCaption Method.)
Gg937818.pubmethod(en-us,AX.60).gif parmExecutionMode Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif parmFrameworkService Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif parmHelpKeyword Gets or sets the HelpKeyword parameter. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif parmLoadFromSysLastValue Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif parmPreRunState Gets or sets the PreRunState parameter. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif parmPrintDestinationTokens Gets or sets the PrintDestinationTokens parameter. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif parmRegisterCallbackForReliableAsyncCall Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif parmReliableAsyncBatchGroupId Gets or sets the ReliableAsyncBatchGroupId parameter. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif parmReportContract Gets or sets the ReportContract parameter. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif parmReportName Gets or sets the ReportName parameter. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif parmReportRun Gets or sets the ReportRun parameter. (Overrides the parmReportRun Method.)
Gg937818.pubmethod(en-us,AX.60).gif parmShowDialog Microsoft internal use only. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif parmShowReportViewerParameters Indicates whether the parameter UI should be displayed in the report viewer dialog box. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif postReportRun Does post rendering cleanup and raises completed rendering event. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif postReportRunPackedExecutionInfo Calls postReportRun method based on the packed execution information. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif prePromptModifyContract Modifies the contract before the dialog is shown to the user. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif preRunModifyContract Modifies the contract before the report is run. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif preRunValidate Validates prior to running the report. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif processPreRunValidate Validates that a report should be run. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif prompt Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif putToDialog Moves data from the data contract into dialog box controls. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif queryChanged Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif queryHelper Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif querySelectButtonClicked Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.privmethod(en-us,AX.60).gif removeRemainingRecIdColumns
Gg937818.privmethod(en-us,AX.60).gif removeTimeZoneOffsets Removes the time zone offsets from the report data source.
Gg937818.protmethod(en-us,AX.60).gif renderingCompleted Occurs when report rendering is completed. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif replaceDataSourceTableField
Gg937818.privmethod(en-us,AX.60).gif replaceRdlDataMethodCompanyName Replaces the company name data method references.
Gg937818.privmethod(en-us,AX.60).gif replaceRdlDataMethodDateAndTime Replaces the date and time data method references.
Gg937818.privmethod(en-us,AX.60).gif replaceRdlDataMethods Replaces data method calls that are contained in SSRS report templates.
Gg937818.privmethod(en-us,AX.60).gif replaceRdlLabelExpressions Replaces any label expressions in the XmlDocument with the label value.
Gg937818.privmethod(en-us,AX.60).gif replaceSurrogateForeignKeyColumn
Gg937818.privmethod(en-us,AX.60).gif replaceSurrogateForeignKeyColumns
Gg937818.privmethod(en-us,AX.60).gif replaceXmlDocumentValue Replaces the current value of all xml nodes containing that value with a new value.
Gg937818.pubmethod(en-us,AX.60).gif reportQuery Gets or sets the query that the auto report uses to fetch data.
Gg937818.privmethod(en-us,AX.60).gif reportRdlCustomizationErrors Reports any errors that occur during report RDL generation and customization.
Gg937818.privmethod(en-us,AX.60).gif reportRdlNamespaceManager Creates an XmlNamespaceManager object that is used for XPath lookup.
Gg937818.pubmethod(en-us,AX.60).gif reportTitle Gets or sets the value of the reportTitle property.
Gg937818.pubmethod(en-us,AX.60).gif reportViewerPreRefresh Executes immediately before the report viewer is about to refresh its data and display the report. (Overrides the reportViewerPreRefresh Method.)
Gg937818.pubmethod(en-us,AX.60).gif reportViewerRefreshComplete Executes when report viewer has completed refreshing its data and displaying the report. (Overrides the reportViewerRefreshComplete Method.)
Gg937818.pubmethod(en-us,AX.60).gif reportViewerRun Runs the report viewer to display report to screen. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif run Runs the auto report and displays it in the SRSAutoReport form. (Overrides the run Method.)
Gg937818.pubmethod(en-us,AX.60).gif runReport Executes the report to various destinations. (Overrides the runReport Method.)
Gg937818.pubmethod(en-us,AX.60).gif runsImpersonated Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.protmethod(en-us,AX.60).gif runToScreen Runs the report to screen. (Overrides the runToScreen Method.)
Gg937818.protmethod(en-us,AX.60).gif runToScreenPrintArchive Prints a report archive after rendering to screen is completed. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif saveLast Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif setDataSourceFetchMode Sets the QueryFetchMode property of the query data source that references the specified table or view.
Gg937818.pubmethod(en-us,AX.60).gif setDataSourceFirstOnly Sets the FirstOnly property of the query data source that references the specified table or view.
Gg937818.pubmethod(en-us,AX.60).gif setDataSourceJoinMode Sets the JoinMode property of the query data source that references the specified table or view.
Gg937818.pubmethod(en-us,AX.60).gif setDataSourceOrderMode Sets the OrderMode property of the query data source that references the specified table or view.
Gg937818.pubmethod(en-us,AX.60).gif setRenderingCulture Sets the rendering culture of the auto report.
Gg937818.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg937818.pubmethod(en-us,AX.60).gif showBatchTab Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif showPrintSettings Indicates whether print settings should be added to the dialog. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif showQuerySelectButton Determines whether a Select button will be added to the dialog box. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif showQueryValues Determines whether the query values will be added to the dialog box. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif startOperation Microsoft internal use only. (Overrides the startOperation Method.)
Gg937818.pubmethod(en-us,AX.60).gif tableStyleTemplate Gets or sets the value of the tableStyleTemplate property.
Gg937818.protmethod(en-us,AX.60).gif templateForm Microsoft internal use only. (Inherited from SrsReportRunController.)
Gg937818.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg937818.pubmethod(en-us,AX.60).gif trimDataSetColumns Gets or sets the value of the trimDataSetColumns property.
Gg937818.pubmethod(en-us,AX.60).gif unpack Deserializes the packedState parameter value to an instance of the SrsReportRunController class. (Inherited from SrsReportRunController.)
Gg937818.protmethod(en-us,AX.60).gif unpackDataContractInfoObjects Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif updateExecutionInfoFromReportAdapter Executes from the SrsReportRunController.reportViewerRefreshComplete method when the report viewer has completed refreshing its data and rendering the report. (Inherited from SrsReportRunController.)
Gg937818.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.)
Gg937818.protmethod(en-us,AX.60).gif validate Validates the data contract values. (Overrides the validate Method.)
Gg937818.pubmethod(en-us,AX.60).gif validateParameters Microsoft internal use only. (Inherited from SysOperationController.)
Gg937818.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg937818.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg937818.pubmethod(en-us,AX.60).gif Gg937818.static(en-us,AX.60).gif ::getDefaultReportLayoutTemplateName Gets the name of the default report layout template.
Gg937818.pubmethod(en-us,AX.60).gif Gg937818.static(en-us,AX.60).gif ::getDefaultTableStyleTemplateName Gets the name of the default table style template.

Top

Inheritance Hierarchy

Object Class
  SysOperationController Class
    SrsReportRunController Class
      SrsAutoReportController Class