SSRS report VendBaseData does not show Bank account number and most other VIEW display methods. ???
Datasource for SSRS report VendBaseData is axapta view VendBaseDataView. Where bankAccountNum is a display method.
display BankAccount bankAccountNum()
{
VendTable vendTable;
return vendTable.bankAccountNum();
}
I have always created Report Data Provider classes to populate temporary tables to feed to my customized SSRS reports. And they work perfectly.
That's why i have never used a View as a datasource. am a bit confused.
Please anybody can help me? Why the standard report VendbaseData does not seem to work?
Thanks you community.
*This post is locked for comments
I have the same question (0)