Microsoft.Reporting.WinForms Namespace

 

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

ClassDescription
System_CAPS_pubclassBackEventArgs

Provides data for the Back event.

System_CAPS_pubclassBookmarkNavigationEventArgs

Provides data for the BookmarkNavigation event.

System_CAPS_pubclassClientRenderingException

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

System_CAPS_pubclassDataSourceCredentials

Represents data source credentials.

System_CAPS_pubclassDataSourceCredentialsCollection

Represents a collection of DataSourceCredentials objects.

System_CAPS_pubclassDocumentMapNavigationEventArgs

Provides data for the DocumentMapNavigation event.

System_CAPS_pubclassDocumentMapNode

Represents a single node in the document map.

System_CAPS_pubclassDrillthroughEventArgs

Provides data for the Drillthrough event.

System_CAPS_pubclassHyperlinkEventArgs

Contains information about a Hyperlink event.

System_CAPS_pubclassLocalProcessingException

Represents errors that occur while viewing a locally processed report.

System_CAPS_pubclassLocalReport

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

System_CAPS_pubclassMapTileServerConfiguration

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

System_CAPS_pubclassMissingDataSourceCredentialsException

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

System_CAPS_pubclassMissingDataSourceException

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

System_CAPS_pubclassMissingEndpointException

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

System_CAPS_pubclassMissingParameterException

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

System_CAPS_pubclassMissingReportSourceException

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

System_CAPS_pubclassPageNavigationEventArgs

Provides data for a PageNavigation event.

System_CAPS_pubclassRenderingCompleteEventArgs

Provides data for the RenderingComplete event.

System_CAPS_pubclassRenderingExtension

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

System_CAPS_pubclassReport

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

System_CAPS_pubclassReportCredentialsEventArgs

Provides data for the SubmittingDataSourceCredentials event.

System_CAPS_pubclassReportDataSource

Represents a data source for a report.

System_CAPS_pubclassReportDataSourceCollection

Contains a collection of ReportDataSource objects.

System_CAPS_pubclassReportDataSourceInfo

Represents information about a report data source.

System_CAPS_pubclassReportDataSourceInfoCollection

Represents a collection of ReportDataSourceInfo objects.

System_CAPS_pubclassReportErrorEventArgs

Provides data for the ReportError event.

System_CAPS_pubclassReportExportEventArgs

Provides data for the report ReportExport event.

System_CAPS_pubclassReportPageSettings

Represents the page settings for a report.

System_CAPS_pubclassReportParameter

Represents a parameter for a report.

System_CAPS_pubclassReportParameterCollection

Represents a collection of ReportParameter objects.

System_CAPS_pubclassReportParameterInfo

Encapsulates information about report parameters.

System_CAPS_pubclassReportParameterInfoCollection

A collection of ReportParameterInfo objects.

System_CAPS_pubclassReportParametersEventArgs

Provides data for the SubmittingParameterValues event.

System_CAPS_pubclassReportPrintEventArgs

Provides data for the Print and PrintingBegin events.

System_CAPS_pubclassReportSecurityException

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

System_CAPS_pubclassReportServerCredentials

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

System_CAPS_pubclassReportServerException

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_pubclassReportViewer

Encapsulates the methods and properties used for the ReportViewer control.

System_CAPS_pubclassReportViewerCookieCollection

Represents a collection of System.Net::Cookie objects.

System_CAPS_pubclassReportViewerException

Represents errors that occur while viewing or configuring a report.

System_CAPS_pubclassReportViewerHeaderCollection

Represents a collection of strings that contain custom headers.

System_CAPS_pubclassReportViewerStatus

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_pubclassSearchEventArgs

Provides data for a Search event in the ReportViewer control.

System_CAPS_pubclassSearchState

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

System_CAPS_pubclassServerReport

Represents a report that is processed on the report server.

System_CAPS_pubclassSoapVersionMismatchException

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

System_CAPS_pubclassSortEventArgs

Provides data for the Sort event.

System_CAPS_pubclassSubreportProcessingEventArgs

Provides data for the SubreportProcessing event.

System_CAPS_pubclassSyncList<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_pubclassValidValue

Represents a possible valid value for a parameter.

System_CAPS_pubclassWarning

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

System_CAPS_pubclassZoomChangeEventArgs

Provides data for a ZoomChange event.

InterfaceDescription
System_CAPS_pubinterfaceIReportServerCredentials

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

System_CAPS_pubinterfaceIReportViewerMessages

Allows applications to provide customized user interface messages.

System_CAPS_pubinterfaceIReportViewerMessages2

Defines methods and properties for implementing customized user interface messages.

System_CAPS_pubinterfaceIReportViewerMessages3

Allows applications to provide customized user interface messages.

DelegateDescription
System_CAPS_pubdelegateBackEventHandler

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

System_CAPS_pubdelegateBookmarkNavigationEventHandler

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

System_CAPS_pubdelegateCreateStreamCallback

Provides a stream to the ReportViewer control for rendering.

System_CAPS_pubdelegateDocumentMapNavigationEventHandler

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

System_CAPS_pubdelegateDrillthroughEventHandler

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

System_CAPS_pubdelegateExportEventHandler

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

System_CAPS_pubdelegateHyperlinkEventHandler

Represents the method that will handle a Hyperlink event.

System_CAPS_pubdelegatePageNavigationEventHandler

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

System_CAPS_pubdelegateRenderingCompleteEventHandler

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

System_CAPS_pubdelegateReportCredentialsEventHandler

Represents the method that will handle a SubmittingDataSourceCredentials event.

System_CAPS_pubdelegateReportErrorEventHandler

Represents the method that will handle a ReportError event.

System_CAPS_pubdelegateReportParametersEventHandler

Represents the callback method that will handle the SubmittingParameterValues event.

System_CAPS_pubdelegateReportPrintEventHandler

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

System_CAPS_pubdelegateSearchEventHandler

Represents the method that will handle a Search event.

System_CAPS_pubdelegateSortEventHandler

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

System_CAPS_pubdelegateSubreportProcessingEventHandler

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

System_CAPS_pubdelegateZoomChangedEventHandler

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

EnumerationDescription
System_CAPS_pubenumDisplayMode

Represents a possible display mode for the ReportViewer control.

System_CAPS_pubenumPageCountMode

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

System_CAPS_pubenumParameterDataType

Specifies the data type of a parameter.

System_CAPS_pubenumParameterState

Specifies the state of a parameter.

System_CAPS_pubenumProcessingMode

Sets the processing mode of the ReportViewer control.

System_CAPS_pubenumSeverity

Specifies the severity of a warning.

System_CAPS_pubenumSortOrder

Indicates the direction of a sort operation.

System_CAPS_pubenumZoomMode

Specifies the zoom mode for the ReportViewer control.

Return to top
Show: