ReportDC
[DataContractAttribute]
public class HST_TrimPurchaseOrderReportDC
{
List purchId;
SelectableDataArea dataArea;
NoYes isPortal;
}
[DataMemberAttribute(identifierStr(PurchId)),
SysOperationLabelAttribute(“HST_PurchId”),
SysOperationHelpTextAttribute(“HST_PurchId”),
SysOperationDisplayOrderAttribute(“1”),
AifCollectionTypeAttribute(‘PurchId’, Types::String)
]
public List parmPurchId(List _PurchId = purchId)
{
purchId = _PurchId;
return purchId;
}
ReportDP
List value matching list
in Ax 2012 doesn’t not work multi…
but Visual Studio 2012 Report Preview does work!!!
same parameters… but Ax 2012 Report just only one report…
What to I do?
Could you please explain what you’re trying to achieve instead of by showing some piece of code?
The title (“How to multi ssrs report”) didn’t tell much either. It seems you forgot to a include a verb, if nothing else.
All I can say it that you’re trying to do something with a list of purchase order IDs. Unfortunately you didn’t say what it is and what " doesn’t work". Your contract suggests that you’re trying to print several purchase orders in a single report; on the other hand, the last sentence suggests that you’re trying to get several separate records.
Please don’t let us guess and explain your goal and the problem (what “doesn’t work”). Also don’t forget that you can debug your DP class, if it doesn’t work as expected.