When I can set the datasource property for a report from a .aspx.cs page, can't I set or get report elements from the aspx.cs page using the report object. If so, how can I do it?
This is what I did, but was unsuccessful. Made all report elements public.
Created an instance of the report object.
and I am trying to set the image of a picturebox through this instance. But couldnt do it. Why? is it possible to do it? if so how?
This is what I did, but was unsuccessful. Made all report elements public.
Created an instance of the report object.
and I am trying to set the image of a picturebox through this instance. But couldnt do it. Why? is it possible to do it? if so how?