Click here to Skip to main content
15,886,770 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to set the Microsoft Report Viewer (MRV) data from an assembly, where I have only the reference of MRV.
How can I set ReportEmbeddedResource of LocalReport? LocalReport is readonly.
It demands the resource from the same assembly.
My objective is to show different reports in the same MRV by setting data from another assmblies.
I am using vb.net.
Here, Objective is to show different reports in the same report viewer.
Report viewer and embedded resource are in separate .dll files.

My thoughts:
I have an embedded resource (string/image) in one assembly.
I want to copy that resource in another one, with custom name.
How shall I proceed?
Posted
Updated 10-Nov-11 6:47am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900