﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.ReportViewer.WinForms</name>
	</assembly>
	<members>
		<member name="T:Microsoft.Reporting.WinForms.BackEventArgs">
			<summary>Provides data for the Back event.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.BackEventArgs.ParentReport">
			<summary>Gets the parent report of the drillthrough report.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.LocalReport"></see> (if the ReportViewer control is in local processing mode) or <see cref="T:Microsoft.Reporting.WinForms.ServerReport"></see> object (if the ReportViewer control is in remote processing mode) containing the parent report of the drillthrough report.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.BackEventHandler">
			<summary>Represents the method that will handle the <see cref="T:Microsoft.Reporting.WinForms.Back"></see> event of a <see cref="T:Microsoft.Reporting.WinForms.ReportViewer"></see>.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.BookmarkNavigationEventArgs.BookmarkId">
			<summary>Gets the bookmark identification string.</summary>
			<returns>A read-only String object.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.BookmarkNavigationEventHandler">
			<summary>Represents the method that will handle the <see cref="T:Microsoft.Reporting.WinForms.BookmarkNavigation"></see> event of a <see cref="T:Microsoft.Reporting.WinForms.ReportViewer"></see>.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.CreateStreamCallback">
			<summary>Provides a stream to the ReportViewer control for rendering. </summary>
			<returns>A Stream object to which the ReportViewer control can write data.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.DataSourceCredentials">
			<summary>Represents data source credentials..</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.DataSourceCredentials.Name">
			<summary>Gets or sets the user name to be used by the data source for connecting to a report server.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.DataSourceCredentials.Password">
			<summary>Gets or sets the password to be used by the data source for connecting to the report server.</summary>
			<returns>A String containing the password.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.DataSourceCredentials.UserId">
			<summary>Gets or sets the user identification to be used by the data source for connecting to the report server.</summary>
			<returns>A String containing the User ID.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.DisplayMode">
			<summary>Represents a possible display mode for the ReportViewer control.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.DisplayMode.Normal">
			<summary>Specifies that the control is in normal mode. This mode causes the control to display logical pages.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.DisplayMode.PrintLayout">
			<summary>Specifies that the control should is in print layout mode. In this mode, the control displays physical pages.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.DocumentMapNavigationEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.DocumentMapNavigation"></see> event.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.DocumentMapNavigationEventArgs.DocumentMapId">
			<summary>Gets the unique identifier of the document map node selected.</summary>
			<returns>A read-only String value containing the document map node ID.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.DocumentMapNavigationEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.DocumentMapNavigation"></see> event of a <see cref="T:Microsoft.Reporting.WinForms.ReportViewer"></see>.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.DocumentMapNode">
			<summary>Represents a single node in the document map.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.DocumentMapNode.Children">
			<summary>Gets a collection of child document map nodes.</summary>
			<returns>A read-only array of <see cref="T:Microsoft.Reporting.WinForms.DocumentMapNode"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.DocumentMapNode.Id">
			<summary>Gets the unique identifier of the document map node.</summary>
			<returns>A read-only String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.DocumentMapNode.Label">
			<summary>Gets the label associated with the document map node.</summary>
			<returns>A read-only String value.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.DrillthroughEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.Drillthrough"></see> event.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.DrillthroughEventArgs.#ctor(System.String,Microsoft.Reporting.WinForms.Report)">
			<param name="reportPath">The path to the drillthrough report.</param>
			<param name="targetReport">The drillthrough report.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.DrillthroughEventArgs.Report">
			<summary>Gets the target report of the drillthrough action.</summary>
			<returns>A read-only <see cref="T:Microsoft.Reporting.WinForms.LocalReport"></see>or <see cref="T:Microsoft.Reporting.WinForms.ServerReport"></see> object.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.DrillthroughEventArgs.ReportPath">
			<summary>Gets the path of the drillthrough report.</summary>
			<returns>A read-only String value.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.DrillthroughEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.Drillthrough"></see> event of a <see cref="T:Microsoft.Reporting.WinForms.ReportViewer"></see>.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ExportEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.ReportingServices.WinForms.ReportViewer.Export"></see> event.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.HyperlinkEventArgs">
			<summary>Contains information about a <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.Hyperlink"></see> event.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.HyperlinkEventArgs.Hyperlink">
			<summary>Gets the URL that the user clicked on in a report.</summary>
			<returns>A String value containing the hyperlink.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.HyperlinkEventHandler">
			<summary>Represents the method that will handle a <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.Hyperlink"></see> event.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.IReportServerCredentials">
			<summary>Allows objects to provide credentials to use for connecting to a report server.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.IReportServerCredentials.GetFormsCredentials(System.Net.Cookie@,System.String@,System.String@,System.String@)">
			<summary>Provides forms authentication to be used to connect to the report server.</summary>
			<param name="userName">The name of the user.</param>
			<param name="authority">The authority to use when authenticating the user, such as a Microsoft Windows domain. </param>
			<param name="password">The password of the user.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportServerCredentials.ImpersonationUser">
			<summary>Specifies the user to impersonate when connecting to a report server.</summary>
			<returns>A WindowsIdentity object representing the user to impersonate.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportServerCredentials.NetworkCredentials">
			<summary>Returns network credentials to be used for authentication with the report server.</summary>
			<returns>A NetworkCredentials object.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.IReportViewerMessages">
			<summary>Allows applications to provide customized user interface messages.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.BackButtonTooltip">
			<summary>Provides the tooltip text for the Back button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.BackMenuItemText">
			<summary>Provides the text for the Back menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ChangeCredentialsText">
			<summary>Provides the text for the Change Credentials button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ChangeCredentialsTooltip">
			<summary>Provdes the tooltip text for the Change Credentials button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.CurrentPageTextboxTooltip">
			<summary>Provides the tooltip text for the Current Page textbox.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.DocumentMapButtonTooltip">
			<summary>Provides the tooltip text for the Document Map button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.DocumentMapMenuItemText">
			<summary>Provides the text for the Document Map menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ExportButtonText">
			<summary>Provides the text for the Export button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ExportButtonTooltip">
			<summary>Provides the tooltip text for the Export button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ExportMenuItemText">
			<summary>Provides the text for the Export menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.FalseValueText">
			<summary>Provides the text for a false value.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.FindButtonText">
			<summary>Provides the text for a Find button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.FindButtonTooltip">
			<summary>Provides the tooltip text for the Find button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.FindNextButtonText">
			<summary>Provides the text for the Find Next button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.FindNextButtonTooltip">
			<summary>Provides the tooltip text for the Find Next button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.FirstPageButtonTooltip">
			<summary>Provides the tooltip text for the First Page button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.InvalidPageNumber">
			<summary>Provides the text for the invalid page number message.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.LastPageButtonTooltip">
			<summary>Provides the tooltip text for the Last Page button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.NextPageButtonTooltip">
			<summary>Provides the tooltip text for the Next Page button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.NoMoreMatches">
			<summary>Provides the text for the no more matches message.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.NullCheckboxText">
			<summary>Provides the text for the Null checkbox.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.NullValueText">
			<summary>Provides the text for a null value.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.PageOf">
			<summary>Provides the text for the pagination message.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.PageSetupButtonTooltip">
			<summary>Provides the tooltip text for the Page Setup button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.PageSetupMenuItemText">
			<summary>Provides the text for the Page Setup menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ParameterAreaButtonTooltip">
			<summary>Provides the tooltip text for the Parameter Area button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.PasswordPrompt">
			<summary>Provides the text for the password prompt.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.PreviousPageButtonTooltip">
			<summary>Provides the tooltip text for the Previous Page button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.PrintButtonTooltip">
			<summary>Provides the text for the Print button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.PrintLayoutButtonTooltip">
			<summary>Provides the tooltip text for the Print Layout button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.PrintLayoutMenuItemText">
			<summary>Provides the text for the Print Layout menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.PrintMenuItemText">
			<summary>Provides the text for the Print menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ProgressText">
			<summary>Provides the text for the progress message that is displayed when a report is processing.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.RefreshButtonTooltip">
			<summary>Provides the tooltip text for the Refresh button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.RefreshMenuItemText">
			<summary>Provides the text for the Refresh menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.SearchTextboxTooltip">
			<summary>Provides the tooltip text for the Search textbox.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.SelectAll">
			<summary>Provides text for the 'Select All' item in a multi-value dropdown list.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.SelectAValue">
			<summary>Provides text for the 'Select a value' prompt.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.StopButtonTooltip">
			<summary>Provides the tooltip text for the Stop button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.StopMenuItemText">
			<summary>Provides the text for the Stop menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.TextNotFound">
			<summary>Provides the text for the 'text not found' message.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.TodayIs">
			<summary>Provides the text for the 'Today is…' message in the calendar control.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.TotalPagesTooltip">
			<summary>Provides the tooltip text for the Total Pages item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.TrueValueText">
			<summary>Provides the text for a true value.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.UserNamePrompt">
			<summary>Provides the text for the user name prompt.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ViewReportButtonText">
			<summary>Provides the text for the View Report button.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ZoomControlTooltip">
			<summary>Provides the tooltip for the Zoom control.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ZoomMenuItemText">
			<summary>Provides the text for the Zoom menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ZoomToPageWidth">
			<summary>Provides the text for the Zoom To Page Width option.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ZoomToPageWidthMenuItemText">
			<summary>Provides the text for the Zoom To Page Width menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ZoomToWholePage">
			<summary>Provides text for the Zoom To Whole Page item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.IReportViewerMessages.ZoomToWholePageMenuItemText">
			<summary>Provides the text for the Zoom To Whole Page menu item.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.LocalProcessingException">
			<summary>Represents errors that occur when while viewing a locally processed report.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.LocalReport">
			<summary>Represents a report that is processed and rendered locally, without connecting to a report server.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.LocalReport.SubreportProcessing">
			<summary>Occurs when a subreport is processed.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.AddTrustedCodeModuleInCurrentAppDomain(System.String)">
			<summary>Adds the supplied assembly to the list of assemblies that are trusted to execute in the current <see cref="T:System.AppDomain"></see>.</summary>
			<param name="assemblyName">The name of the assembly to be added. </param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.ExecuteReportInCurrentAppDomain(System.Security.Policy.Evidence)">
			<summary>Causes processing extensions and expressions in the report to be executed in the current <see cref="T:System.AppDomain"></see>.</summary>
			<param name="reportEvidence">An <see cref="P:System.AppDomain.Evidence"></see> object containing security information about the report. </param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.ExecuteReportInSandboxAppDomain">
			<summary>Causes processing extensions and expressions to be executed in an application domain with limited permissions.  </summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.GetDataSourceNames">
			<summary>Returns the names of all data sources used within the local report.</summary>
			<returns>An array of String objects containing the list of data source names.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.GetDefaultPageSettings">
			<summary>Gets the default page settings specified in the local report.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportPageSettings"></see> object containing the default page settings for the local report.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.GetParameters">
			<summary>Returns report parameter properties for the report. </summary>
			<returns>A ReportParameterInfoCollection object containing an array of ReportParameterInfo objects.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.GetTotalPages">
			<summary>Returns the total number of logical pages in the report.</summary>
			<returns>An integer value containing the total number of logical pages in the report.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.ListRenderingExtensions">
			<summary>Returns all available rendering extensions for the local report.</summary>
			<returns>An array of <see cref="T:Microsoft.Reporting.WinForms.RenderingExtension"></see> objects.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.LoadReportDefinition(System.IO.TextReader)">
			<summary>Loads a report definition from the local file system using a <see cref="T:System.IO.TextReader"></see>.</summary>
			<param name="report">A <see cref="T:System.IO.TextReader"></see> class that can be used to read the report definition language (RDL) file for the report.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.LoadSubreportDefinition(System.String,System.IO.Stream)">
			<summary>Loads a subreport definition using a <see cref="T:System.IO.Stream"></see>.</summary>
			<param name="reportName">The path and filename of the subreport definition.</param>
			<param name="report">A <see cref="T:System.IO.Stream"></see> class that can be used to read the report definition language (RDL) file for the subreport.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.LoadSubreportDefinition(System.String,System.IO.TextReader)">
			<summary>Loads a subreport definition using a <see cref="T:System.IO.TextReader."></see></summary>
			<param name="reportName">The path and filename of the subreport definition.</param>
			<param name="report">A <see cref="T:System.IO.TextReader"></see> object that will contain the report definition language (RDL) for the subreport.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.Refresh">
			<summary>Causes the local report to be rendered with new data.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.Render(System.String,System.String,Microsoft.Reporting.WinForms.CreateStreamCallback,Microsoft.Reporting.WinForms.Warning[]@)">
			<summary>Processes the report and renders it in the specified format using a stream provided by a callback function.</summary>
			<param name="createStream">A <see cref="T:Microsoft.Reporting.WinForms.CreateStreamCallback"></see> delegate function that will be used to provide a Stream object for rendering.</param>
			<param name="deviceInfo">An XML string that contains the device-specific content that is required by the rendering extension specified in the format parameter. For more information about device information settings for specific output formats, see Device Information Settings.</param>
			<param name="format">The format in which to render the report. This argument maps to a rendering extension. Only the EXCEL format is supported in this release. </param>
			<param name="warnings">[out] An array of Warning[] objects that describes any warnings that occurred during report processing.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.Render(System.String,System.String,System.String@,System.String@,System.String@,System.String[]@,Microsoft.Reporting.WinForms.Warning[]@)">
			<summary>Processes the report and renders it in the specified format.</summary>
			<returns>A <see cref="T:System.Byte"></see> array of the report in the specified format.</returns>
			<param name="fileNameExtension">[out] The filename extension used for the output file.</param>
			<param name="mimeType">[out] The MIME type of the rendered report.</param>
			<param name="deviceInfo">An XML string that contains the device-specific content that is required by the rendering extension specified in the format parameter. For more information about device information settings for specific output formats, see Device Information Settings.</param>
			<param name="format">The format in which to render the report. This argument maps to a rendering extension. Supported formats include Excel, PDF, and Image. </param>
			<param name="encoding">[out] The encoding used when rendering the contents of the report.</param>
			<param name="streams">[out] The stream identifiers. You can use them to render external resources (images, for example) that are associated with the report.</param>
			<param name="warnings">[out] An array of Warning[] objects that describes any warnings that occurred during report processing.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.LocalReport.SetParameters(System.Collections.Generic.IEnumerable{Microsoft.Reporting.WinForms.ReportParameter})">
			<summary>Sets report parameter properties for the local report.</summary>
			<param name="parameters">An array of ReportParameter[] objects that contains a list of the report parameters properties.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.LocalReport.DataSources">
			<summary>Gets a collection of data sources used by the report.</summary>
			<returns>A read-only <see cref="T:Microsoft.Reporting.WinForms.ReportDataSourceCollection"></see> object.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.LocalReport.EnableExternalImages">
			<summary>Indicates whether the report can be rendered if it has external images.</summary>
			<returns>A Boolean value.  A value of true indicates that the local report can be rendered if it has external images. The default value is false.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.LocalReport.EnableHyperlinks">
			<summary>Indicates whether the report can be rendered if it contains hyperlink actions.</summary>
			<returns>A Boolean value. A value of true indicates that the report can be rendered if it contains hyperlink actions. The default value is false.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.LocalReport.OriginalParametersToDrillthrough">
			<summary>Returns the parameters passed from a parent report to a drillthrough report.</summary>
			<returns>An array of <see cref="T:Microsoft.Reporting.WinForms.ReportParameter"></see> objects in an IList collection, representing the parameters passed from the parent reports to the drillthrough report, or an empty collection if this report is not a drillthrough report.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.LocalReport.ReportEmbeddedResource">
			<summary>Gets or sets the name of the report embedded resource.</summary>
			<returns>A String containing the name of the embedded resource.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.LocalReport.ReportPath">
			<summary>Gets or sets the local file system path of the local report.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.MissingDataSourceCredentialsException">
			<summary>Represents an exception that occurs when credentials have not been supplied for a data source used by a report.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.MissingDataSourceException">
			<summary>Represents the error that occurs when a data source expected by the report has not been supplied.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.MissingEndpointException">
			<summary>Represents the error that occurs when the SOAP endpoint used by the ReportViewer control could not be accessed.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.MissingParameterException">
			<summary>Represents the exception that occurs when a parameter expected by the report has not been supplied.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.MissingReportSourceException">
			<summary>Represents the exception that occurs when no report source has been specified.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.PageNavigationEventArgs">
			<summary>Provides data for a <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.PageNavigation"></see> event.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.PageNavigationEventArgs.NewPage">
			<summary>Gets the number of the page resulting from the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.PageNavigation"></see> event.</summary>
			<returns>An integer value containing the new page number.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.PageNavigationEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.PageNavigation"></see> event of a <see cref="T:Microsoft.Reporting.WinForms.ReportViewer"></see>.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ParameterDataType">
			<summary>Specifies the data type of a parameter.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ParameterDataType.Boolean">
			<summary>A Boolean data type that represents a true or false condition.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ParameterDataType.DateTime">
			<summary>A DateTime data type that represents the date and time.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ParameterDataType.Float">
			<summary>A Float data type that represents a floating point decimal value.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ParameterDataType.Integer">
			<summary>An Integer data type. </summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ParameterDataType.String">
			<summary>A String data type that represents an array of characters.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ParameterState">
			<summary>Specifies the state of a parameter.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ParameterState.DynamicValuesUnavailable">
			<summary>The parameter values are unavailable. This state indicates that no valid, query-based values were returned as a result of the query.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ParameterState.HasOutstandingDependencies">
			<summary>The parameter has outstanding dependencies. This generally occurs when the valid values or the default value of a parameter is query-based and dependencies exist that have not been submitted to the <see cref="M:Microsoft.Reporting.WinForms.Report.GetParameters"></see> method.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ParameterState.HasValidValue">
			<summary>A valid value for the parameter exists.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ParameterState.MissingValidValue">
			<summary>A valid value for the parameter does not exist.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ProcessingMode">
			<summary>Used to specify the processing mode of the ReportViewer control.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ProcessingMode.Local">
			<summary>Specifies that the report will be processed and rendered using the reporting engine provided by the ReportViewer control.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ProcessingMode.Remote">
			<summary>Specifies remote processing mode against a Reporting Services report server. </summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.RenderingCompleteEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.RenderingComplete"></see> event.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.RenderingCompleteEventArgs.Exception">
			<summary>Contains an <see cref="P:Microsoft.Reporting.WinForms.RenderingCompleteEventArgs.Exception"></see> object if an exception has occurred.</summary>
			<returns>An <see cref="P:Microsoft.Reporting.WinForms.RenderingCompleteEventArgs.Exception"></see> object if an exception has occurred during report rendering, or null if no exception has occurred.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.RenderingCompleteEventArgs.Warnings">
			<summary>Gets a list of warnings produced during report processing or rendering.</summary>
			<returns>A collection of <see cref="P:Microsoft.Reporting.WinForms.RenderingCompleteEventArgs.Warnings"></see> objects if warnings have occurred; otherwise a null value.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.RenderingCompleteEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.RenderingComplete"></see> event of a <see cref="T:Microsoft.Reporting.WinForms.ReportViewer"></see>.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.RenderingExtension">
			<summary>Encapsulates a rendering extension that can be used with the Report Viewer's report.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.RenderingExtension.LocalizedName">
			<summary>Gets the localized display name of the rendering extension.</summary>
			<returns>A read-only String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.RenderingExtension.Name">
			<summary>Gets the name of the rendering extension.</summary>
			<returns>A read-only String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.RenderingExtension.Visible">
			<summary>Indicates whether the rendering extension is visible in the user interface.</summary>
			<returns>A Boolean value.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.Report">
			<summary>Contains methods and properties that can apply to both local and server reports.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.Report.GetDefaultPageSettings">
			<summary>Gets the default page settings specified in the report.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportPageSettings"></see> object containing the default page settings for the local report.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.Report.GetDocumentMap">
			<summary>Returns the representation of the document map for the local report.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.DocumentMapNode"></see> object containing the top level node of the document map hierarchy for the report.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.Report.GetParameters">
			<summary>Returns report parameter properties for the report. </summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportParameterInfoCollection"></see> object containing an array of ReportParameterInfo objects.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.Report.GetTotalPages">
			<summary>Returns the total number of logical pages in the report.</summary>
			<returns>An integer value containing the total number of logical pages in the report.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.Report.ListRenderingExtensions">
			<summary>Returns all available rendering extensions for the local report.</summary>
			<returns>An array of <see cref="T:Microsoft.Reporting.WinForms.RenderingExtension"></see> objects.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.Report.LoadReportDefinition(System.IO.Stream)">
			<summary>Loads a report definition from the local file system using a <see cref="T:System.IO.Stream"></see>.</summary>
			<param name="report">A <see cref="T:System.IO.Stream"></see> class that can be used to read the report definition language (RDL) file for the report.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.Report.LoadReportDefinition(System.IO.TextReader)">
			<summary>Loads a report definition from the local file system using a <see cref="T:System.IO.TextReader"></see>.</summary>
			<param name="report">A <see cref="T:System.IO.TextReader"></see> class that can be used to read the report definition language (RDL) file for the report.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.Report.Refresh">
			<summary>Causes the report to be rendered with new data.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.Report.Render(System.String,System.String,System.String@,System.String@,System.String@,System.String[]@,Microsoft.Reporting.WinForms.Warning[]@)">
			<summary>Processes the report and renders it in the specified format.</summary>
			<returns>A <see cref="T:System.Byte"></see> array of the report in the specified format.</returns>
			<param name="fileNameExtension">[out] The filename extension used for the output file.</param>
			<param name="mimeType">[out] The MIME type of the rendered report.</param>
			<param name="deviceInfo">An XML string that contains the device-specific content that is required by the rendering extension specified in the Format parameter. For more information about device information settings for specific output formats, see Device Information Settings.</param>
			<param name="format">The format in which to render the report. This argument maps to a rendering extension. Supported extensions include XML, NULL, CSV, IMAGE, PDF, HTML4.0, HTML3.2, MHTML, EXCEL, and HTMLOWC. </param>
			<param name="encoding">[out] The encoding used when rendering the contents of the report.</param>
			<param name="streams">[out] The stream identifiers You can use them to render the external resources (images, etc.) that are associated with the report.</param>
			<param name="warnings">[out] An array of Warning[] objects that describes any warnings that occurred during report processing.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.Report.SetParameters(System.Collections.Generic.IEnumerable{Microsoft.Reporting.WinForms.ReportParameter})">
			<summary>Sets report parameter properties for the report.</summary>
			<param name="parameters">An array of <see cref="T:Microsoft.Reporting.WinForms.ReportParameter"></see> objects that contains a list of the report parameters properties.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.Report.DisplayName">
			<summary>Gets or sets the display name of the report.</summary>
			<returns>A String containing the report's display name.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.Report.IsDrillthroughReport">
			<summary>Indicates whether the report is a drillthrough report.</summary>
			<returns>A Boolean value.  A value of true indicates that this is a drillthrough report.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportDataSource">
			<summary>Represents a data source for a report.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportDataSource.Name">
			<summary>Gets or sets the name of the report data source.</summary>
			<returns>A Stringcontaining the name of the data source.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportDataSource.Value">
			<summary>Gets or sets the instance of the report data source.</summary>
			<returns>An Object containing an instance of the report data source.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportDataSourceCollection">
			<summary>Contains a collection of <see cref="T:Microsoft.Reporting.WinForms.ReportDataSourceCollection"></see> objects.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportDataSourceCollection.Item(System.String)">
			<summary>Returns a report data source from the collection that matches a specified name.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportDataSource"></see> object.</returns>
			<param name="name">The name of the report data source to retrieve from the collection.</param>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportDataSourceInfo">
			<summary>Represents information about a report data source.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportDataSourceInfo.Name">
			<summary>Gets the name of the report data source.</summary>
			<returns>A String containing the name of the report data source.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportDataSourceInfo.Prompt">
			<summary>Gets a prompt for the data source.</summary>
			<returns>A String containing a prompt for the data source.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportDataSourceInfoCollection">
			<summary>Represents a collection of <see cref="T:Microsoft.Reporting.WinForms.ReportDataSourceInfo"></see> objects.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportDataSourceInfoCollection.Item(System.String)">
			<summary>Returns a specific <see cref="T:Microsoft.Reporting.WinForms.ReportDataSourceInfo"></see> object from the collection.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportDataSourceInfo"></see> object.</returns>
			<param name="name">The name of the <see cref="T:Microsoft.Reporting.WinForms.ReportDataSourceInfo"></see> object to return.</param>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportErrorEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.ReportError"></see> event.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportErrorEventArgs.Exception">
			<summary>Returns an Exception object containing information about the report error.</summary>
			<returns>An Exception object containing information about the report error.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportErrorEventArgs.Handled">
			<summary>Indicates whether the host application has handled the error.</summary>
			<returns>A Boolean value indicating whether the host application has handled the error. The default value is false.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportErrorEventHandler">
			<summary>Represents the method that will handle a <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.ReportError"></see> event.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportExportEventArgs">
			<summary>Provides data for the report <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.ReportExport"></see> event.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportExportEventArgs.DeviceInfo">
			<summary>Gets or sets an XML string that contains the device-specific content that is required by the rendering extension specified in the Extension parameter. </summary>
			<returns>A String value containing the device-specific information.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportExportEventArgs.Extension">
			<summary>Returns a <see cref="T:Microsoft.Reporting.WinForms.RenderingExtension"></see> used for exporting the report.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.RenderingExtension"></see> object.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportPageSettings">
			<summary>Represents the page settings for a report.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportPageSettings.Margins">
			<summary>Represents the margins for a report page.  Read-only.</summary>
			<returns>A read-only Margins object containing margin information about the report page.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportPageSettings.PaperSize">
			<summary>Represents the paper size settings for a report page. Read-only.</summary>
			<returns>A read-only PaperSize object containing information about report page size.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportParameter">
			<summary>Represents a parameter for a report.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportParameter.#ctor">
			<summary>Instantiates a new ReportParameter.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportParameter.#ctor(System.String)">
			<summary>Instantiates a new ReportParameter with a name.</summary>
			<param name="name">The name of the parameter.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportParameter.#ctor(System.String,System.String)">
			<summary>Instantiates a new ReportParameter with a name and a value.</summary>
			<param name="value">The value of the parameter.</param>
			<param name="name">The name of the parameter.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportParameter.#ctor(System.String,System.String[])">
			<summary>Instantiates a new multi-valued ReportParameter with a name.</summary>
			<param name="values">The values of the parameter.</param>
			<param name="name">The name of the parameter.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportParameter.#ctor(System.String,System.String,System.Boolean)">
			<summary>Instantiates a new ReportParameter with a name, a value, and a visibility flag.</summary>
			<param name="visible">Determines if the parameter is displayed in the user interface.</param>
			<param name="value">The value of the parameter.</param>
			<param name="name">The name of the parameter.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportParameter.#ctor(System.String,System.String[],System.Boolean)">
			<summary>Instantiates a new ReportParameter with a name, multiple values, and a visibility flag.</summary>
			<param name="values">The values of the parameter.</param>
			<param name="visible">Determines if the parameter is displayed in the user interface.</param>
			<param name="name">The name of the parameter.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameter.Name">
			<summary>Gets or Sets the name of the parameter.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameter.Values">
			<summary>Gets a collection of String objects containing one or more values for the parameter.</summary>
			<returns>A StringCollection object.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameter.Visible">
			<summary>Determines whether the parameter can be displayed in the user interface.</summary>
			<returns>A Boolean value.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportParameterInfo">
			<summary>Encapsulates information about report parameters.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.AllowBlank">
			<summary>Indicates whether an empty string is a valid value for the parameter. Read-only.</summary>
			<returns>A Boolean value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.AreDefaultValuesQueryBased">
			<summary>Indicates whether the default values of the parameter are based on a query. Boolean. Read-only.</summary>
			<returns>A Boolean value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.AreValidValuesQueryBased">
			<summary>Indicates whether the parameter's valid values are based on a query. Read-only.</summary>
			<returns>A read-only Boolean value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.DataType">
			<summary>Gets the data type of the parameter. Read-only.</summary>
			<returns>A read-only <see cref="T:Microsoft.Reporting.WinForms.ParameterDataType"></see> value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.Dependencies">
			<summary>Gets a list of parameters whose values are used to retrieve additional parameter values in a query. Read-only.</summary>
			<returns>A read-only <see cref="T:Microsoft.Reporting.WinForms.ReportParameterInfoCollection"></see>.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.Dependents">
			<summary>A list of parameters that use the value of this parameter as parameters into queries to retrieve <see cref="P:Microsoft.Reporting.WinForms.ReportParameterInfo.ValidValues"></see>and/or <see cref="F:Microsoft.SqlServer.ReportingServices.ReportParameter.DefaultValues"></see>.</summary>
			<returns>A read-only <see cref="T:Microsoft.Reporting.WinForms.ReportParameterInfoCollection"></see>.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.ErrorMessage">
			<summary>Gets an error message, returned when the parameter has failed validation. Read-only.</summary>
			<returns>A read-only String containing the text of the error message.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.IsQueryParameter">
			<summary>Indicates whether the parameter is used in a query to an external data source. Read-only.</summary>
			<returns>A read-only Boolean value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.MultiValue">
			<summary>Indicates whether the parameter can be a multi-value parameter. Read-only.</summary>
			<returns>A read-only Boolean value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.Name">
			<summary>Gets the name of the parameter. Read-only.</summary>
			<returns>A String containing the name of the parameter.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.Nullable">
			<summary>Indicates whether the value of the parameter can be null. Read-only.</summary>
			<returns>A read-only Boolean value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.Prompt">
			<summary>The text that prompts the user to provide parameter values.</summary>
			<returns>A String containing the text of the prompt.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.PromptUser">
			<summary>Indicates whether the user is prompted for the value of the parameter.</summary>
			<returns>A read-only Boolean value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.State">
			<summary>Describes the state of the parameter. Read-only.</summary>
			<returns>A read-only <see cref="T:Microsoft.Reporting.WinForms.ParameterState"></see> value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.ValidValues">
			<summary>Gets the available valid values for the parameter. Read-only.</summary>
			<returns>A read-only array of <see cref="T:Microsoft.Reporting.WinForms.ValidValue"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.Values">
			<summary>Gets the values for the parameter.</summary>
			<returns>A read-only list of String values.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfo.Visible">
			<summary>Determines whether the parameter can be displayed in the user interface.</summary>
			<returns>A Boolean value.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportParameterInfoCollection">
			<summary>A collection of <see cref="T:Microsoft.Reporting.WinForms.ReportParameterInfo"></see> objects.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportParameterInfoCollection.Item(System.String)">
			<summary>Returns a named item from the ReportParameterInfoCollection.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportParameterInfo"></see> object from the collection.</returns>
			<param name="name">The name of the item to retrieve.</param>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportSecurityException">
			<summary>Represents the error that occurs when there a report contains a security violation.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportServerCredentials">
			<summary>Specifies the credentials for the ReportViewer control to use when connecting to a Report Server.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportServerCredentials.GetFormsCredentials(System.Net.Cookie@,System.String@,System.String@,System.String@)">
			<summary>Returns a Boolean value indicating whether forms authentication will be used when connecting to the Report Server as well as information about the forms credentials to be used for authentication.</summary>
			<returns>Returns true if forms authentication is to be used when connecting to the Report Server. Information about the credentials to be used for forms authentication is returned via the out parameters used in the method call.</returns>
			<param name="userName">[out] The user name that will be used to connect to the Report Server..</param>
			<param name="authority">[out] The authority to use when authenticating the user, for example, a Windows domain name.</param>
			<param name="authCookie">[out] An authentication cookie used by the Report Server.</param>
			<param name="password">[out] The password that will be used to connect to the Report Server.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportServerCredentials.SetFormsCredentials(System.Net.Cookie,System.String,System.String,System.String)">
			<summary>Specifies that forms authentication is to be used when connecting to the Report Server, and provides the forms credentials.</summary>
			<param name="userName">The user name that will be used to connect to the Report Server..</param>
			<param name="authority">The authority to use when authenticating the user, for example, a Windows domain name.</param>
			<param name="authCookie">An authentication cookie used by the Report Server.</param>
			<param name="password">The password that will be used to connect to the Report Server.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportServerCredentials.ImpersonationUser">
			<summary>Specifies the user to impersonate when connecting to the Report Server.</summary>
			<returns>A WindowsIdentity object encapsulating the user to impersonate when connecting to a Report Server.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportServerCredentials.NetworkCredentials">
			<summary>Gets or sets the network credentials used for authentication with the Report Server.</summary>
			<returns>A NetworkCredentials object containing the network credentials used for authentication with the Report Server.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportServerException">
			<summary>Represents errors that occur while viewing a server report.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportServerException.ErrorCode">
			<summary>Returns the error code from the exception.</summary>
			<returns>A String value containing the error code returned by the exception.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportTypeConverter">
			<summary>Information not available in this release.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportViewer">
			<summary>Encapsulates the methods and properties used for the ReportViewer control.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.Back">
			<summary>Occurs when a user navigates back to a parent report from a drillthrough report.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.BookmarkNavigation">
			<summary>Occurs when the user navigates to a bookmark in a report.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.DocumentMapNavigation">
			<summary>Occurs when a document map node is selected.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.Drillthrough">
			<summary>Occurs when a drillthrough item is selected in a report.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.Hyperlink">
			<summary>Occurs when a user clicks on a hyperlink in a report.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.PageNavigation">
			<summary>Occurs when a user changes pages in a report.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.Print">
			<summary>Occurs when a user prints the report.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.RenderingBegin">
			<summary>Occurs when the report in the ReportViewer begins rendering.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.RenderingComplete">
			<summary>Occurs when the report finishes rendering.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.ReportError">
			<summary>Raised when an error occurs in the report.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.ReportExport">
			<summary>Occurs when the user clicks the Export button.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.ReportRefresh">
			<summary>Occurs when the report is refreshed.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.Search">
			<summary>This event occurs when the Find or Find Next button is pressed.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.Sort">
			<summary>Occurs when the user activates a sort.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.Toggle">
			<summary>Occurs when the user toggles the visibility of an item in the report.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.ViewButtonClick">
			<summary>Occurs when the user clicks the View button.</summary>
		</member>
		<member name="E:Microsoft.Reporting.WinForms.ReportViewer.ZoomChange">
			<summary>Occurs when the user changes the zoom level of the ReportViewer control.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportViewer.CancelRendering(System.Int32)">
			<summary>Stops background processing of the report.</summary>
			<returns>A Boolean value.  A value of true is returned if the background rendering has terminated.  A value of false is returned if background rendering has not terminated after the amount of time specified in the millisecondsTimeout parameter has elapsed, or if the millisecondsTimeout parameter was set to 0.</returns>
			<param name="millisecondsTimeout">The number of milliseconds to wait for the background rendering to terminate. A value of -1 waits forever. A value of 0 returns immediately without waiting for the rendering to terminate.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportViewer.Clear">
			<summary>Clears the report view and fills it with the background color of the control.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportViewer.Find(System.String,System.Int32)">
			<summary>Searches the report for the specified text string.</summary>
			<returns>An integer value containing the page number on which the search string was found, or 0 if the search string was not found.</returns>
			<param name="searchString">The search string.</param>
			<param name="startPage">The page number on which to start searching.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportViewer.FindNext">
			<summary>Continues the search for the specified text string.</summary>
			<returns>An integer value containing the page number on which the search string was found, or 0 if the search string was not found.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportViewer.JumpToBookmark(System.String)">
			<summary>Moves the report to the specified bookmark.</summary>
			<param name="bookmarkId">The ID of the bookmark.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportViewer.JumpToDocumentMapId(System.String)">
			<summary>Moves to the specified area of the document map.</summary>
			<param name="documentMapId">The ID of the document map node.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportViewer.PrintDialog">
			<summary>Displays the Print dialog.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportViewer.RefreshReport">
			<summary>Causes the current report in the Report Viewer to be processed and rendered.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportViewer.Reset">
			<summary>Resets the control to its default values.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ReportViewer.SetDisplayMode(Microsoft.Reporting.WinForms.DisplayMode)">
			<summary>Sets the control display to normal or print preview mode.</summary>
			<param name="mode">A <see cref="T:Microsoft.Reporting.WinForms.DisplayMode"></see> enumeration value specifying which display mode to use. Valid values or Normal or PrintLayout.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.BackColor">
			<summary>Gets or sets the background color of the control's report area.</summary>
			<returns>A <see cref="T:System.Drawing.Color"></see> value indicating the background color of the control's report area.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.BackgroundImage">
			<summary>Gets or sets the background image of the ReportViewer control.</summary>
			<returns>An Image object containing the background image for the control.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.BackgroundImageLayout">
			<summary>Gets or sets the layout for the background image of the ReportViewer control.</summary>
			<returns>An ImageLayout object containing the layout for the background image of the ReportViewer control.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.BorderStyle">
			<summary>Gets or sets the border style of the ReportViewer control.</summary>
			<returns>A BorderStyle value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.CurrentPage">
			<summary>Gets or sets the current page of the ReportViewer control's active report.</summary>
			<returns>An integer value containing the current page of the report. The default value is 0.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.DocumentMapCollapsed">
			<summary>Gets or sets the collapsed state of the document map.</summary>
			<returns>A Boolean value. A value of true indicates that the document map is collapsed. The default value is false.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.DocumentMapWidth">
			<summary>Gets or sets the width of the document map in pixels.</summary>
			<returns>An integer value containing the width of the document map, in pixels. The default value is 40.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.IsDocumentMapWidthFixed">
			<summary>Indicates whether the size of the document map panel is fixed or changes when the viewer resizes.</summary>
			<returns>A Boolean value indicating whether the size of the document map panel is fixed. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.LocalReport">
			<summary>Returns the local report in the ReportViewer control.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.LocalReport"></see> object containing the local report in the ReportViewer control.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ProcessingMode">
			<summary>Gets or sets the processing mode of the ReportViewer control.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ProcessingMode"></see> enumerator value of either Local or Remote. The default value is Local.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.PromptAreaCollapsed">
			<summary>Collapses or restores the ReportViewer control's prompt area.</summary>
			<returns>A Boolean value indicating the state of the prompt area. The default value is false.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ServerReport">
			<summary>Gets a server report in the Report Viewer.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ServerReport"></see> object containing the server report in the Report Viewer.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowBackButton">
			<summary>Indicates whether the Back button is visible on the control.</summary>
			<returns>A Boolean value indicated the visibility of the Back button. The default is value true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowContextMenu">
			<summary>Indicates whether the Context menu is visible.</summary>
			<returns>A Boolean value. The default is value true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowCredentialPrompts">
			<summary>Indicates whether prompts for user credentials will be displayed.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowDocumentMapButton">
			<summary>Indicates whether the Document Map button is visible on the control.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowExportButton">
			<summary>Indicates whether the Export button is visible on the control.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowFindControls">
			<summary>Indicates whether the Find input box is visible on the control.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowPageNavigationControls">
			<summary>Indicates whether the page navigation controls are visible.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowParameterPrompts">
			<summary>Indicates whether parameter prompts should be visible.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowPrintButton">
			<summary>Indicates whether Print button should be visible.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowProgress">
			<summary>Indicates whether progess animation should be displayed during report processing.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowPromptAreaButton">
			<summary>Indicates whether the Prompt Area button should be visible.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowRefreshButton">
			<summary>Indicates whether the Refresh button should be visible.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowStopButton">
			<summary>Indicates whether the Stop button should be visible.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowToolBar">
			<summary>Indicates whether the Toolbar should be visible.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ShowZoomControl">
			<summary>Indicates whether the Zoom input box is visible.</summary>
			<returns>A Boolean value. The default value is true.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ZoomMode">
			<summary>Gets or sets the zoom mode of the control.</summary>
			<returns>A <see cref="P:Microsoft.Reporting.WinForms.ReportViewer.ZoomMode"></see> enumerator value indicating the zoom mode of the control. The default value is 100%.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ReportViewer.ZoomPercent">
			<summary>Gets or sets the percentage of zoom used for the report display.</summary>
			<returns>An integer value containing the percentage of zoom.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ReportViewerException">
			<summary>Represents errors that occur while viewing a report.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.SearchEventArgs">
			<summary>Provides data for a <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.Search"></see> event in the ReportViewer control.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.SearchEventArgs.#ctor(System.String,System.Int32,System.Boolean)">
			<param name="isFindNext">Indicates that this event is occuring as a result of a Find Next command.</param>
			<param name="searchString">The search string.</param>
			<param name="startPage">The page on which to start searching.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.SearchEventArgs.IsFindNext">
			<summary>Indicates that this event is occuring as a result of a Find Next command.</summary>
			<returns>A Boolean value.  A value of true indicates that this event occurred because of a Find Next command.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.SearchEventArgs.SearchString">
			<summary>Returns the search string being used for the search.</summary>
			<returns>A String value containing the search string.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.SearchEventArgs.StartPage">
			<summary>Returns the page number on which to start searching.</summary>
			<returns>An integer containing the starting page number to search.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.SearchEventHandler">
			<summary>Represents the method that will handle a <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.Search"></see> event.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ServerReport">
			<summary>Represents a report that is processed and rendered on the report server.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.GetDataSources">
			<summary>Retrieves information about the data sources used for a report.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportDataSourceInfoCollection"></see> containing <see cref="T:Microsoft.Reporting.WinForms.ReportDataSourceInfo"></see> objects.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.GetDataSources(System.Boolean@)">
			<summary>Retrieves information about the data sources used for a report, including whether all required credentials have been supplied for the report data souces.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportDataSourceInfoCollection"></see> containing <see cref="T:Microsoft.Reporting.WinForms.ReportDataSourceInfo"></see> objects.</returns>
			<param name="allCredentialSatisfied">[out] Indicates whether all required credentials have been supplied for the data sources used by the server report.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.GetDefaultPageSettings">
			<summary>Gets the default page settings specified in the local report.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportPageSettings"></see> object containing the default page settings for the local report.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.GetExecutionId">
			<summary>Returns the current execution ID, or null if no execution ID is available.</summary>
			<returns>A String containing the execution ID.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.GetParameters">
			<summary>Returns report parameter properties for the report</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportParameterInfoCollection"></see> object containing an array of ReportParameterInfo objects.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.GetServerVersion">
			<summary>Returns the version of the report server.</summary>
			<returns>A String value containing the server version information.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.GetTotalPages">
			<summary>Retrieves the total number of logical pages for the server report.</summary>
			<returns>An integer value containing the total number of logical pages in the report.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.IsQueryExecutionAllowed">
			<summary>Indicates whether the report can execute queries.</summary>
			<returns>A Boolean value indicating whether the report can execute queries.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.ListRenderingExtensions">
			<summary>Returns all available rendering extensions for the server report.</summary>
			<returns>An array of <see cref="T:Microsoft.Reporting.WinForms.RenderingExtension"></see> objects.</returns>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.LoadReportDefinition(System.IO.TextReader)">
			<summary>Loads the report definition from the report server using a <see cref="T:System.IO.TextReader"></see>.</summary>
			<param name="report">A <see cref="T:System.IO.TextReader"></see> class that can be used to read the report definition language (RDL) file for the report.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.Refresh">
			<summary>Causes the report to be rendered with new data.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.Render(System.String,System.String,System.String@,System.String@,System.String@,System.String[]@,Microsoft.Reporting.WinForms.Warning[]@)">
			<summary>Processes the report and renders it in the specified format.</summary>
			<returns>A <see cref="T:System.Byte"></see> array of the report in the specified format.</returns>
			<param name="fileNameExtension">[out] The filename extension used for the output file.</param>
			<param name="mimeType">[out] The MIME type of the rendered report.</param>
			<param name="deviceInfo">An XML string that contains the device-specific content that is required by the rendering extension specified in the format parameter. For more information about device information settings for specific output formats, see Device Information Settings.</param>
			<param name="format">The format in which to render the report. This argument maps to a rendering extension. Supported formats include Excel, PDF, and Image. </param>
			<param name="encoding">[out] The encoding used when rendering the contents of the report.</param>
			<param name="streams">[out] The stream identifiers. You can use them to render external resources (images, for example) that are associated with the report.</param>
			<param name="warnings">[out] An array of Warning[] objects that describes any warnings that occurred during report processing.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.RenderStream(System.String,System.String,System.String,System.String@,System.String@)">
			<summary>Returns a secondary stream associated with a processed report.</summary>
			<returns>A Byte[] array of the stream in the specified format. For more information about this data type, see "Byte Structure" in the Microsoft .NET Framework documentation.</returns>
			<param name="mimeType">The MIME type of the stream.</param>
			<param name="deviceInfo">An XML string that contains the device-specific content that is required by the rendering extension specified in the format parameter. For more information about device information settings for specific output formats, see Device Information Settings.</param>
			<param name="format">The format in which to render the stream. This argument maps to a rendering extension. Supported extensions include XML, NULL, CSV, IMAGE, PDF, HTML4.0, HTML3.2, MHTML, EXCEL, and HTMLOWC.</param>
			<param name="encoding"> The .NET Framework encoding class name.</param>
			<param name="streamId">The stream identifier.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.SetDataSourceCredentials(Microsoft.Reporting.WinForms.DataSourceCredentials[])">
			<summary>Sets data source credentials for the report.</summary>
			<param name="credentials"> An array of <see cref="T:Microsoft.Reporting.WinForms.Credentials"></see> objects.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.SetExecutionId(System.String)">
			<summary>Initializes a server report using a specific report execution on the server. </summary>
			<param name="executionId">A String containing the execution ID to use.</param>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ServerReport.SetParameters(System.Collections.Generic.IEnumerable{Microsoft.Reporting.WinForms.ReportParameter})">
			<summary>Sets report parameter properties for the report.</summary>
			<param name="parameters"> An array of <see cref="T:Microsoft.Reporting.WinForms.ReportParameter"></see> objects that contains a list of the report parameters properties.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ServerReport.HistoryId">
			<summary>Gets or sets the unique identifier of the snapshot used for the server report.</summary>
			<returns>A String value containing the <see cref="P:Microsoft.Reporting.WinForms.ServerReport.HistoryId"></see>.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ServerReport.ReportPath">
			<summary>Gets or sets the path to the report on the server.</summary>
			<returns>A String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ServerReport.ReportServerCredentials">
			<summary>Gets or sets credentials to be used with the report server.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportServerCredentials"></see> object containing the credentials to be used with the report server.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ServerReport.ReportServerUrl">
			<summary>Gets or sets the URL for the report server.</summary>
			<returns>A Uri object containing the URL for the report server.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ServerReport.Timeout">
			<summary>Gets or sets the number of milliseconds to wait for server communications.</summary>
			<returns>An integer value containing the server timeout, in milliseconds. The default value is 600000 milliseconds.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.Severity">
			<summary>Specifies the severity of a warning.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.Severity.Error">
			<summary>The severity level of the warning is Error.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.Severity.Warning">
			<summary>The severity level of the warning is Warning.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.SoapVersionMismatchException">
			<summary>Represents the exception that occurs when the report server version is not compatible with the report control.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.SortEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.Sort"></see> event.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.SortEventArgs.#ctor(System.String,Microsoft.Reporting.WinForms.SortOrder,System.Boolean)">
			<param name="sortId">The ID of the sort action.</param>
			<param name="sortDirection">A <see cref="T:Microsoft.Reporting.WinForms.SortOrder"></see> enumeration value indicating the direction of the sort. The default value is None.</param>
			<param name="clearSort">A Boolean value that indicates whether all other existing sorts should be cleared. The default is false.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.SortEventArgs.ClearSort">
			<summary>Indicates whether all other existing sorts should be cleared. </summary>
			<returns>A Boolean value that indicates whether all other existing sorts should be cleared. The default is false.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.SortEventArgs.SortDirection">
			<summary>Gets an enumeration value indicating the direction of the sort. </summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.SortOrder"></see> enumeration value indicating the direction of the sort. </returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.SortEventArgs.SortId">
			<summary>Gets the unique identifier of the sort action.</summary>
			<returns>A String containing the ID of the sort action.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.SortEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.Sort"></see> event of a <see cref="T:Microsoft.Reporting.WinForms.ReportViewer"></see>.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.SortOrder">
			<summary>Indicates the direction of a sort operation.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.SortOrder.Ascending">
			<summary>Indicates an ascending sort.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.SortOrder.Descending">
			<summary>Indicates a descending sort.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.SubreportProcessingEventArgs">
			<summary>Provides data for the <see cref="E:Microsoft.Reporting.WinForms.LocalReport.SubreportProcessing"></see> event.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.SubreportProcessingEventArgs.DataSourceNames">
			<summary>Gets the list of data source names for the subreport.</summary>
			<returns>A list of String objects containing the names of the data sources for the subreport.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.SubreportProcessingEventArgs.DataSources">
			<summary>Returns a collection of data sources for the subreport.</summary>
			<returns>A collection of <see cref="T:Microsoft.Reporting.WinForms.ReportDataSource"></see> objects.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.SubreportProcessingEventArgs.Parameters">
			<summary>Gets a collection of parameters for the subreport.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ReportParameterInfoCollection"></see> containing information about the subreport parameters.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.SubreportProcessingEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WinForms.LocalReport.SubreportProcessing"></see> event of a <see cref="T:Microsoft.Reporting.WinForms.ReportViewer"></see>.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ValidValue">
			<summary>Represents a possible valid value for a parameter.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ValidValue.Label">
			<summary>Gets a label for the valid value.</summary>
			<returns>A read-only String object.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ValidValue.Value">
			<summary>Gets a valid value.</summary>
			<returns>A read-only String object.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.Warning">
			<summary>Represents a list of errors or warnings that are returned when a report is rendered or processed.</summary>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.Warning.Code">
			<summary>Gets the error code that is assigned to the warning. Read-only.</summary>
			<returns>A read-only String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.Warning.Message">
			<summary>Gets a message that describes the error or warning. Read-only.</summary>
			<returns>A read-only String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.Warning.ObjectName">
			<summary>Gets the name of the object in the report definition that contributed to the warning. Read-only.</summary>
			<returns>A read-only String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.Warning.ObjectType">
			<summary>Gets the type of object in the report definition that caused the error or warning. Read-only.</summary>
			<returns>A read-only String value.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.Warning.Severity">
			<summary>Gets the severity type of the error or warning. Read-only.</summary>
			<returns>A read-only String value.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ZoomChangedEventHandler">
			<summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.ZoomChange"></see> event of a <see cref="T:Microsoft.Reporting.WinForms.ReportViewer"></see>.</summary>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ZoomChangeEventArgs">
			<summary>Provides data for a <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.ZoomChange"></see> event.</summary>
		</member>
		<member name="M:Microsoft.Reporting.WinForms.ZoomChangeEventArgs.#ctor(Microsoft.Reporting.WinForms.ZoomMode,System.Int32)">
			<param name="zoomMode">A <see cref="T:Microsoft.Reporting.WinForms.ZoomMode"></see> enumerator value specifying the zoom mode selected.</param>
			<param name="zoomPercent">An integer specifying the selected percentage of zoom.</param>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ZoomChangeEventArgs.ZoomMode">
			<summary>Gets the zoom mode select for the <see cref="T:Microsoft.Reporting.WinForms.ZoomChangeEventArgs"></see> event.</summary>
			<returns>A <see cref="T:Microsoft.Reporting.WinForms.ZoomMode"></see> enumerator value specifying the zoom mode selected.</returns>
		</member>
		<member name="P:Microsoft.Reporting.WinForms.ZoomChangeEventArgs.ZoomPercent">
			<summary>Gets the zoom percentage value specified for the <see cref="T:Microsoft.Reporting.WinForms.ZoomChangeEventArgs"></see> event.</summary>
			<returns>An integer specifying the selected percentage of zoom.</returns>
		</member>
		<member name="T:Microsoft.Reporting.WinForms.ZoomMode">
			<summary>Specifies the zoom mode for the ReportViewer control.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ZoomMode.FullPage">
			<summary>Sets the zoom mode to full page.</summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ZoomMode.PageWidth">
			<summary>Sets the zoom mode to page width. </summary>
		</member>
		<member name="F:Microsoft.Reporting.WinForms.ZoomMode.Percent">
			<summary>Sets the zoom mode to a percentage. </summary>
		</member>
	</members>
</doc>