Page 1 of 1

View Designer of a Report Code

Posted: Wed Jun 13, 2007 3:24 am
by Trang
Hi all,

I have a Report Code file which is exported from a StimulReport and I want to see and update it. In order to view it, I right-click the cs file and select View Designer but there is an error as below and I don't know how to fix it. If anybody has experienced in solving this issue, could you please let me know the solution?
One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes.

Events cannot be set on the object passed to the event binding service because a site associated with the object could not be located.
Hide

at System.ComponentModel.Design.EventBindingService.EventPropertyDescriptor.SetValue(Object component, Object value)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAttachEventStatement(IDesignerSerializationManager manager, CodeAttachEventStatement statement)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
By the way, StimulReport supports design in run-time, is this feature available for Web Form report? I also wonder if web clients should install StimulReport soft in order to use this feature.

Thanks a lot in advance.

Trang

View Designer of a Report Code

Posted: Wed Jun 13, 2007 3:40 am
by Edward
Trang wrote:I have a Report Code file which is exported from a StimulReport and I want to see and update it. In order to view it, I right-click the cs file and select View Designer but there is an error as below and I don't know how to fix it. If anybody has experienced in solving this issue, could you please let me know the solution?
You can not design a report which is stored as class. You can design only a mrt file of the report. In that format you can save a report in the Designer via Save button. So in your case designer couldn't be called.
Trang wrote:By the way, StimulReport supports design in run-time, is this feature available for Web Form report? I also wonder if web clients should install StimulReport soft in order to user this feature.
We work now in that direction but we can't give you any information about the deadline of this project.

Thank you.

View Designer of a Report Code

Posted: Wed Jun 13, 2007 3:53 am
by Trang
Thanks a lot for your quick response.

Trang

View Designer of a Report Code

Posted: Wed Jun 13, 2007 4:05 am
by Edward
Let us know if you need any help.

Thank you.

View Designer of a Report Code

Posted: Wed Nov 18, 2009 7:56 am
by Modi_Fadl
Hi all ,
I ask if this issue solved or not
Thanks

View Designer of a Report Code

Posted: Wed Nov 18, 2009 9:23 am
by Edward
Hi

You only can design a report which has been loaded from mrt file, there is no way to design the report, which has been loaded as class or from dll.

Thank you.