ReferencedAssemblies
Hello
I want to load my Assemblies programticly , intead of loading it from designer , i think i have to use ReferencedAssemblies but i coulnt find how to use it, any ideas?
Thanks
I want to load my Assemblies programticly , intead of loading it from designer , i think i have to use ReferencedAssemblies but i coulnt find how to use it, any ideas?
Thanks
Comments
Report object has an property ReferencedAssemblies, it is an array , even i load that array with the name of the custom Assemblies that i wrote i could not use them in the script area of the designer if i opened from my application . But if i open the designer from my application and load the assembly from the dialog form of the designer i can use.
So what i want is , load the assembly before opening the designer by programticly.