Page 1 of 1

Saving As Source Code - Loading as well?

Posted: Wed Aug 30, 2006 2:09 pm
by EDV Gradl
As very nice feature is to save the report as a C# or VB.Net soruce file.

I would like to save a report, edit it in Visual Studio and re-load it in the designer again?

But I somehow can't find the method the load the C# File from the designer.

Is there a way to do that?

Thanks!

Saving As Source Code - Loading as well?

Posted: Wed Aug 30, 2006 2:58 pm
by Vital
Sorry, you can't load and design report from c# or vb.net file because this file does not contain full information.
This class contain only infomation requred for report creation.

Thanks.