Aracılığıyla paylaş


InteractivityPostBackMode Sabit Listesi

Specifies the postback modes of the ReportViewer control when the user interacts with the report viewer and the currently displayed report.

Ad alanı:  Microsoft.Reporting.WebForms
Derleme:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll içinde)

Sözdizimi

'Bildirim
Public Enumeration InteractivityPostBackMode
public enum InteractivityPostBackMode
public enum class InteractivityPostBackMode
type InteractivityPostBackMode
public enum InteractivityPostBackMode

Üyeler

Üye adı Açıklama
AlwaysAsynchronous Always perform asynchronous postbacks.
AlwaysSynchronous Always perform synchronous postbacks.
SynchronousOnDrillthrough Perform synchronous postbacks on drillthrough actions, and asynchronous postbacks on other actions. In this mode, both clicking a drillthrough report and clicking the Back to Parent button will cause synchronous postbacks. For more information on drillthrough reports, see Adding Drillthrough Reports in SQL Server Books Online.

Notlar

This enumeration is referenced by the InteractivityPostBackMode property in ReportViewer.

If you want the ReportViewer control to perform URL redirection on drillthrough actions, use SynchronousOnDrillthrough. URL redirection is not a supported response to asynchronous postbacks. For more information on synchronous and asynchronous postbacks, see Partial-Page Rendering Overview.

Ayrıca bkz.

Başvuru

Microsoft.Reporting.WebForms Ad Alanı