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

RE: Problem of SubReport by TylerPeelenMSFT

TylerPeelenMSFT
Thu Jan 03 18:05:01 CST 2008

The first thing that comes to mind: when renaming reports, you need to make
sure that all references to the child report in the parent report have been
updated. I can see a situation where you have a Invoice Sub-Report report in
your Visual Studio project or file system and Invoice1 still points to that
report so everything works ok in that environment. But as soon as you move
the reports to CRM, Invoice Sub-Report is missing and the link breaks.

If that's not the case, then what version of CRM are you developing the
report for?

--Tyler

--------------------
This posting is provided "AS IS" with no warranties, and confers no rights.

"WTKDI" wrote:

> 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
>
>
>