Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an InteractivityPostBackMode value that indicates the postback mode of the ReportViewer control.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(InteractivityPostBackMode.AlwaysAsynchronous)> _
<WebBrowsableAttribute(True)> _
Public Property InteractivityPostBackMode As InteractivityPostBackMode
'Usage
Dim instance As ReportViewer
Dim value As InteractivityPostBackMode
value = instance.InteractivityPostBackMode
instance.InteractivityPostBackMode = value
[DefaultValueAttribute(InteractivityPostBackMode.AlwaysAsynchronous)]
[WebBrowsableAttribute(true)]
public InteractivityPostBackMode InteractivityPostBackMode { get; set; }
[DefaultValueAttribute(InteractivityPostBackMode::AlwaysAsynchronous)]
[WebBrowsableAttribute(true)]
public:
property InteractivityPostBackMode InteractivityPostBackMode {
InteractivityPostBackMode get ();
void set (InteractivityPostBackMode value);
}
/** @property */
public InteractivityPostBackMode get_InteractivityPostBackMode ()
/** @property */
public void set_InteractivityPostBackMode (InteractivityPostBackMode value)
public function get InteractivityPostBackMode () : InteractivityPostBackMode
public function set InteractivityPostBackMode (value : InteractivityPostBackMode)
Property Value
An InteractivityPostBackMode value that indicates the postback mode. The default value is AlwaysAsynchronous.
Remarks
For more information, see InteractivityPostBackMode.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace