Example #1
0
        static public void ApplyLayOutFromPivotGrid(PivotGridControl pivotGrid, DataSet ds)
        {
            try
            {
                if (ds == null)
                {
                    return;
                }

                FieldProperty.LoadXml_FieldProperty(pivotGrid, ds);
                OptionsView.LoadXml_OtionsView(pivotGrid, ds);
            }
            catch { }
        }