#UseNonPostbackDeleting

##About

Summary: Gets or sets whether deleting a report causes a postback to the server. If the application is an MVC app, then this will always be true.
Data Type: System.Boolean
Accepted Values:
Default Value: True
Impacted Features:
Purpose:
Usage:
Caveats:

##Code Samples ###Global.asax (C♯)

```

###Global.asax (VB.NET)

```visualbasic
##Alternate Usage: ##Screenshots