Hello @Jaitabh Jewel Sharma,
Try the following:
Add a HTML box to your report and paste this code into the box.
<style>
.rotated {
writing-mode: tb-rl;
transform: rotate(-180deg);
}
</style>
<div class="rotated">Text from bottom with working width/height</div>
The result:

Cheers,
Robert