Articles in this section
Category / Section

How to Load the existing Pivot Engine into the Pivot Grid

1 min read

To load external PivotEngine you need to set the property IsExternalEngine to true. This allows you to set the PivotEngine to PivotGridControl. We suggest you to set the IsExternalEngine to false once you assign the PivotEngine to PivotGridControl. The following code explains the same.

C#

this.pivotGridControl1.IsExternalEngine = true;
 
this.pivotGridControl1.PivotEngine = this.pivotGrid1.PivotEngine;
 
this.pivotGridControl1.IsExternalEngine = false;
 

 

C:\Users\labuser\Dropbox\Screenshots\Screenshot 2014-05-26 17.15.53.png

 

C:\Users\labuser\Dropbox\Screenshots\Screenshot 2014-05-26 17.16.06.png

Figure: Pivot Grid shows loading of data from existing pivot engine

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied