Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Microsoft.Reporting.WebForms namespace contains methods and properties for the ReportViewer Web server control.
Please see Web.config Settings for ReportViewer for information about using the ReportViewer Web server control in a scale-out deployment or without session state.
Class | Description | |
---|---|---|
![]() |
AspNetSessionExpiredException | Occurs when the ASP.NET session has expired. |
![]() |
BackEventArgs | Provides data for the Back event. |
![]() |
BookmarkNavigationEventArgs | Provides data for the BookmarkNavigation event. |
![]() |
DataSourceCredentials | Represents data source credentials. |
![]() |
DocumentMapNavigationEventArgs | Provides data for the DocumentMapNavigation event. |
![]() |
DocumentMapNode | Represents a single node in the document map. |
![]() |
DrillthroughEventArgs | Provides data for the Drillthrough event. |
![]() |
InvalidConfigFileTypeException | Occurs when an object supplied through an entry in the Web.config file is missing or invalid. |
![]() |
InvalidTemporaryStorageStreamException | Occurs when a temporary stream does not support seeking, reading, or writing. |
![]() |
LocalProcessingException | Represents errors that occur while viewing a locally processed report. |
![]() |
LocalReport | Represents a report that is processed and rendered locally without connecting to a report server. |
![]() |
MissingDataSourceCredentialsException | Represents an exception that occurs when credentials have not been supplied for a data source used by a report. |
![]() |
MissingDataSourceException | Represents the error that occurs when a data source expected by the report has not been supplied. |
![]() |
MissingEndpointException | Represents the error that occurs when the SOAP endpoint used by the ReportViewer control could not be accessed. |
![]() |
MissingParameterException | Represents the exception that occurs when a parameter expected by the report has not been supplied. |
![]() |
MissingReportServerConnectionInformationException | Occurs when session state is not enabled, and an object implementing IReportServerConnection interface is not supplied through the Web.config file. |
![]() |
MissingReportSourceException | Represents the exception that occurs when no report source has been specified. |
![]() |
PageNavigationEventArgs | Provides data for a PageNavigation event. |
![]() |
RenderingExtension | Encapsulates a rendering extension that can be used with the ReportViewer's report. |
![]() |
Report | Contains methods and properties that can apply to both local and server reports. |
![]() |
ReportDataSource | Represents a data source for a report. |
![]() |
ReportDataSourceCollection | Contains a collection of ReportDataSource objects. |
![]() |
ReportDataSourceInfo | Represents information about a report data source. |
![]() |
ReportDataSourceInfoCollection | Represents a collection of ReportDataSourceInfo objects. |
![]() |
ReportErrorEventArgs | Provides data for the ReportError event. |
![]() |
ReportPageSettings | Represents the page settings for a report. |
![]() |
ReportParameter | Represents a parameter for a report. |
![]() |
ReportParameterInfo | Encapsulates information about report parameters. |
![]() |
ReportParameterInfoCollection | A collection of ReportParameterInfo objects. |
![]() |
ReportSecurityException | Represents the error that occurs when a report contains a security violation. |
![]() |
ReportServerException | Represents errors that occur while viewing a server report. |
![]() |
ReportViewer | Encapsulates the methods and properties used for the ReportViewer control. |
![]() |
ReportViewerCookieCollection | Represents a collection of System.Net.Cookie objects. |
![]() |
ReportViewerException | Represents errors that occur while viewing a report. |
![]() |
ReportViewerHandlerNotRegisteredException | Occurs when the Web.config file does not have an HTTP handler entry. |
![]() |
ReportViewerHeaderCollection | Represents a collection of strings that contain custom headers. |
![]() |
SearchEventArgs | Provides data for a Search event in the ReportViewer control. |
![]() |
ServerReport | Represents a report that is processed and rendered on the report server. |
![]() |
SessionDisabledException | Occurs when the ASP.NET session has been disabled. |
![]() |
SoapVersionMismatchException | Represents the exception that occurs when the report server version is not compatible with the report control. |
![]() |
SortEventArgs | Provides data for the Sort event. |
![]() |
SubreportProcessingEventArgs | Provides data for the SubreportProcessing event. |
![]() |
SyncList | |
![]() |
ValidValue | Represents a possible valid value for a parameter. |
![]() |
Warning | Represents a list of errors or warnings that are returned when a report is rendered or processed. |
Interface | Description | |
---|---|---|
![]() |
IReportServerConnection | Provides report server connection information when the ReportViewer Web forms control is used with no session state. |
![]() |
IReportServerConnection2 | Provides report server connection information when the ReportViewer Web forms control is used with no session state. |
![]() |
IReportServerCredentials | Allows applications to provide credentials for connecting to a Reporting Services report server. |
![]() |
IReportViewerMessages | Allows applications to provide customized user interface messages. |
![]() |
ITemporaryStorage | Provides custom storage for temporary data. |
Delegate | Description | |
---|---|---|
![]() |
BackEventHandler | Represents the method that will handle the Back event of a ReportViewer. |
![]() |
BookmarkNavigationEventHandler | Represents the method that will handle the BookmarkNavigation event of a ReportViewer. |
![]() |
CreateStreamCallback | Provides a stream to the ReportViewer control for rendering. |
![]() |
DocumentMapNavigationEventHandler | Represents the method that will handle the DocumentMapNavigation event of a ReportViewer. |
![]() |
DrillthroughEventHandler | Represents the method that will handle the Drillthrough event of a ReportViewer. |
![]() |
PageNavigationEventHandler | Represents the method that will handle the PageNavigation event of a ReportViewer. |
![]() |
ReportErrorEventHandler | Represents the method that will handle a ReportError event. |
![]() |
SearchEventHandler | Represents the method that will handle a Search event. |
![]() |
SortEventHandler | Represents the method that will handle the Sort event of a ReportViewer. |
![]() |
SubreportProcessingEventHandler | Represents the method that will handle the SubreportProcessing event of a ReportViewer. |
Enumeration | Description | |
---|---|---|
![]() |
ContentDisposition | Indicates how the report content should be presented. |
![]() |
ParameterDataType | Specifies the data type of a parameter. |
![]() |
ParameterState | Specifies the state of a parameter. |
![]() |
ProcessingMode | Used to specify the processing mode of the ReportViewer control. |
![]() |
Severity | Specifies the severity of a warning. |
![]() |
SortOrder | Indicates the direction of a sort operation. |
![]() |
ZoomMode | Specifies the zoom mode for the ReportViewer control. |