Hello
I make a report Invoice1 and a sub report Invoice1 Sub-Report.
I modify reports (Invoice, Invoice Sub-Report) of CRM
The subreport contains dataset InvoiceDetails that has a parameter @
CRM_InvoiceID.
At my main report Invoice1 I use control Subreport to display in report
Invoice1 my subreport (same process as in invoice):
I am going into my property subreport object ,in the tab General I choose as
my subreport to show, I click Parameters tab ,I choose my
Parameter CRM_InvoiceID and value as I give him: = Fields!
Invoiceid.value.ToString ().
When I visualize my main report with Visual Studio, it works well.
But now that I download the 2 (main report and in the report) in the CRM.
And I run my main report Invoice1 in the CRM, he dont display my subreport
.
If someone can tell me where is the problem.
Thanks for your help