Yes I did. This was my solution.
Go to Report Manager of reporting services.
Open the folder for CRM report (Ex. CompanyName_MSCRM)
Open the report
Press Properties Tab
Press Parameters Link
Change the Default Value of Parameter Name (In my case was P1 and P2)
Ex. Select incidentresolution.* from FilteredIncidentResolution as
incidentresolution where (incidentresolution.modifiedonutc
>=dbo.fn_beginOfLastXDay(GetUTCDate(), 30) and
incidentresolution.modifiedonutc <= GetUTCDate())
Change to
Select incidentresolution.* from FilteredIncidentResolution as
incidentresolution
Just remove the where conditions.
I hope this help you, If did please answers yes in the question
Was this post helpful to you?
http://blogs.msdn.com/crm/archive/2007/10/04/writing-reports-to-display-in-iframes-and-from-isv-config.aspx
Regards,
Imran
http://microsoftcrm3.blogspot.com