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;
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;