venerdì 19 settembre 2014

TIP: The report parameters are overridden by the parameter on SSRS Report

The report parameters are overridden by the parameter on SSRS Report.

2013-09-30_1910.png (304×351)

Dynamics AX SSRS engine ignore the parameter like this:

[DataMemberAttribute, SysOperationControlVisibilityAttribute(false)]
public LogisticsAddressing parmAddress(LogisticsAddressing _address = companyAddress)
{
companyAddress = _address;
return companyAddress;
}


Nessun commento:

Posta un commento

AX 2012: The request was aborted: Could not create SSL/TLS secure channel

The error you're encountering, "The request was aborted: Could not create SSL/TLS secure channel," can occur due to various re...