Właściwość ReportViewer.InteractivityPostBackMode —
Gets or sets an InteractivityPostBackMode value that indicates the postback mode of the ReportViewer control.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property InteractivityPostBackMode As InteractivityPostBackMode
[WebBrowsableAttribute(true)]
public InteractivityPostBackMode InteractivityPostBackMode { get; set; }
[WebBrowsableAttribute(true)]
public:
property InteractivityPostBackMode InteractivityPostBackMode {
InteractivityPostBackMode get ();
void set (InteractivityPostBackMode value);
}
[<WebBrowsableAttribute(true)>]
member InteractivityPostBackMode : InteractivityPostBackMode with get, set
function get InteractivityPostBackMode () : InteractivityPostBackMode
function set InteractivityPostBackMode (value : InteractivityPostBackMode)
Wartość właściwości
Typ: Microsoft.Reporting.WebForms.InteractivityPostBackMode
An InteractivityPostBackMode value that indicates the postback mode. The default value is AlwaysAsynchronous.
Uwagi
For more information, see InteractivityPostBackMode.