Enumeração InteractivityPostBackMode
Specifies the postback modes of the ReportViewer control when the user interacts with the report viewer and the currently displayed report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
Public Enumeration InteractivityPostBackMode
public enum InteractivityPostBackMode
public enum class InteractivityPostBackMode
type InteractivityPostBackMode
public enum InteractivityPostBackMode
Membros
Nome do membro | Descrição | |
---|---|---|
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. |
Comentários
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.