Microsoft.Reporting.WinForms Namespace

 

The Microsoft.Reporting.WinForms namespace contains methods and properties for the ReportViewer Windows forms control.

Classes

Class Description
System_CAPS_pubclass BackEventArgs

Provides data for the Back event.

System_CAPS_pubclass BookmarkNavigationEventArgs

Provides data for the BookmarkNavigation event.

System_CAPS_pubclass ClientRenderingException

Represents errors that occur when the ReportViewer control is rendering a processed report from report page layout (RPL) format into GDI+ format.

System_CAPS_pubclass DataSourceCredentials

Represents data source credentials.

System_CAPS_pubclass DataSourceCredentialsCollection

Represents a collection of DataSourceCredentials objects.

System_CAPS_pubclass DocumentMapNavigationEventArgs

Provides data for the DocumentMapNavigation event.

System_CAPS_pubclass DocumentMapNode

Represents a single node in the document map.

System_CAPS_pubclass DrillthroughEventArgs

Provides data for the Drillthrough event.

System_CAPS_pubclass HyperlinkEventArgs

Contains information about a Hyperlink event.

System_CAPS_pubclass LocalProcessingException

Represents errors that occur while viewing a locally processed report.

System_CAPS_pubclass LocalReport

Represents a report that is processed and rendered locally without connecting to a report server.

System_CAPS_pubclass MapTileServerConfiguration

Defines configuration settings for Microsoft Bing Maps SOAP Services that provides a tile background for map report items in the report.

System_CAPS_pubclass MissingDataSourceCredentialsException

Represents an exception that occurs when credentials have not been supplied for a data source used by a report.

System_CAPS_pubclass MissingDataSourceException

Represents the error that occurs when a data source expected by the report has not been supplied.

System_CAPS_pubclass MissingEndpointException

Represents the error that occurs when the SOAP endpoint used by the ReportViewer control could not be accessed.

System_CAPS_pubclass MissingParameterException

Represents the exception that occurs when a parameter expected by the report has not been supplied.

System_CAPS_pubclass MissingReportSourceException

Represents the exception that occurs when no report source has been specified.

System_CAPS_pubclass PageNavigationEventArgs

Provides data for a PageNavigation event.

System_CAPS_pubclass RenderingCompleteEventArgs

Provides data for the RenderingComplete event.

System_CAPS_pubclass RenderingExtension

Encapsulates a rendering extension that can be used with the Report Viewer's report.

System_CAPS_pubclass Report

Contains methods and properties that can apply to both local and server reports.

System_CAPS_pubclass ReportCredentialsEventArgs

Provides data for the SubmittingDataSourceCredentials event.

System_CAPS_pubclass ReportDataSource

Represents a data source for a report.

System_CAPS_pubclass ReportDataSourceCollection

Contains a collection of ReportDataSource objects.

System_CAPS_pubclass ReportDataSourceInfo

Represents information about a report data source.

System_CAPS_pubclass ReportDataSourceInfoCollection

Represents a collection of ReportDataSourceInfo objects.

System_CAPS_pubclass ReportErrorEventArgs

Provides data for the ReportError event.

System_CAPS_pubclass ReportExportEventArgs

Provides data for the report ReportExport event.

System_CAPS_pubclass ReportPageSettings

Represents the page settings for a report.

System_CAPS_pubclass ReportParameter

Represents a parameter for a report.

System_CAPS_pubclass ReportParameterCollection

Represents a collection of ReportParameter objects.

System_CAPS_pubclass ReportParameterInfo

Encapsulates information about report parameters.

System_CAPS_pubclass ReportParameterInfoCollection

A collection of ReportParameterInfo objects.

System_CAPS_pubclass ReportParametersEventArgs

Provides data for the SubmittingParameterValues event.

System_CAPS_pubclass ReportPrintEventArgs

Provides data for the Print and PrintingBegin events.

System_CAPS_pubclass ReportSecurityException

Represents the error that occurs when a report contains a security violation.

System_CAPS_pubclass ReportServerCredentials

Specifies the credentials for the ReportViewer control to use when connecting to a report server.

System_CAPS_pubclass ReportServerException

Represents errors that occur while connecting to a report server and also errors that occur on the report server while processing a server report or rendering the report to the report page layout (RPL) format.

System_CAPS_pubclass ReportViewer

Encapsulates the methods and properties used for the ReportViewer control.

System_CAPS_pubclass ReportViewerCookieCollection

Represents a collection of System.Net.Cookie objects.

System_CAPS_pubclass ReportViewerException

Represents errors that occur while viewing or configuring a report.

System_CAPS_pubclass ReportViewerHeaderCollection

Represents a collection of strings that contain custom headers.

