Printing procedure requires that the input Collection implement IQueryable interface. I try to pass in procedure CollectionView, which used as ItemsSource for DataGrid. But I get an error message because the last item in collection is NewItemPlaceHolder
. How I can remove it from collection. Thanks in advance!
↧