Pivot table paused while scroll

A

Ashok

Hi,

I have windows application using axPivotTable control to get olap cube data.
When I use scroll bar to scroll down pivot table just stop or hang for some
time...
I think it try to get next set of data or some thing...
Is there any properties or way to set that when first time application opens
it loads all data and scroll works fast....

some code the way I am binding cube data...

PivotTableClass objPT = new PivotTableClass();
PivotView objPTView = null;
string m_XML;
string strOLAPConn =
ConfigurationSettings.AppSettings["OLAPConnectionString"];
// GetData ..... objPT
objPTView = objPT.ActiveView;
axPivotTable1.XMLData = objPT.XMLData;
 

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