Linq Reporting IMailMergeDataSource

Dear Sir/Madame,


I implemented a solution using MailMerge and the IMailMergeDataSource. I wanted to begin using Linq Reporting, but it appears that IMailMergeDataSource, IMailMergeDataSourceRoot, and IFieldMergingCallback do not work for Linq Reporting. I very much like the callback based data source interrogation as it allows me to fill my data source lazily, as requests arrive, and to build my data source dynamically. I see the IDataReader and IDataRecord interfaces and how they relate to Linq Reporting, but they are not quite the same as the mail merge interfaces.

Is there a callback-based interface for interacting with Linq Reporting?

Thank you.

Hi Joshua,

Thanks for your inquiry. The new Linq reporting engine is different from classic mail merge engine. Please note that the IMailMergeDataSource is not supported by LINQ Reporting Engine by design.


You can work with traditional mail merge data sources. Please read following link for detail.

Could you please share some more detail about your test case? We will then provide you more information about your query.