Share via


SRSReportRun::extractParameterNameFromCustomProperty Method [AX 2012]

Extracts the report parameter name from the specified name element of the custom property for dynamic filters.

Syntax

client server private static str extractParameterNameFromCustomProperty(str name)

Run On

Called

Parameters

  • name
    Type: str
    The name element of the custom property.

Return Value

Type: str
The extracted report parameter name.

See Also

Reference

SRSReportRun Class