SRSReportParameter Class [AX 2012]

The SRSReportParameter class contains the properties and methods that describe and validate a ReportLibraryReport parameter.

Syntax

class SRSReportParameter implements SysPackable

Run On

Called

Methods

  Method Description
Gg909329.privmethod(en-us,AX.60).gif addTimeToUtcDateTimeValue Makes sure that the time portion occurs in a string that represents a UtcDateTime value.
Gg909329.pubmethod(en-us,AX.60).gif addValidValue Add valid value
Gg909329.pubmethod(en-us,AX.60).gif allowBlank Gets or sets the allowBlank property.
Gg909329.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg909329.pubmethod(en-us,AX.60).gif captionLabelId Returns the label ID of the parameter.
Gg909329.pubmethod(en-us,AX.60).gif clone Creates a new SRSReportParameter object that is based on the current instance.
Gg909329.privmethod(en-us,AX.60).gif convertToUtcDateTimeFormat Converts a string value that contains a date and time to a UtcDateTime string value.
Gg909329.pubmethod(en-us,AX.60).gif dataType Gets or sets the Reporting Services data type property for the parameter.
Gg909329.pubmethod(en-us,AX.60).gif dateEffective Gets or sets the date effectivity property for the parameter.
Gg909329.pubmethod(en-us,AX.60).gif defaultValue Gets or sets the value of the defaultValue property.
Gg909329.pubmethod(en-us,AX.60).gif defaultValues Gets or sets the value of the defaultValues property.
Gg909329.pubmethod(en-us,AX.60).gif dependencies Gets or sets the dependencies list.
Gg909329.pubmethod(en-us,AX.60).gif dictField Gets or sets the value of the dictField field.
Gg909329.pubmethod(en-us,AX.60).gif displayOrderKey Gets or sets the display order for the parameter.
Gg909329.pubmethod(en-us,AX.60).gif enumId Retrieves enumeration ID of the parameter.
Gg909329.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg909329.pubmethod(en-us,AX.60).gif extendedTypeId Retrieves the extended type ID of the parameter.
Gg909329.pubmethod(en-us,AX.60).gif fieldAlias Gets or sets the field alias that is used in Reporting Services for the parameter.
Gg909329.privmethod(en-us,AX.60).gif getDefaultTypedValue Gets the default value for the underlying primitive type based on the report parameter type.
Gg909329.pubmethod(en-us,AX.60).gif getSelectedValidValue Gets the selected valid value from the valid values map or list for a given index.
Gg909329.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg909329.pubmethod(en-us,AX.60).gif getValueTyped Gets the strongly typed value of the report parameter.
Gg909329.pubmethod(en-us,AX.60).gif groupName Gets or sets the group name that the parameter belongs to.
Gg909329.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg909329.pubmethod(en-us,AX.60).gif hasOutstandingDependencies Gets or sets a value that indicates whether the report parameter currently has unresolved dependencies.
Gg909329.pubmethod(en-us,AX.60).gif hasValidValuesDefinedInRDL Indicates whether the report parameter has valid values defined in the report definition language.
Gg909329.pubmethod(en-us,AX.60).gif helpLabelId Returns the label ID of the help for the parameter.
Gg909329.pubmethod(en-us,AX.60).gif hidden Gets or sets the hidden property that is used in Reporting Services.
Gg909329.pubmethod(en-us,AX.60).gif isBoolean Indicates whether the parameter is a Boolean type.
Gg909329.pubmethod(en-us,AX.60).gif isDependedOn Indicates whether at least one other report parameter depends on this report parameter.
Gg909329.pubmethod(en-us,AX.60).gif isDependent Indicating whether the report parameter depends on other report parameters.
Gg909329.pubmethod(en-us,AX.60).gif isInternal Indicates whether the report parameter is an internal parameter.
Gg909329.pubmethod(en-us,AX.60).gif isNullValue Specifies whether the value of the report parameter is null.
Gg909329.privmethod(en-us,AX.60).gif isUtcDateTimeFormat Determines whether a string value represents a UtcDateTime value.
Gg909329.pubmethod(en-us,AX.60).gif label Gets the label to use when displaying a SRS Report parameter on a form.
Gg909329.pubmethod(en-us,AX.60).gif multiValue Gets or sets the multi-value property from Reporting Services.
Gg909329.pubmethod(en-us,AX.60).gif name Gets or sets the name of report parameter as specified in Reporting Services.
Gg909329.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SRSReportParameter class.
Gg909329.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.)
Gg909329.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.)
Gg909329.pubmethod(en-us,AX.60).gif nullable Gets or sets the nullable property in Reporting Services.
Gg909329.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg909329.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg909329.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SRSReportParameter class.
Gg909329.pubmethod(en-us,AX.60).gif prompt Gets or sets the label that should be used when the parameter is shown on the UI.
Gg909329.pubmethod(en-us,AX.60).gif promptUser Gets or sets the prompt user property.
Gg909329.pubmethod(en-us,AX.60).gif queryName Gets or sets the AOT query name that is used in the report.
Gg909329.pubmethod(en-us,AX.60).gif rdlOrder Gets or sets the order of the parameter as specified in RDL.
Gg909329.pubmethod(en-us,AX.60).gif rdpContract Gets or sets the name of the RDP class that is used in the report.
Gg909329.pubmethod(en-us,AX.60).gif rdpContractMethod Gets or sets the name of the contract method in the RDP class that maps to this parameter.
Gg909329.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg909329.pubmethod(en-us,AX.60).gif setValueToDefault Sets the report parameter to have the default value for the underlying type.
Gg909329.pubmethod(en-us,AX.60).gif setValueTyped Sets the report parameter value.
Gg909329.pubmethod(en-us,AX.60).gif state Gets or sets the Reporting Services state parameter enumeration value.
Gg909329.pubmethod(en-us,AX.60).gif strToLocalDateTime Converts the report value string to a utcDateTime value.
Gg909329.pubmethod(en-us,AX.60).gif toCultureSpecificString Converts the report value into the current local format.
Gg909329.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg909329.pubmethod(en-us,AX.60).gif typeOfDataType Gets or sets the AX type of the report parameter.
Gg909329.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the SRSReportParameter class.
Gg909329.pubmethod(en-us,AX.60).gif updateFromServer Gets or sets a value that indicates whether the update from the server property parameter should be updated with values from the server.
Gg909329.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.)
Gg909329.pubmethod(en-us,AX.60).gif validate This method is deprecated. Use the validateValue method instead.
Gg909329.privmethod(en-us,AX.60).gif validateMissingValue
Gg909329.privmethod(en-us,AX.60).gif validateMultiValues
Gg909329.privmethod(en-us,AX.60).gif validateType
Gg909329.pubmethod(en-us,AX.60).gif validateValue Validates the report parameter value.
Gg909329.pubmethod(en-us,AX.60).gif validValues Gets or sets the value of the validValues property.
Gg909329.pubmethod(en-us,AX.60).gif validValuesList Gets or sets the value of the validValuesList property.
Gg909329.pubmethod(en-us,AX.60).gif validValuesQueryBased Gets or sets a value that indicates whether the valid values are based on a query.
Gg909329.pubmethod(en-us,AX.60).gif value Gets or sets the value of the value property.
Gg909329.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg909329.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg909329.privmethod(en-us,AX.60).gif Gg909329.static(en-us,AX.60).gif ::anyTypeToStringValue Converts an Anytype value to a Types::String value, depending on the other properties in the specified SRSReportParameter object.
Gg909329.pubmethod(en-us,AX.60).gif Gg909329.static(en-us,AX.60).gif ::create Creates a new instance of SrsReportParameter from a packed container.
Gg909329.privmethod(en-us,AX.60).gif Gg909329.static(en-us,AX.60).gif ::getEnumDefaultValue Gets the default value for the particular enum which is the value of the first element in the enum.

Top

Inheritance Hierarchy

Object Class
  SRSReportParameter Class