Dynamics AX SSRS engine ignore the parameter like this:
[DataMemberAttribute, SysOperationControlVisibilityAttribute(
false
)]
public
LogisticsAddressing parmAddress(LogisticsAddressing _address = companyAddress)
{
companyAddress = _address;
return
companyAddress;
}