ReportViewer Class

Definition

public ref class ReportViewer : System::Web::UI::WebControls::CompositeControl, System::Web::UI::IScriptControl
[System.ComponentModel.Designer("Microsoft.Reporting.WebForms.ReportViewerDesigner, Microsoft.ReportViewer.WebDesign, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")]
[System.Web.UI.ParseChildren(true)]
[System.Web.UI.PersistChildren(false)]
public class ReportViewer : System.Web.UI.WebControls.CompositeControl, System.Web.UI.IScriptControl
[<System.ComponentModel.Designer("Microsoft.Reporting.WebForms.ReportViewerDesigner, Microsoft.ReportViewer.WebDesign, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91")>]
[<System.Web.UI.ParseChildren(true)>]
[<System.Web.UI.PersistChildren(false)>]
type ReportViewer = class
    inherit CompositeControl
    interface IScriptControl
Public Class ReportViewer
Inherits CompositeControl
Implements IScriptControl
Inheritance
ReportViewer
Attributes
Implements

Constructors

ReportViewer()

Fields

MaximumPageCount

Properties

AsyncRendering
BackColor
CurrentPage
DocumentMapCollapsed
DocumentMapWidth
ExportContentDisposition
Height
HyperlinkTarget
ID
InteractiveDeviceInfos
InteractivityPostBackMode
InternalBorderColor
InternalBorderStyle
InternalBorderWidth
KeepSessionAlive
LinkActiveColor
LinkActiveHoverColor
LinkDisabledColor
LocalReport
PageCountMode
ProcessingMode
PromptAreaCollapsed
ReportAreaContentType
SearchState
ServerReport
ShowBackButton
ShowCredentialPrompts
ShowDocumentMapButton
ShowExportControls
ShowFindControls
ShowPageNavigationControls
ShowParameterPrompts
ShowPrintButton
ShowPromptAreaButton
ShowRefreshButton
ShowReportBody
ShowToolBar
ShowWaitControlCancelLink
ShowZoomControl
SizeToReportContent
SplitterBackColor
TagKey
TargetHtml40
ToolBarItemBorderColor
ToolBarItemBorderStyle
ToolBarItemBorderWidth
ToolBarItemHoverBackColor
ToolBarItemPressedBorderColor
ToolBarItemPressedBorderStyle
ToolBarItemPressedBorderWidth
ToolBarItemPressedHoverBackColor
WaitControlDisplayAfter
WaitMessageFont
Width
ZoomMode
ZoomPercent

Methods

CreateChildControls()
CreateControlStyle()
Dispose()
Find(String, Int32)
GetPageSettings()
JumpToBookmark(String)
JumpToDocumentMapId(String)
LoadViewState(Object)
OnInit(EventArgs)
OnPreRender(EventArgs)
PerformBack()
RegisterPostBackControl(Control)
Render(HtmlTextWriter)
Reset()
ResetPageSettings()
SaveViewState()
SetPageSettings(PageSettings)

Events

Back
BookmarkNavigation
DocumentMapNavigation
Drillthrough
PageNavigation
ReportError
ReportRefresh
Search
Sort
SubmittingDataSourceCredentials
SubmittingParameterValues
Toggle

Explicit Interface Implementations

IScriptControl.GetScriptDescriptors()
IScriptControl.GetScriptReferences()

Applies to