internal SLAutoSortScope Clone()
        {
            var ass = new SLAutoSortScope();

            ass.PivotArea = PivotArea.Clone();

            return(ass);
        }
Ejemplo n.º 2
0
        private void SetAllNull()
        {
            Items = new List <SLItem>();

            AutoSortScope    = new SLAutoSortScope();
            HasAutoSortScope = false;

            Name                              = "";
            Axis                              = null;
            DataField                         = false;
            SubtotalCaption                   = "";
            ShowDropDowns                     = true;
            HiddenLevel                       = false;
            UniqueMemberProperty              = "";
            Compact                           = true;
            AllDrilled                        = false;
            NumberFormatId                    = null;
            Outline                           = true;
            SubtotalTop                       = true;
            DragToRow                         = true;
            DragToColumn                      = true;
            MultipleItemSelectionAllowed      = false;
            DragToPage                        = true;
            DragToData                        = true;
            DragOff                           = true;
            ShowAll                           = true;
            InsertBlankRow                    = false;
            ServerField                       = false;
            InsertPageBreak                   = false;
            AutoShow                          = false;
            TopAutoShow                       = true;
            HideNewItems                      = false;
            MeasureFilter                     = false;
            IncludeNewItemsInFilter           = false;
            ItemPageCount                     = 10;
            SortType                          = FieldSortValues.Manual;
            DataSourceSort                    = null;
            NonAutoSortDefault                = false;
            RankBy                            = null;
            DefaultSubtotal                   = true;
            SumSubtotal                       = false;
            CountASubtotal                    = false;
            AverageSubTotal                   = false;
            MaxSubtotal                       = false;
            MinSubtotal                       = false;
            ApplyProductInSubtotal            = false;
            CountSubtotal                     = false;
            ApplyStandardDeviationInSubtotal  = false;
            ApplyStandardDeviationPInSubtotal = false;
            ApplyVarianceInSubtotal           = false;
            ApplyVariancePInSubtotal          = false;
            ShowPropCell                      = false;
            ShowPropertyTooltip               = false;
            ShowPropAsCaption                 = false;
            DefaultAttributeDrillState        = false;
        }