D
dmitri9999
I do not seem to be able to use Constants property of the Pivot Table
Control, although all the other properties are ok.
For instance C# code
...
private AxOWC10.AxPivotTable pivotControl;
...
this.axPivotTable1 = new AxOWC10.AxPivotTable();
...
pivotControl.ActiveView.ExpandDetails =
pivotControl.Constants.plExpandNever;
...
is compiled with the following error message:
'object' does not contain a definition for 'plExpandNever'
Any help is greatly appreciated.
Control, although all the other properties are ok.
For instance C# code
...
private AxOWC10.AxPivotTable pivotControl;
...
this.axPivotTable1 = new AxOWC10.AxPivotTable();
...
pivotControl.ActiveView.ExpandDetails =
pivotControl.Constants.plExpandNever;
...
is compiled with the following error message:
'object' does not contain a definition for 'plExpandNever'
Any help is greatly appreciated.