Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

How to rotate image in dynamics Ax

Posted on by 170

Hello, I am new to dynamics world. Please can anyone tell me , how can I rotate image on window control in dynamics ax. 

*This post is locked for comments

  • Suggested answer
    Rustem Galiamov Profile Picture
    Rustem Galiamov 8,072 on at
    RE: How to rotate image in dynamics Ax

    Hi!

    Set window control AutoDeclaration property to YES. In run() method try to write this line of code:

    imageWindow.image().rotate(RotateType::Rotate180FlipNone);


  • uzk_dynamics Profile Picture
    uzk_dynamics 170 on at
    RE: How to rotate image in dynamics Ax

    It is ax form

  • Suggested answer
    startax Profile Picture
    startax 1,845 on at
    RE: How to rotate image in dynamics Ax

    Hi ,

    This is SSRS report ? If yes check your report design property and printer property.

  • Mea_ Profile Picture
    Mea_ 60,278 on at
    RE: How to rotate image in dynamics Ax

    Is this SSRS report or AX form ?

  • uzk_dynamics Profile Picture
    uzk_dynamics 170 on at
    RE: How to rotate image in dynamics Ax

    hello , I used the rotate function on image, but image did not rotate, what I can do now ?? 

    5504.check.png

  • Suggested answer
    Mea_ Profile Picture
    Mea_ 60,278 on at
    RE: How to rotate image in dynamics Ax

    Hi uzk_dynamics,

    Try this

    container imageData; //image
    
    Image image = new Image();
    
    image.setData(imageData);
    
    image.rotate(RotateType::Rotate90FlipNone);


Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans