Outstanding Delivery Order Report prompted error 

Exception occurs while assigning the 'XpandDetailView, ID:ReportFilterContainer_DetailView' view to WinWindow:Exception occurs while assigning the 'XpandDetailView, ID:OutstandingDeliveryOrderFilter_DetailView' view to NestedFrame:Unable to cast object of type 'DevExpress.ExpressApp.Win.Editors.ProtectedContentEdit' to type 'DevExpress.XtraEditors.CheckedListBoxControl'. 



Solution:

Execute below script:
update SecuritySystemTypePermissionsObject 
set Allowread = 1 
where TargetType = 'QnEBS.Sales.Filters.OutstandingDeliveryOrderFilter'





Thanks :)