Doc of namespace changes v12 to v13?

Posted by: law on 19 June 2019, 1:15 pm EST

    • Post Options:
    • Link

    Posted 19 June 2019, 1:15 pm EST

    I’m migrating a bunch of reports from AR version 12 to v13 and I’m getting a lot of "The type or namespace name ‘xxx’ does not exist in the namespace ‘yyy’ errors with respect to AR object properties. The two most common are GrapeCity.ActiveReports.Document.Section.TextAlignment and GrapeCity.ActiveReports.Document.Section.VerticalTextAlignment.

    Is there a doc somewhere that tells what changed from 12 to 13 so I can fix these?

    Thanks!

    Eric Law

  • Posted 20 June 2019, 5:45 am EST

    Hello,

    You can use the following enum in present in “GrapeCity.ActiveReports.Core.Rendering” dll

    GrapeCity.ActiveReports.Drawing.TextAlignment
    GrapeCity.ActiveReports.Drawing.VerticalTextAlignment
    GrapeCity.ActiveReports.Drawing.WrapMode
    

    instead of

    GrapeCity.ActiveReports.Document.Section.TextAlignment
    GrapeCity.ActiveReports.Document.Section.VerticalTextAlignment
    GrapeCity.ActiveReports.Document.Section.WordWrap 
    

    You can also refer to the following breaking change:

    https://help.grapecity.com/activereports/webhelp/AR13/webframe.html#BreakingChanges.html

    If you still face any problem, please feel free to revert back.

    Thanks.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels