View Designer of a Report Code

Stimulsoft Reports.NET discussion
Post Reply
Trang
Posts: 2
Joined: Wed Jun 13, 2007 3:06 am
Location: HCMC, Vietnam

View Designer of a Report Code

Post 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
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

View Designer of a Report Code

Post 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.
Trang
Posts: 2
Joined: Wed Jun 13, 2007 3:06 am
Location: HCMC, Vietnam

View Designer of a Report Code

Post by Trang »

Thanks a lot for your quick response.

Trang
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

View Designer of a Report Code

Post by Edward »

Let us know if you need any help.

Thank you.
Modi_Fadl
Posts: 5
Joined: Thu Nov 05, 2009 8:32 am
Location: Egypt

View Designer of a Report Code

Post by Modi_Fadl »

Hi all ,
I ask if this issue solved or not
Thanks
Mohamed
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

View Designer of a Report Code

Post 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.
Post Reply