FIX. QSF - PivotGrid - Printing example - when Layout Type is set to Compact and then the user clicks Preview an exception is thrown.
To reproduce:
1. Open QSF => Pivot => Printing example2. Click Print settings button3. Choose layout type - Compact4. Click Preview button and will see that there is exception
WORKAROUND:
radPivotGrid1.PrintStyle = new MyPrintStyle();