OWC PivotTable Disply empty rows and columns

B

bluewind44

Hello, all.
I have a problem with tuning OWC PivotTable on ASP.NET project.
It's about empty rows and columns.
I want them not to disply on the table, and I know I can do it at the
'Command and Options'.

My question is how I can do it by jscript, so I can hide empty rows
and columns defaultly.

Is anyone can help me?

Thanks in advance for answering.
 
B

bluewind44

I have found the answer. I can do it by this jscript.

document.UI950210.pt.ActiveView.RowAxis.DisplayEmptyMembers =
false; document.UI950210.pt.ActiveView.ColumnAxis.DisplayEmptyMembers =
false;


bluewind44 작성:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top