public PivotTableType()
 {
     _pTFormat = new List<PTFormatType>();
     _pTFormula = new List<PTFormulaType>();
     _pTSource = new PTSourceType();
     _pTLineItems = new List<PTLineItemsType>();
     _calculatedMember = new PivotTableTypeCalculatedMember();
     _cubeField = new List<CubeFieldType>();
     _pivotField = new List<PivotFieldType>();
     _pivotAxis = new List<PivotAxisType>();
     _pLTotal = new List<PLTotalType>();
     _pLPivotField = new List<PLPivotFieldType>();
     _selection = new SelectionType();
     _pivotView = new PivotViewType();
     _qTSource = new QTSourceType();
     _pageFieldOrder = PageFieldOrderType.DownThenOver;
     _autoFormatName = AutoFormatNameType.PivotTableClassic;
     _grandTotalString = "Grand Total";
     _maxHeight = 32000D;
     _maxWidth = 32000D;
     _cacheDetails = CacheDetailsType.True;
 }
示例#2
0
 public PivotTableType()
 {
     this.pageFieldOrderField = PageFieldOrderType.DownThenOver;
     this.autoFormatNameField = AutoFormatNameType.PivotTableClassic;
     this.grandTotalStringField = "Grand Total";
     this.maxHeightField = 32000;
     this.maxWidthField = 32000;
     this.cacheDetailsField = CacheDetailsType.True;
 }