Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the report parameters recursively from the members of a nested data contract object.
Syntax
private void getParameterValuesFromUIRecursively(Map _reportParametersMap, [SysOperationDataContractInfo _dataContractInfo])
Run On
Called
Parameters
- _reportParametersMap
Type: Map Class
A map of report parameters that is keyed by the unique parameter name that was built during the recursion.
- _dataContractInfo
Type: SysOperationDataContractInfo Class
The wrapper object for the bound data contract.
Remarks
Microsoft internal use only.