SysReportRun::change(queryRun,tablenum(TableId))

Hi everyone,

Can anyone tell me the exact usage of “SysReportRun::changed(queryRun,tablenum(TableId)”.

if possible with examples.

Thanks & Regards

Siva Mohan Y

It returns true if the fetched record (of the specified datasource) is different than the previously fetched record.

See the method implementation for more details. See also http://msdn.microsoft.com/en-us/library/aa872445(v=ax.50).aspx

Examples can be found by cross-references.

Thanks Martin,

I got clarity…