I have created Report files (.rdlc) in C# application but I have to place it in Debug->Bin folder for execution.
If I do not put those rdlc files in Debug->bin folder then reports are not getting displayed.
Is this because rdlc fails to publish report during run time? Or any other reason?
Please guide me for the same.
- Prachi.