Share via


SRSReportProviderMetadata Class [AX 2012]

The SRSReportProviderMetadata class is a helper class for the provider metadata information for a given SRSReportDataProvider class.

Syntax

class SRSReportProviderMetadata

Run On

Called

Methods

  Method Description
Gg939518.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg939518.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg939518.pubmethod(en-us,AX.60).gif getDataContract Gets the SysDictClass instance for the contract that is used by the RDP class.
Gg939518.pubmethod(en-us,AX.60).gif getName Gets the name of the report data provider class.
Gg939518.pubmethod(en-us,AX.60).gif getParameter Gets the SrsReportParameter instance for the given parameter name in the RDP contract.
Gg939518.pubmethod(en-us,AX.60).gif getParameters Returns a map of report parameters.
Gg939518.privmethod(en-us,AX.60).gif getParamFromDataContract
Gg939518.pubmethod(en-us,AX.60).gif getQueryName Retrieves the runtime query name that will be used by SSRS for dynamic filters.
Gg939518.pubmethod(en-us,AX.60).gif getRdpDictClass Gets the SysDictClass instance for the RDP class.
Gg939518.pubmethod(en-us,AX.60).gif getReportSchema Retrieves the report schema that will be used by SSRS to bind to dataset.
Gg939518.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg939518.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg939518.privmethod(en-us,AX.60).gif initParameters
Gg939518.pubmethod(en-us,AX.60).gif isPreProcessing This is an obsolete method; please use the isPreProcessingRegular method or the isPreProcessingTempDB method instead.
Gg939518.pubmethod(en-us,AX.60).gif isPreProcessingRegular Indicates whether the RDP class preprocesses the data by using the regular DB tables.
Gg939518.pubmethod(en-us,AX.60).gif isPreProcessingTempDB Indicates whether the RDP class preprocesses the data by using a TempDB table.
Gg939518.privmethod(en-us,AX.60).gif new
Gg939518.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.)
Gg939518.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.)
Gg939518.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg939518.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg939518.privmethod(en-us,AX.60).gif setParamProperties
Gg939518.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg939518.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg939518.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.)
Gg939518.privmethod(en-us,AX.60).gif validateParamUniqueness
Gg939518.privmethod(en-us,AX.60).gif validatePreProcessingTable
Gg939518.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg939518.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg939518.pubmethod(en-us,AX.60).gif Gg939518.static(en-us,AX.60).gif ::constructWithId Constructs a SRSReportProviderMetadata instance with the specified class ID.
Gg939518.pubmethod(en-us,AX.60).gif Gg939518.static(en-us,AX.60).gif ::constructWithName Creates an instance of the class by using the specified class ID of a report provider.
Gg939518.privmethod(en-us,AX.60).gif Gg939518.static(en-us,AX.60).gif ::setLabelAndHelpText

Top

Remarks

This class provides useful metadata information, such as query name, parameters, schema, and so on. This is a framework class. Customizing this class may cause problems with future upgrades to the software.

Inheritance Hierarchy

Object Class
  SRSReportProviderMetadata Class