System_CAPS_pubclass ReportViewerStatus

Contains a set of read-only properties that indicate which operations are currently allowed in the ReportViewer control and the status of the prompt and document map areas.

System_CAPS_pubclass SearchEventArgs

Provides data for a Search event in the ReportViewer control.

System_CAPS_pubclass SearchState

Contains the search text and the start page of a search operation.

System_CAPS_pubclass ServerReport

Represents a report that is processed on the report server.

System_CAPS_pubclass SoapVersionMismatchException

Represents the exception that occurs when the report server version is not compatible with the report control.

System_CAPS_pubclass SortEventArgs

Provides data for the Sort event.

System_CAPS_pubclass SubreportProcessingEventArgs

Provides data for the SubreportProcessing event.

System_CAPS_pubclass SyncList<TListType>

This API supports the product infrastructure and is not intended to be used directly from your code. Represents a list of type TListType that is synchronized with an object.

System_CAPS_pubclass ValidValue

Represents a possible valid value for a parameter.

System_CAPS_pubclass Warning

Represents a list of errors or warnings that are returned when a report is rendered or processed.

System_CAPS_pubclass ZoomChangeEventArgs

Provides data for a ZoomChange event.

Interfaces

Interface Description
System_CAPS_pubinterface IReportServerCredentials

Allows objects to provide credentials to use for connecting to a report server.

System_CAPS_pubinterface IReportViewerMessages

Allows applications to provide customized user interface messages.

System_CAPS_pubinterface IReportViewerMessages2

Defines methods and properties for implementing customized user interface messages.

System_CAPS_pubinterface IReportViewerMessages3

Allows applications to provide customized user interface messages.

Delegates

Delegate Description
System_CAPS_pubdelegate BackEventHandler

Represents the method that will handle the T:Microsoft.Reporting.WinForms.Back event of a ReportViewer.

System_CAPS_pubdelegate BookmarkNavigationEventHandler

Represents the method that will handle the T:Microsoft.Reporting.WinForms.BookmarkNavigation event of a ReportViewer.

System_CAPS_pubdelegate CreateStreamCallback

Provides a stream to the ReportViewer control for rendering.

System_CAPS_pubdelegate DocumentMapNavigationEventHandler

Represents the method that will handle the DocumentMapNavigation event of a ReportViewer.

System_CAPS_pubdelegate DrillthroughEventHandler

Represents the method that will handle the Drillthrough event of a ReportViewer.

System_CAPS_pubdelegate ExportEventHandler

Represents the method that will handle the E:Microsoft.ReportingServices.WinForms.ReportViewer.Export event.

System_CAPS_pubdelegate HyperlinkEventHandler

Represents the method that will handle a Hyperlink event.

System_CAPS_pubdelegate PageNavigationEventHandler

Represents the method that will handle the PageNavigation event of a ReportViewer.

System_CAPS_pubdelegate RenderingCompleteEventHandler

Represents the method that will handle the RenderingComplete event of a ReportViewer.

System_CAPS_pubdelegate ReportCredentialsEventHandler

Represents the method that will handle a SubmittingDataSourceCredentials event.

System_CAPS_pubdelegate ReportErrorEventHandler

Represents the method that will handle a ReportError event.

System_CAPS_pubdelegate ReportParametersEventHandler

Represents the callback method that will handle the SubmittingParameterValues event.

System_CAPS_pubdelegate ReportPrintEventHandler

Represents the method that will handle the Print and PrintingBegin events.

System_CAPS_pubdelegate SearchEventHandler

Represents the method that will handle a Search event.

System_CAPS_pubdelegate SortEventHandler

Represents the method that will handle the Sort event of a ReportViewer.

System_CAPS_pubdelegate SubreportProcessingEventHandler

Represents the method that will handle the SubreportProcessing event of a ReportViewer.

System_CAPS_pubdelegate ZoomChangedEventHandler

Represents the method that will handle the ZoomChange event of a ReportViewer.

Enumerations

Enumeration Description
System_CAPS_pubenum DisplayMode

Represents a possible display mode for the ReportViewer control.

System_CAPS_pubenum PageCountMode

Represents values that control whether to calculate the actual page count or use an estimate.

System_CAPS_pubenum ParameterDataType

Specifies the data type of a parameter.

System_CAPS_pubenum ParameterState

Specifies the state of a parameter.

System_CAPS_pubenum ProcessingMode

Sets the processing mode of the ReportViewer control.

System_CAPS_pubenum Severity

Specifies the severity of a warning.

System_CAPS_pubenum SortOrder

Indicates the direction of a sort operation.

System_CAPS_pubenum ZoomMode

Specifies the zoom mode for the ReportViewer control.

Return to top