We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Design Pivot Table in Excel


Hello,

I have set up a Pivot Table with XlsIO, and want to change your design as in Excel "Report Design" ==> "Show in tabular format".
By default, the design appears as Pivot Table "Show in compact form".

Is there any property to change the design?

Greetings.



3 Replies

SS Sridhar Sukumar Syncfusion Team June 21, 2016 09:59 AM UTC

Hi Juan, 
 
Thank you for contacting Syncfusion support. 
 
Yes, you can change the pivot table’s report design by using RowLayout property. Please refer the following code snippet to change the pivot table report design as Show in tabular format. 
 
pivotTable.Options.RowLayout = PivotTableRowLayout.Tabular; 
 
 
We also have prepared a sample for the above behavior which can be downloaded from the following link. 
 
 
Regards, 
Sridhar S. 



JU Juan June 21, 2016 10:04 AM UTC

Perfect!
Thank you very much!



SS Sridhar Sukumar Syncfusion Team June 22, 2016 04:33 AM UTC

Hi Juan,  
 
Thank you for updating us. 
   
We are glad to know that the issue has been resolved at your side. Please let us know if you need any further assistance on this.  
   
Regards,  
Sridhar S. 


Loader.
Up arrow icon