Microsoft.Reporting.WinForms Namespace 

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

Classes

  Class Description
Public class BackEventArgs Provides data for the Back event.
Public class BookmarkNavigationEventArgs Provides data for the BookmarkNavigation event.
Public class DataSourceCredentials Represents data source credentials.
Public class DocumentMapNavigationEventArgs Provides data for the DocumentMapNavigation event.
Public class DocumentMapNode Represents a single node in the document map.
Public class DrillthroughEventArgs Provides data for the Drillthrough event.
Public class HyperlinkEventArgs Contains information about a Hyperlink event.
Public class LocalProcessingException Represents errors that occur while viewing a locally processed report.
Public class LocalReport Represents a report that is processed and rendered locally without connecting to a report server.
Public class MissingDataSourceCredentialsException Represents an exception that occurs when credentials have not been supplied for a data source used by a report.
Public class MissingDataSourceException Represents the error that occurs when a data source expected by the report has not been supplied.
Public class MissingEndpointException Represents the error that occurs when the SOAP endpoint used by the ReportViewer control could not be accessed.
Public class MissingParameterException Represents the exception that occurs when a parameter expected by the report has not been supplied.
Public class MissingReportSourceException Represents the exception that occurs when no report source has been specified.
Public class PageNavigationEventArgs Provides data for a PageNavigation event.
Public class RenderingCompleteEventArgs Provides data for the RenderingComplete event.
Public class RenderingExtension Encapsulates a rendering extension that can be used with the Report Viewer's report.
Public class Report Contains methods and properties that can apply to both local and server reports.
Public class ReportDataSource Represents a data source for a report.
Public class ReportDataSourceCollection Contains a collection of ReportDataSource objects.
Public class ReportDataSourceInfo Represents information about a report data source.
Public class ReportDataSourceInfoCollection Represents a collection of ReportDataSourceInfo objects.
Public class ReportErrorEventArgs Provides data for the ReportError event.
Public class ReportExportEventArgs Provides data for the report ReportExport event.
Public class ReportPageSettings Represents the page settings for a report.
Public class ReportParameter Represents a parameter for a report.
Public class ReportParameterInfo Encapsulates information about report parameters.
Public class ReportParameterInfoCollection A collection of ReportParameterInfo objects.
Public class ReportSecurityException Represents the error that occurs when a report contains a security violation.
Public class ReportServerCredentials Specifies the credentials for the ReportViewer control to use when connecting to a report server.
Public class ReportServerException Represents errors that occur while viewing a server report.
Public class ReportViewer Encapsulates the methods and properties used for the ReportViewer control.
Public class ReportViewerCookieCollection Represents a collection of System.Net.Cookie objects.
Public class ReportViewerException Represents errors that occur while viewing a report.
Public class ReportViewerHeaderCollection Represents a collection of strings that contain custom headers.
Public class SearchEventArgs Provides data for a Search event in the ReportViewer control.
Public class ServerReport Represents a report that is processed and rendered on the report server.
Public class SoapVersionMismatchException Represents the exception that occurs when the report server version is not compatible with the report control.
Public class SortEventArgs Provides data for the Sort event.
Public class SubreportProcessingEventArgs Provides data for the SubreportProcessing event.
Public class SyncList  
Public class ValidValue Represents a possible valid value for a parameter.
Public class Warning Represents a list of errors or warnings that are returned when a report is rendered or processed.
Public class ZoomChangeEventArgs Provides data for a ZoomChange event.

Interfaces

  Interface Description
Public interface IReportServerCredentials Allows objects to provide credentials to use for connecting to a report server.
Public interface IReportViewerMessages Allows applications to provide customized user interface messages.

Delegates

  Delegate Description
Public delegate BackEventHandler Represents the method that will handle the Back event of a ReportViewer.
Public delegate BookmarkNavigationEventHandler Represents the method that will handle the BookmarkNavigation event of a ReportViewer.
Public delegate CreateStreamCallback Provides a stream to the ReportViewer control for rendering.
Public delegate DocumentMapNavigationEventHandler Represents the method that will handle the DocumentMapNavigation event of a ReportViewer.
Public delegate DrillthroughEventHandler Represents the method that will handle the Drillthrough event of a ReportViewer.
Public delegate ExportEventHandler Represents the method that will handle the Export event.
Public delegate HyperlinkEventHandler Represents the method that will handle a Hyperlink event.
Public delegate PageNavigationEventHandler Represents the method that will handle the PageNavigation event of a ReportViewer.
Public delegate RenderingCompleteEventHandler Represents the method that will handle the RenderingComplete event of a ReportViewer.
Public delegate ReportErrorEventHandler Represents the method that will handle a ReportError event.
Public delegate SearchEventHandler Represents the method that will handle a Search event.
Public delegate SortEventHandler Represents the method that will handle the Sort event of a ReportViewer.
Public delegate SubreportProcessingEventHandler Represents the method that will handle the SubreportProcessing event of a ReportViewer.
Public delegate ZoomChangedEventHandler Represents the method that will handle the ZoomChange event of a ReportViewer.

Enumerations

  Enumeration Description
Public enumeration DisplayMode Represents a possible display mode for the ReportViewer control.
Public enumeration ParameterDataType Specifies the data type of a parameter.
Public enumeration ParameterState Specifies the state of a parameter.
Public enumeration ProcessingMode Sets the processing mode of the ReportViewer control.
Public enumeration Severity Specifies the severity of a warning.
Public enumeration SortOrder Indicates the direction of a sort operation.
Public enumeration ZoomMode Specifies the zoom mode for the ReportViewer control.