ReportViewer 類別

定義

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
繼承
ReportViewer
屬性
實作

建構函式

名稱 Description
ReportViewer()

欄位

名稱 Description
MaximumPageCount

屬性

名稱 Description
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

方法

名稱 Description
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)

事件

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

明確介面實作

名稱 Description
IScriptControl.GetScriptDescriptors()
IScriptControl.GetScriptReferences()

適用於