Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

Display method not showing value in SSRS report

$
0
0

Two days struggling to make a simple display method in an SSRS report with no luck,

Here below the code I am using. The display method is discovered in the designer but shows no value when running the report.

Any clue how to fix this?

[ExtensionOf(tableStr(CustTable))]
public final class MyCustTable_Extension
{
[SysClientCacheDataMethodAttribute(true)]
public display Description test()
{
Description test;

test = 'test' ;

return test;
}

}


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>