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
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
Hi!
Set window control AutoDeclaration property to YES. In run() method try to write this line of code:
imageWindow.image().rotate(RotateType::Rotate180FlipNone);
It is ax form
Hi ,
This is SSRS report ? If yes check your report design property and printer property.
Is this SSRS report or AX form ?
hello , I used the rotate function on image, but image did not rotate, what I can do now ??
Hi uzk_dynamics,
Try this
container imageData; //image Image image = new Image(); image.setData(imageData); image.rotate(RotateType::Rotate90FlipNone);
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156