Dear Customer,
Thanks for the update.
Please find the updated code snippet which will help you to achieve your requirement.
Code Snippet [.aspx]:
<style id="Style1" type="text/css" runat="server">
.SF_DefaultSkin .PivotTable .ColHeader
{
min-width:0px !important;
max-width:50px !important;
width: 5px !important;
height:50px !important;
word-wrap:break-word !important;
white-space:normal !important;
}
.SF_DefaultSkin .PivotTable .RowHeader
{
max-width:100px;
width:30px !important;
height:10px !important;
word-wrap:break-word !important;
white-space:normal !important;
}
.SF_DefaultSkin .PivotTable .ValueCell
{
max-width:50px !important;
word-wrap:break-word !important;
white-space:normal !important;
}
</style>
Thanks,
Ramesh. G