Error Enum
Posted: Sat Mar 22, 2014 5:47 am
Hello,
My class has an enum property, but when viewing the report an error occurs.
"The type or namespace name 'MvcDesigner_VS2012' could not be found (are you missing a using directive or an assembly reference?)"
Can I have my enum properties?
Attached the project simulating the error, if the last line of comment HomeController.cs file to give error.
public TestTaniaEnum TestEnum {get; Set;}
Another question, when working using:
report.RegData ("test", list);
report.Dictionary.Synchronize ();
or
report.RegBusinessObject ("Test", list);
report.Dictionary.SynchronizeBusinessObjects (3);
Do not use datatable, dataset, xml, reports, only DTOs that are used to carry my "business objects".
But I saw that report.RegData ("test", list); works correctly. How best to use? when using Regdata () and when using the RegBusinessObject ().
Thank you in advance,
Tania
My class has an enum property, but when viewing the report an error occurs.
"The type or namespace name 'MvcDesigner_VS2012' could not be found (are you missing a using directive or an assembly reference?)"
Can I have my enum properties?
Attached the project simulating the error, if the last line of comment HomeController.cs file to give error.
public TestTaniaEnum TestEnum {get; Set;}
Another question, when working using:
report.RegData ("test", list);
report.Dictionary.Synchronize ();
or
report.RegBusinessObject ("Test", list);
report.Dictionary.SynchronizeBusinessObjects (3);
Do not use datatable, dataset, xml, reports, only DTOs that are used to carry my "business objects".
But I saw that report.RegData ("test", list); works correctly. How best to use? when using Regdata () and when using the RegBusinessObject ().
Thank you in advance,
Tania