reporting services - Missing data in PDF (for email attachment) generated from Dynamics CRM Workflow -


i have website running on microsoft dynamics crm 2011. have set workflow run whenever order completed. generates email , attachment (an ssrs pdf report) order data on it. can confirm email generated looking @ contact's closed activities. attachment there too. however, dynamic data obtained database not there. using reportexecution2005 , reportservice2005 generate pdf , send it.

the pdf report shows data when tested against:

  • visual studio, in preview .rdl
  • the report server on crm

the param passed ssrs report orderid. passed in correctly, works during testing in visual studio , report server.

i've debugged code, , datasource , parameter seem accepted. each throwing errors when naming wasn't right.

can offer advice, or maybe suggest problem , look? thanks!


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -