Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Microsoft Visual Studio 10.0/ReportViewer/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>Microsoft.ReportViewer.WebForms</name> </assembly> <members> <member name="N:Microsoft.Reporting.WebForms"> <summary>The <see cref="N:Microsoft.Reporting.WebForms" /> namespace contains methods and properties for the ReportViewer Web server control.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.AspNetSessionExpiredException"> <summary>Occurs when the ASP.NET session has expired.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.BackEventArgs"> <summary>Provides data for the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.Back" /> event.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.BackEventArgs.#ctor(Microsoft.Reporting.WebForms.Report)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Reporting.WebForms.BackEventArgs" /> class. </summary> <param name="parentReport">The parent report of the drillthrough report.</param> </member> <member name="P:Microsoft.Reporting.WebForms.BackEventArgs.ParentReport"> <summary>Gets the parent report of the drillthrough report.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.LocalReport" /> (if the ReportViewer control is in local processing mode) or <see cref="T:Microsoft.Reporting.WebForms.ServerReport" /> 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.WebForms.BackEventHandler"> <summary>Represents the method that will handle the <see cref="T:Microsoft.Reporting.WebForms.Back" /> event of a <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" />.</summary> <param name="sender">The object that raised the event.</param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.BackEventArgs" /> object that contains the event arguments.</param> </member> <member name="T:Microsoft.Reporting.WebForms.BookmarkNavigationEventArgs"> <summary>Provides data for the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.BookmarkNavigation" /> event.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.BookmarkNavigationEventArgs.#ctor(System.String)"> <summary>Constructs a BookmarkNavigationEventArgs object.</summary> <param name="bookmarkId">The bookmark identification string.</param> </member> <member name="P:Microsoft.Reporting.WebForms.BookmarkNavigationEventArgs.BookmarkId"> <summary>Gets the bookmark identification string.</summary> <returns>A read-only string object.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.BookmarkNavigationEventHandler"> <summary>Represents the method that will handle the <see cref="T:Microsoft.Reporting.WebForms.BookmarkNavigation" /> event of a <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" />.</summary> <param name="sender">The object that raised the event.</param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.BookmarkNavigationEventArgs" /> object that contains the event arguments.</param> </member> <member name="T:Microsoft.Reporting.WebForms.ClientRenderingException"> <summary>Represents errors that occur when the <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" /> control is rendering a processed report from report page layout (RPL) format into HTML format.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.ContentDisposition"> <summary>Indicates how the report content should be presented.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ContentDisposition.AlwaysAttachment"> <summary>Indicates that content is always presented as an attachment regardless of format.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ContentDisposition.AlwaysInline"> <summary>Indicates that content is presented inline regardless of format.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ContentDisposition.OnlyHtmlInline"> <summary>Indicates that HTML-formatted content is presented inline; all other content is presented as an attachment.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.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> <param name="name">The name of the stream.</param> <param name="extension">The file name extension to use if a file stream is being created.</param> <param name="encoding">An Encoding enumerator value specifying the character encoding of the stream. This may be null if the stream does not contain characters.</param> <param name="mimeType">A string containing the MIME type of the stream.</param> <param name="willSeek">A Boolean value indicated whether the stream needs to support seeking. If the value is false, the stream will be forward-only and will be sent to the client in chunks as it is created. If the value is true, the stream may be written in any order.</param> </member> <member name="T:Microsoft.Reporting.WebForms.DataSourceCredentials"> <summary>Represents data source credentials.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.DataSourceCredentials.#ctor"> <summary>Constructs a DataSourceCredentials object.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.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.WebForms.DataSourceCredentialsCollection"> <summary>Represents a collection of <see cref="T:Microsoft.Reporting.WebForms.DataSourceCredentials" /> objects. </summary> </member> <member name="M:Microsoft.Reporting.WebForms.DataSourceCredentialsCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Reporting.WebForms.DataSourceCredentialsCollection" /> class.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.DataSourceCredentialsCollection.Item(System.String)"> <summary>Gets the <see cref="T:Microsoft.Reporting.WebForms.DataSourceCredentials" /> object of the specified name from the collection.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.DataSourceCredentials" /> object.</returns> <param name="name">Name of the <see cref="T:Microsoft.Reporting.WebForms.DataSourceCredentials" /> object. This parameter is not case sensitive.</param> </member> <member name="T:Microsoft.Reporting.WebForms.DeviceInfo"> <summary>Contains a name-value pair that represents a case insensitive device information setting.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.DeviceInfo.#ctor(System.String,System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Reporting.WebForms.DeviceInfo" /> class. </summary> <param name="name">The name of the device information.</param> <param name="value">The value of the device information.</param> </member> <member name="P:Microsoft.Reporting.WebForms.DeviceInfo.Name"> <summary>Gets the name of the device information.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.DeviceInfo.Value"> <summary>Gets the value of the device information.</summary> <returns>A string value.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.DeviceInfoCollection"> <summary>Represents a collection of device information settings. </summary> </member> <member name="M:Microsoft.Reporting.WebForms.DeviceInfoCollection.Add(System.String,System.String)"> <summary>Adds a <see cref="T:Microsoft.Reporting.WebForms.DeviceInfo" /> object to the collection using the specified name and value.</summary> <param name="name">The name of the device information setting.</param> <param name="value">The value of the device information setting.</param> </member> <member name="T:Microsoft.Reporting.WebForms.DocumentMapNavigationEventArgs"> <summary>Provides data for the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.DocumentMapNavigation" /> event.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.DocumentMapNavigationEventArgs.#ctor(System.String)"> <summary>Constructs a DocumentMapNavigationEventArgs object.</summary> <param name="docMapID">A string value containing the document map node ID.</param> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.DocumentMapNavigationEventHandler"> <summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.DocumentMapNavigation" /> event of a <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" />.</summary> <param name="sender">The object raising the event.</param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.DocumentMapNavigationEventArgs" /> object containing the event arguments.</param> </member> <member name="T:Microsoft.Reporting.WebForms.DocumentMapNode"> <summary>Represents a single node in the document map.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.DocumentMapNode.Children"> <summary>Gets a collection of child document map nodes.</summary> <returns>A read-only array of <see cref="T:Microsoft.Reporting.WebForms.DocumentMapNode" /> objects.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.DrillthroughEventArgs"> <summary>Provides data for the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.Drillthrough" /> event.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.DrillthroughEventArgs.#ctor(System.String,Microsoft.Reporting.WebForms.Report)"> <summary>Constructs a DrillthroughEventArgs object.</summary> <param name="reportPath">The path of the drillthrough report.</param> <param name="targetReport">The target report of the drillthrough action.</param> </member> <member name="P:Microsoft.Reporting.WebForms.DrillthroughEventArgs.Report"> <summary>Gets the target report of the drillthrough action.</summary> <returns>A read-only <see cref="T:Microsoft.Reporting.WebForms.LocalReport" /> or <see cref="T:Microsoft.Reporting.WebForms.ServerReport" /> object.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.DrillthroughEventArgs.ReportPath"> <summary>Gets the path of the drillthrough report.</summary> <returns>A read-only String value.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.DrillthroughEventHandler"> <summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.Drillthrough" /> event of a <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" />.</summary> <param name="sender">The object that raised the event.</param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.DrillthroughEventArgs" /> object that contains the event data.</param> </member> <member name="T:Microsoft.Reporting.WebForms.InteractivityPostBackMode"> <summary>Specifies the postback modes of the <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" /> control when the user interacts with the report viewer and the currently displayed report. </summary> </member> <member name="F:Microsoft.Reporting.WebForms.InteractivityPostBackMode.AlwaysAsynchronous"> <summary>Always perform asynchronous postbacks.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.InteractivityPostBackMode.AlwaysSynchronous"> <summary>Always perform synchronous postbacks.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.InteractivityPostBackMode.SynchronousOnDrillthrough"> <summary>Perform synchronous postbacks on drillthrough actions, and asynchronous postbacks on other actions. In this mode, both clicking a drillthrough report and clicking the Back to Parent button will cause synchronous postbacks. For more information on drillthrough reports, see Adding Drillthrough Reports in SQL Server Books Online.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.InvalidConfigFileTypeException"> <summary>Occurs when an object supplied through an entry in the Web.config file is missing or invalid.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.InvalidTemporaryStorageStreamException"> <summary>Occurs when a temporary stream does not support seeking, reading, or writing.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.IReportServerConnection"> <summary>Provides report server connection information when the ReportViewer Web forms control is used with no session state.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.IReportServerConnection.ReportServerUrl"> <summary>Returns the URL of the report server.</summary> <returns>A Uri object containing the URL of the report server.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportServerConnection.Timeout"> <summary>Gets the number of milliseconds to wait for server communications.</summary> <returns>An integer value containing the number of milliseconds to wait for server communications.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.IReportServerConnection2"> <summary>Provides report server connection information when the ReportViewer Web forms control is used with no session state.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.IReportServerConnection2.Cookies"> <summary>Gets a collection of custom cookies to send to the report server.</summary> <returns>A collection of <see cref="T:System.Net.Cookie" /> objects that contain the custom cookies.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportServerConnection2.Headers"> <summary>Gets a collection of custom headers to send to the report server.</summary> <returns>A collection of string objects that contain the custom header values.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.IReportServerCredentials"> <summary>Allows applications to provide credentials for connecting to a Reporting Services report server.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.IReportServerCredentials.GetFormsCredentials(System.Net.Cookie@,System.String@,System.String@,System.String@)"> <summary>Provides information that will be used to connect to the report server that is configured for forms authentication.</summary> <returns>true if forms authentication should be used; otherwise, false. </returns> <param name="authCookie">[out] A report server authentication cookie.</param> <param name="userName">[out] The name of the user.</param> <param name="password">[out] The password of the user.</param> <param name="authority">[out] The authority to use when authenticating the user, such as a Microsoft Windows domain. </param> </member> <member name="P:Microsoft.Reporting.WebForms.IReportServerCredentials.ImpersonationUser"> <summary>Gets or sets the <see cref="T:System.Security.Principal.WindowsIdentity" /> of the user to impersonate when the <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" /> control connects to a report server.</summary> <returns>A <see cref="T:System.Security.Principal.WindowsIdentity" /> object that represents the user to impersonate.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportServerCredentials.NetworkCredentials"> <summary>Gets or sets the network credentials that are used for authentication with the report server.</summary> <returns>An implementation of <see cref="T:System.Net.ICredentials" /> that contains the credential information for connecting to a report server.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.IReportViewerMessages"> <summary>Allows applications to provide customized user interface messages.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.BackButtonToolTip"> <summary>Provides the ToolTip text for the Back button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.ChangeCredentialsText"> <summary>Provides the text for the Change Credentials button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.ChangeCredentialsToolTip"> <summary>Provides the ToolTip text for the Change Credentials button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.CurrentPageTextBoxToolTip"> <summary>Provides the ToolTip text for the Current Page text box.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.DocumentMap"> <summary>Provides the title text for the Document Map panel.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.DocumentMapButtonToolTip"> <summary>Provides the ToolTip text for the Document Map button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.ExportButtonText"> <summary>Provides the text for the Export button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.ExportButtonToolTip"> <summary>Provides the ToolTip text for the Export button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.ExportFormatsToolTip"> <summary>Provides the ToolTip text for the Export Formats drop-down list box.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.FalseValueText"> <summary>Provides the text for a false value.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.FindButtonText"> <summary>Provides the text for a Find button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.FindButtonToolTip"> <summary>Provides the ToolTip text for the Find button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.FindNextButtonText"> <summary>Provides the text for the Find Next button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.FindNextButtonToolTip"> <summary>Provides the ToolTip text for the Find Next button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.FirstPageButtonToolTip"> <summary>Provides the ToolTip text for the First Page button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.InvalidPageNumber"> <summary>Provides the text for the invalid page number message.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.LastPageButtonToolTip"> <summary>Provides the ToolTip text for the Last Page button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.NextPageButtonToolTip"> <summary>Provides the ToolTip text for the Next Page button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.NoMoreMatches"> <summary>Provides the text for the no more matches message.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.NullCheckBoxText"> <summary>Provides the text for the Null check box.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.NullValueText"> <summary>Provides the text for a null value.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.PageOf"> <summary>Provides the text for the pagination message.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.ParameterAreaButtonToolTip"> <summary>Provides the ToolTip text for the Parameter Area button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.PasswordPrompt"> <summary>Provides the text for the password prompt.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.PreviousPageButtonToolTip"> <summary>Provides the ToolTip text for the Previous Page button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.PrintButtonToolTip"> <summary>Provides the text for the Print button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.IReportViewerMessages.RefreshButtonToolTip"> <summary>Provides the ToolTip text for the Refresh button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.SearchTextBoxToolTip"> <summary>Provides the ToolTip text for the Search text box.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.SelectAll"> <summary>Provides the text for the Select All item in a multivalue drop-down list box.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.SelectAValue"> <summary>Provides the text for the Select a value prompt.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.SelectFormat"> <summary>Provides the text for the select format prompt.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.TextNotFound"> <summary>Provides the text for the 'text not found' message.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.IReportViewerMessages.TrueValueText"> <summary>Provides the text for a true value.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.UserNamePrompt"> <summary>Provides the text for the user name prompt.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.ViewReportButtonText"> <summary>Provides the text for the View Report button.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages.ZoomControlToolTip"> <summary>Provides the ToolTip for the Zoom control.</summary> <returns>A string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.IReportViewerMessages.ZoomToWholePage"> <summary>Provides text for the Zoom To Whole Page item.</summary> <returns>A string value.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.IReportViewerMessages2"> <summary>Defines methods and properties for implementing customized user interface messages.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.IReportViewerMessages2.CredentialMissingUserNameError(System.String)"> <summary>Returns the error text to display when the user name has not been supplied for the data source credentials.</summary> <returns>Returns a String that contains the error text to display when the user name has not been supplied for the data source credentials.</returns> <param name="dataSourcePrompt">The prompt value that identifies which data source is missing a value.</param> </member> <member name="M:Microsoft.Reporting.WebForms.IReportViewerMessages2.GetLocalizedNameForRenderingExtension(System.String)"> <summary>Returns a localized name for the current export format.</summary> <returns>Returns a String that contains the localized name for the current export format.</returns> <param name="format">The name of the current export format (for example, EXCEL, PDF).</param> </member> <member name="M:Microsoft.Reporting.WebForms.IReportViewerMessages2.ParameterMissingSelectionError(System.String)"> <summary>Returns the error text to display when a selection has not been made for a multivalue report parameter.</summary> <returns>Returns a String that contains the error text to display when a selection has not been made for a multivalue report parameter.</returns> <param name="parameterPrompt">The prompt value that identifies which report parameter has not been specified.</param> </member> <member name="M:Microsoft.Reporting.WebForms.IReportViewerMessages2.ParameterMissingValueError(System.String)"> <summary>Returns the error text to display when the value for a report parameter has not been specified.</summary> <returns>Returns a String that contains the error text to display when a report parameter has not been specified.</returns> <param name="parameterPrompt">The prompt value that identifies which report parameter has not been specified.</param> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages2.ClientNoScript"> <summary>Gets the text to display when scripting is disabled on the client browser.</summary> <returns>A String that contains the text to display when scripting is disabled on the client browser.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages2.ClientPrintControlLoadFailed"> <summary>Gets the text to display if an error occurs when the client loads the print control.</summary> <returns>A text String that contains the text to display if an error occurs when the client loads the print control.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages2.ParameterDropDownToolTip"> <summary>Gets the ToolTip text to display when a pointer pauses over the down arrow of a multivalue parameter drop-down list.</summary> <returns>A text String that contains the ToolTip text to display when a pointer pauses over the down arrow of a multivalue parameter drop-down list.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.IReportViewerMessages3"> <summary>Allows applications to provide customized user interface messages.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.IReportViewerMessages3.TotalPages(System.Int32,Microsoft.Reporting.WebForms.PageCountMode)"> <summary>Returns the string in the default toolbar that represents the total number of pages in the current report and the page count mode that is used. </summary> <returns>A localized string that represents the total number of pages and the page count mode.</returns> <param name="pageCount">The number of pages in the current report.</param> <param name="pageCountMode">Indicates whether the pageCount parameter represents an estimate or the actual number of pages.</param> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages3.CalendarLoading"> <summary>Gets the text displayed in the date and time picker when the control waits for the Web server to generate a calendar for a given month.</summary> <returns>A string value that represents the text displayed when the control waits for the Web server to generate a calendar for a given month.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.IReportViewerMessages3.CancelLinkText"> <summary>Gets the text of the Cancel link in the wait control.</summary> <returns>A string value that represents the Cancel link text.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.ITemporaryStorage"> <summary>Provides custom storage for temporary data.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ITemporaryStorage.CreateTemporaryStream"> <summary>Provides a stream for storing temporary data.</summary> <returns>A Stream object to be used for storing temporary data.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.LocalProcessingException"> <summary>Represents errors that occur while viewing a locally processed report.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.LocalReport"> <summary>Represents a report that is processed and rendered locally without connecting to a report server.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Reporting.WebForms.LocalReport" /> class. </summary> </member> <member name="E:Microsoft.Reporting.WebForms.LocalReport.SubreportProcessing"> <summary>Occurs when a subreport is processed.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.AddFullTrustModuleInSandboxAppDomain(System.Security.Policy.StrongName)"> <summary>Adds the supplied assembly to the list of assemblies that run in full trust mode in the sandboxed application domain.</summary> <param name="assemblyName">The name of the assembly to be added. </param> </member> <member name="M:Microsoft.Reporting.WebForms.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" />.</summary> <param name="assemblyName">The name of the assembly to be added. </param> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.Dispose"> <summary>Releases all resources that are used by the <see cref="T:Microsoft.Reporting.WebForms.LocalReport" /> object.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.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" />.</summary> <param name="reportEvidence">An <see cref="P:System.AppDomain.Evidence" /> object containing security information about the report. </param> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.ExecuteReportInSandboxAppDomain"> <summary>Causes processing extensions and expressions to be run with limited permissions in an application domain. </summary> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.GetDataSourceNames"> <summary>Returns the names of all datasets used within the local report.</summary> <returns>An array of String objects containing the list of dataset names.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.GetDefaultPageSettings"> <summary>Gets the default page settings specified in the local report.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportPageSettings" /> object containing the default page settings for the local report.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.GetParameters"> <summary>Returns report parameter properties for the report. </summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportParameterInfoCollection" /> object containing an array of <see cref="T:Microsoft.Reporting.WebForms.ReportParameterInfo" /> objects.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.GetTotalPages(Microsoft.Reporting.WebForms.PageCountMode@)"> <summary>Returns the total number of soft pages in the report and a <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> enumeration value that indicates the current page count mode.</summary> <returns>An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors.</returns> <param name="pageCountMode">[out] A <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> enumeration value that indicates the page count mode used to calculate the total number of soft pages.</param> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.ListRenderingExtensions"> <summary>Returns all available rendering extensions for the local report.</summary> <returns>An array of <see cref="T:Microsoft.Reporting.WebForms.RenderingExtension" /> objects.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.LoadReportDefinition(System.IO.TextReader)"> <summary>Loads a report definition from the local file system using a <see cref="T:System.IO.TextReader" />.</summary> <param name="report">A <see cref="T:System.IO.TextReader" /> class that contains the report definition for the local report.</param> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.LoadSubreportDefinition(System.String,System.IO.Stream)"> <summary>Loads a subreport definition using a <see cref="T:System.IO.Stream" />.</summary> <param name="reportName">The path and filename of the subreport definition.</param> <param name="report">A <see cref="T:System.IO.Stream" /> class that contains the report definition for the subreport.</param> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.LoadSubreportDefinition(System.String,System.IO.TextReader)"> <summary>Loads a subreport definition using a <see cref="T:System.IO.TextReader" />.</summary> <param name="reportName">The path and filename of the subreport definition.</param> <param name="report">A <see cref="T:System.IO.TextReader" /> object that will contain the report definition language (RDL) for the subreport.</param> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.Refresh"> <summary>Causes the local report to be rendered with new data.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.ReleaseSandboxAppDomain"> <summary>Causes the <see cref="T:Microsoft.Reporting.WebForms.LocalReport" /> object to release its reference to the sandboxed application domain immediately.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.Render(System.String,System.String,Microsoft.Reporting.WebForms.CreateStreamCallback,Microsoft.Reporting.WebForms.Warning[]@)"> <summary>Processes the report and renders it in the specified format using a stream provided by a callback function.</summary> <param name="format">The format in which to render the report. This argument maps to a rendering extension. Supported formats include Excel, PDF, Word, and Image. To access the list of available rendering extensions, use the <see cref="M:Microsoft.Reporting.WebForms.LocalReport.ListRenderingExtensions" /> method.</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 in SQL Server Books Online.</param> <param name="createStream">A <see cref="T:Microsoft.Reporting.WebForms.CreateStreamCallback" /> delegate function that will be used to provide a <see cref="T:System.IO.Stream" /> object for rendering.</param> <param name="warnings">[out] An array of <see cref="T:Microsoft.Reporting.WebForms.Warning" /> objects that describes any warnings that occurred during report processing and rendering.</param> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.Render(System.String,System.String,Microsoft.Reporting.WebForms.PageCountMode,Microsoft.Reporting.WebForms.CreateStreamCallback,Microsoft.Reporting.WebForms.Warning[]@)"> <summary>Processes the report with a specified page count mode and renders it in the specified format using a stream provided by a callback function.</summary> <param name="format">The format in which to render the report. This parameter maps to a rendering extension. Supported formats include Excel, PDF, Word, and Image. To access the list of available rendering extensions, use the <see cref="M:Microsoft.Reporting.WebForms.LocalReport.ListRenderingExtensions" /> method.</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 in SQL Server Books Online.</param> <param name="pageCountMode">A <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> enumeration value that specifies the page count mode. This parameter has no effect on hard page renderers. For more information on soft and hard page renderers, see Understanding Rendering Behaviors</param> <param name="createStream">A <see cref="T:Microsoft.Reporting.WebForms.CreateStreamCallback" /> delegate function that will be used to provide a <see cref="T:System.IO.Stream" /> object for rendering.</param> <param name="warnings">[out] An array of <see cref="T:Microsoft.Reporting.WebForms.Warning" /> objects that describes any warnings that occurred during report processing and rendering.</param> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.Render(System.String,System.String,Microsoft.Reporting.WebForms.PageCountMode,System.String@,System.String@,System.String@,System.String[]@,Microsoft.Reporting.WebForms.Warning[]@)"> <summary>Processes the report with a specified page count mode and renders it in the specified format.</summary> <returns>A <see cref="T:System.Byte" /> array of the report in the specified format.</returns> <param name="format">The format in which to render the report. This argument maps to a rendering extension. Supported formats include Excel, PDF, Word, and Image. To access the list of available rendering extensions, use the <see cref="M:Microsoft.Reporting.WebForms.LocalReport.ListRenderingExtensions" /> method.</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 in SQL Server Books Online.</param> <param name="pageCountMode">A <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> enumeration value that specifies the page count mode.</param> <param name="mimeType">[out] The MIME type of the rendered report.</param> <param name="encoding">[out] The encoding used when rendering the contents of the report.</param> <param name="fileNameExtension">[out] The file name extension used for the output file.</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 <see cref="T:Microsoft.Reporting.WebForms.Warning" /> objects that describes any warnings that occurred during report processing and rendering.</param> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.SetBasePermissionsForSandboxAppDomain(System.Security.PermissionSet)"> <summary>Sets the base permissions for the sandboxed application domain with the supplied permission set.</summary> <param name="permissions">The <see cref="T:System.Security.PermissionSet" /> to set. The default base permission is Execution.</param> </member> <member name="M:Microsoft.Reporting.WebForms.LocalReport.SetParameters(System.Collections.Generic.IEnumerable{Microsoft.Reporting.WebForms.ReportParameter})"> <summary>Sets report parameter properties for the local report.</summary> <param name="parameters">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of <see cref="T:Microsoft.Reporting.WebForms.ReportParameter" /> objects that contains a list of the report parameter properties.</param> </member> <member name="P:Microsoft.Reporting.WebForms.LocalReport.DataSources"> <summary>Gets a collection of data sources used by the report.</summary> <returns>A read-only <see cref="T:Microsoft.Reporting.WebForms.ReportDataSourceCollection" /> object.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.LocalReport.OriginalParametersToDrillthrough"> <summary>Returns the parameters passed from a parent report to this report, if it is a drillthrough report.</summary> <returns>An <see cref="T:System.Collections.Generic.IList`1" /> of <see cref="T:Microsoft.Reporting.WebForms.ReportParameter" /> objects, 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.WebForms.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.WebForms.LocalReport.ReportPath"> <summary>Gets or sets the local file system path of the local report.</summary> <returns>A String value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.LocalReport.ShowDetailedSubreportMessages"> <summary>Gets or sets a Boolean value that indicates whether detailed messages should be displayed when an error occurs in a subreport. </summary> <returns>true if detailed messages should be displayed; otherwise, false. The default is true.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.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.WebForms.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.WebForms.MissingReportServerConnectionInformationException"> <summary>Occurs when session state is not enabled, and an object implementing <see cref="T:Microsoft.Reporting.WebForms.IReportServerConnection" /> interface is not supplied through the Web.config file.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.MissingReportSourceException"> <summary>Represents the exception that occurs when no report source has been specified.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.PageCountMode"> <summary>Represents values that control whether to calculate the actual page count or use an estimate. </summary> </member> <member name="F:Microsoft.Reporting.WebForms.PageCountMode.Actual"> <summary>Calculate the actual page count for the report. </summary> </member> <member name="F:Microsoft.Reporting.WebForms.PageCountMode.Estimate"> <summary>Provide an estimate of the page count for the report instead of calculating the actual page count.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.PageNavigationEventArgs"> <summary>Provides data for a <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.PageNavigation" /> event.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.PageNavigationEventArgs.#ctor(System.Int32)"> <summary>Constructs a new PageNavigationEventArgs object.</summary> <param name="newPage">An integer value containing the new page number.</param> </member> <member name="P:Microsoft.Reporting.WebForms.PageNavigationEventArgs.NewPage"> <summary>Gets the number of the page resulting from the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.PageNavigation" /> event.</summary> <returns>An integer value containing the new page number.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.PageNavigationEventHandler"> <summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.PageNavigation" /> event of a <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" />.</summary> <param name="sender">The object that raised the event.</param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.PageNavigationEventArgs" /> object that contains the arguments for this event.</param> </member> <member name="T:Microsoft.Reporting.WebForms.ParameterDataType"> <summary>Specifies the data type of a parameter.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ParameterDataType.Boolean"> <summary>A Boolean data type that represents a true or false condition.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ParameterDataType.DateTime"> <summary>A DateTime data type that represents the date and time.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ParameterDataType.Float"> <summary>A Float data type that represents a floating point decimal value.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ParameterDataType.Integer"> <summary>An Integer data type. </summary> </member> <member name="F:Microsoft.Reporting.WebForms.ParameterDataType.String"> <summary>A String data type that represents an array of characters.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.ParameterState"> <summary>Specifies the state of a parameter.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.Report.GetParameters" /> method.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ParameterState.HasValidValue"> <summary>A valid value for the parameter exists.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ParameterState.MissingValidValue"> <summary>A valid value for the parameter does not exist.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.ProcessingMode"> <summary>Used to specify the processing mode of the ReportViewer control.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.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.WebForms.ProcessingMode.Remote"> <summary>Specifies remote processing mode against a Reporting Services report server. </summary> </member> <member name="T:Microsoft.Reporting.WebForms.RenderingExtension"> <summary>Encapsulates a rendering extension that can be used with the ReportViewer's report.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.RenderingExtension.Name"> <summary>Gets the name of the rendering extension.</summary> <returns>A read-only string value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.Report"> <summary>Contains methods and properties that can apply to both local and server reports.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.Report.GetDefaultPageSettings"> <summary>Gets the default page settings specified in the report.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportPageSettings" /> object containing the default page settings for the local report.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.Report.GetDocumentMap"> <summary>Returns the representation of the document map for the local report.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.DocumentMapNode" /> object containing the top-level node of the document map hierarchy for the report.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.Report.GetParameters"> <summary>Returns report parameter properties for the report. </summary> <returns>A collection of <see cref="T:Microsoft.Reporting.WebForms.ReportParameterInfo" /> objects.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.Report.GetTotalPages"> <summary>Returns the total number of soft pages in the report. </summary> <returns>An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.Report.GetTotalPages(Microsoft.Reporting.WebForms.PageCountMode@)"> <summary>Returns the total number of soft pages in the report and a <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> value that indicates the current page count mode.</summary> <returns>An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors.</returns> <param name="pageCountMode">[out] A <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> enumeration value that indicates the page count mode that was used to calculate the total number of pages.</param> </member> <member name="M:Microsoft.Reporting.WebForms.Report.ListRenderingExtensions"> <summary>Returns all available rendering extensions for the report.</summary> <returns>An array of <see cref="T:Microsoft.Reporting.WebForms.RenderingExtension" /> objects.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.Report.LoadReportDefinition(System.IO.Stream)"> <summary>Loads a report definition for processing using a <see cref="T:System.IO.Stream" />.</summary> <param name="report">A <see cref="T:System.IO.Stream" /> class that contains the report definition for the report.</param> </member> <member name="M:Microsoft.Reporting.WebForms.Report.LoadReportDefinition(System.IO.TextReader)"> <summary>Loads a report definition for processing using a <see cref="T:System.IO.TextReader" />.</summary> <param name="report">A <see cref="T:System.IO.TextReader" /> class that contains the report definition for the report.</param> </member> <member name="M:Microsoft.Reporting.WebForms.Report.Refresh"> <summary>Causes the report to be rendered with new data.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.Report.Render(System.String)"> <summary>Processes the report and renders it in the specified format.</summary> <returns>A byte array of the report in the specified format.</returns> <param name="format">The format in which to render the report. This parameter maps to a rendering extension.In local processing mode, supported extensions are Excel, PDF, Word, and Image. In remote processing mode, supported extensions depend on the extensions supported by the report server.You can access the list of available rendering extensions using the ListRenderingExtensions method in <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ServerReport" /> or <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.LocalReport" />, depending on the processing mode (see <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ProcessingMode" />).</param> </member> <member name="M:Microsoft.Reporting.WebForms.Report.Render(System.String,System.String)"> <summary>Processes the report and renders it in the specified format.</summary> <returns>A byte array of the report in the specified format.</returns> <param name="format">The format in which to render the report. This parameter maps to a rendering extension.In local processing mode, supported extensions are Excel, PDF, Word, and Image. In remote processing mode, supported extensions depend on the extensions supported by the report server.You can access the list of available rendering extensions using the ListRenderingExtensions method in <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ServerReport" /> or <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.LocalReport" />, depending on the processing mode (see <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ProcessingMode" />).</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 in SQL Server Books Online.</param> </member> <member name="M:Microsoft.Reporting.WebForms.Report.Render(System.String,System.String,System.String@,System.String@,System.String@,System.String[]@,Microsoft.Reporting.WebForms.Warning[]@)"> <summary>Processes the report and renders it in the specified format.</summary> <returns>A <see cref="T:System.Byte" /> array of the report in the specified format. </returns> <param name="format">The format in which to render the report. This argument maps to a rendering extension.In local processing mode, supported extensions are Excel, PDF, Word, and Image. In remote processing mode, supported extensions depend on the extensions supported by the report server.You can access the list of available rendering extensions using the ListRenderingExtensions method in <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ServerReport" /> or <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.LocalReport" />, depending on the processing mode (see <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ProcessingMode" />).</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 in SQL Server Books Online.</param> <param name="mimeType">[out] The MIME type of the rendered report.</param> <param name="encoding">[out] The encoding used when rendering the contents of the report.</param> <param name="fileNameExtension">[out] The file name extension used for the output file.</param> <param name="streams">[out] The stream identifiers You can use them to render the external resources (images, for example) that are associated with the report.</param> <param name="warnings">[out] An array of <see cref="T:Microsoft.Reporting.WebForms.Warning" /> objects that describes any warnings that occurred during report processing.</param> </member> <member name="M:Microsoft.Reporting.WebForms.Report.Render(System.String,System.String,Microsoft.Reporting.WebForms.PageCountMode,System.String@,System.String@,System.String@,System.String[]@,Microsoft.Reporting.WebForms.Warning[]@)"> <summary>Processes the report with the specified <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> value and renders it in the specified format.</summary> <returns>A byte array of the report in the specified format.</returns> <param name="format">The format in which to render the report. This parameter maps to a rendering extension.In local processing mode, supported extensions are Excel, PDF, Word, and Image. In remote processing mode, supported extensions depend on the extensions supported by the report server.You can access the list of available rendering extensions using the ListRenderingExtensions method in <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ServerReport" /> or <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.LocalReport" />, depending on the processing mode (see <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ProcessingMode" />).</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 in SQL Server Books Online.</param> <param name="pageCountMode">A <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> enumeration value that specifies the page count mode.</param> <param name="mimeType">[out] The MIME type of the rendered report.</param> <param name="encoding">[out] The encoding used when rendering the contents of the report.</param> <param name="fileNameExtension">[out] The file name extension used for the output file.</param> <param name="streams">[out] The stream identifiers. You can use them to render the external resources (images, for example) that are associated with the report.</param> <param name="warnings">[out] An array of <see cref="T:Microsoft.Reporting.WebForms.Warning" /> objects that describes any warnings that occurred during report processing.</param> </member> <member name="M:Microsoft.Reporting.WebForms.Report.SetParameters(System.Collections.Generic.IEnumerable{Microsoft.Reporting.WebForms.ReportParameter})"> <summary>Sets report parameter properties for the report.</summary> <param name="parameters">An array of <see cref="T:Microsoft.Reporting.WebForms.ReportParameter" /> objects that contains a list of the report parameters properties.</param> </member> <member name="M:Microsoft.Reporting.WebForms.Report.SetParameters(Microsoft.Reporting.WebForms.ReportParameter)"> <summary>Sets report parameter properties for the report.</summary> <param name="parameter">A <see cref="T:Microsoft.Reporting.WebForms.ReportParameter" /> object.</param> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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="P:Microsoft.Reporting.WebForms.Report.IsReadyForRendering"> <summary>Gets a Boolean value that indicates whether a report definition and all parameters have been specified, and all data sources are ready for use. </summary> <returns>true if a report definition and all required parameters have been specified, and all data sources are ready for use; otherwise, false. The default is false.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.ReportAreaContent"> <summary>Specifies the type of content displayed in the report area.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ReportAreaContent.Error"> <summary>The report area displays an error message.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ReportAreaContent.None"> <summary>The report area displays nothing.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ReportAreaContent.ReportPage"> <summary>The report area displays a report page.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ReportAreaContent.Unknown"> <summary>The current content type displayed in the report area is unknown. For more information, see <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ReportAreaContentType" />.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.ReportCredentialsEventArgs"> <summary>Provides data for the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.SubmittingDataSourceCredentials" /> event. </summary> </member> <member name="P:Microsoft.Reporting.WebForms.ReportCredentialsEventArgs.Credentials"> <summary>Gets a collection of <see cref="T:Microsoft.Reporting.WebForms.DataSourceCredentials" />. </summary> <returns>A collection of <see cref="T:Microsoft.Reporting.WebForms.DataSourceCredentials" /> objects.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.ReportCredentialsEventHandler"> <summary>Represents the method that will handle a <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.SubmittingDataSourceCredentials" /> event.</summary> <param name="sender">The source of the event.</param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.ReportCredentialsEventArgs" /> that contains the event data.</param> </member> <member name="T:Microsoft.Reporting.WebForms.ReportDataSource"> <summary>Represents a data source for a report.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportDataSource.#ctor"> <summary>Constructs an empty data source.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportDataSource.#ctor(System.String)"> <summary>Constructs a named data source.</summary> <param name="name">The name of the data source.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ReportDataSource.#ctor(System.String,System.Data.DataTable)"> <summary>Constructs a named data source with a <see cref="T:System.Data.DataTable" /> in the <see cref="P:Microsoft.Reporting.WebForms.ReportDataSource.Value" /> property.</summary> <param name="name">The name of the data source, as specified in the report definition for the current report.</param> <param name="dataSourceValue">A <see cref="T:System.Data.DataTable" /> object that contains the data.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ReportDataSource.#ctor(System.String,System.Web.UI.IDataSource)"> <summary>Constructs a named data source with an <see cref="T:System.Web.UI.IDataSource" /> in the <see cref="P:Microsoft.Reporting.WebForms.ReportDataSource.Value" /> property.</summary> <param name="name">The name of the data source, as specified in the report definition for the current report.</param> <param name="dataSourceValue">An <see cref="T:System.Web.UI.IDataSource" /> object that contains the data.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ReportDataSource.#ctor(System.String,System.Collections.IEnumerable)"> <summary>Constructs a named data source with an <see cref="T:System.Collections.IEnumerable" /> in the <see cref="P:Microsoft.Reporting.WebForms.ReportDataSource.Value" /> property.</summary> <param name="name">The name of the data source, as specified in the report definition for the current report.</param> <param name="dataSourceValue">An <see cref="T:System.Collections.IEnumerable" /> object that contains the data.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ReportDataSource.#ctor(System.String,System.Object)"> <summary>Constructs a named data source with a value.</summary> <param name="name">The name of the data source.</param> <param name="dataSourceValue">A value for the data source.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ReportDataSource.#ctor(System.String,System.String)"> <summary>Constructs a named data source with a data source ID.</summary> <param name="name">The name of the data source.</param> <param name="dataSourceId">The ID of the data source.</param> </member> <member name="P:Microsoft.Reporting.WebForms.ReportDataSource.DataMember"> <summary>Specifies the name of the list of data for binding.</summary> <returns>A <see cref="T:System.String" /> value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportDataSource.DataSourceId"> <summary>Gets or sets the data source ID.</summary> <returns>A <see cref="T:System.String" /> value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportDataSource.Name"> <summary>Gets or sets the name of the report data source.</summary> <returns>A string containing the name of the data source.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.ReportDataSourceCollection"> <summary>Contains a collection of <see cref="T:Microsoft.Reporting.WebForms.ReportDataSource" /> objects.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.ReportDataSource" /> object.</returns> <param name="name">The name of the report data source to retrieve from the collection.</param> </member> <member name="T:Microsoft.Reporting.WebForms.ReportDataSourceInfo"> <summary>Represents information about a report data source.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.ReportDataSourceInfoCollection"> <summary>Represents a collection of <see cref="T:Microsoft.Reporting.WebForms.ReportDataSourceInfo" /> objects.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection.Item(System.String)"> <summary>Returns a specific <see cref="T:Microsoft.Reporting.WebForms.ReportDataSourceInfo" /> object from the collection.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportDataSourceInfo" /> object.</returns> <param name="name">The name of the <see cref="T:Microsoft.Reporting.WebForms.ReportDataSourceInfo" /> object to return.</param> </member> <member name="T:Microsoft.Reporting.WebForms.ReportErrorEventArgs"> <summary>Provides data for the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.ReportError" /> event.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.ReportErrorEventHandler"> <summary>Represents the method that will handle a <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.ReportError" /> event.</summary> <param name="sender">The object that raised the event. </param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.ReportErrorEventArgs" /> object that contains information about the event.</param> </member> <member name="T:Microsoft.Reporting.WebForms.ReportPageSettings"> <summary>Represents the page settings for a report.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.ReportPageSettings.IsLandscape"> <summary>Indicates whether the orientation of the report as defined in the report definition file is landscape.</summary> <returns>true if the orientation of the report as defined in the report definition file is landscape; otherwise, false. </returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.ReportParameter"> <summary>Represents a parameter for a report.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportParameter.#ctor"> <summary>Instantiates a new ReportParameter.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.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.WebForms.ReportParameter.#ctor(System.String,System.String)"> <summary>Instantiates a new ReportParameter with a name and a value.</summary> <param name="name">The name of the parameter.</param> <param name="value">The value of the parameter.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ReportParameter.#ctor(System.String,System.String[])"> <summary>Instantiates a new multivalued ReportParameter with a name.</summary> <param name="name">The name of the parameter.</param> <param name="values">The values of the parameter.</param> </member> <member name="M:Microsoft.Reporting.WebForms.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="name">The name of the parameter.</param> <param name="value">The value of the parameter.</param> <param name="visible">Determines if the parameter is displayed in the user interface.</param> </member> <member name="M:Microsoft.Reporting.WebForms.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="name">The name of the parameter.</param> <param name="values">The values of the parameter.</param> <param name="visible">Determines if the parameter is displayed in the user interface.</param> </member> <member name="P:Microsoft.Reporting.WebForms.ReportParameter.Name"> <summary>Gets or sets the name of the parameter.</summary> <returns>A String value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.ReportParameterCollection"> <summary>Represents a collection of <see cref="T:Microsoft.Reporting.WebForms.ReportParameter" /> objects. </summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportParameterCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Reporting.WebForms.ReportParameterCollection" /> class.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.ReportParameterCollection.Item(System.String)"> <summary>Gets an <see cref="T:Microsoft.Reporting.WebForms.ReportParameter" /> object in the collection by its name.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportParameter" /> with the specified name, if found; otherwise, a null reference (Nothing in Visual Basic).</returns> <param name="name">The name of the <see cref="T:Microsoft.Reporting.WebForms.ReportParameter" /> object to get. This is the value of the <see cref="P:Microsoft.Reporting.WebForms.ReportParameter.Name" /> property.This parameter is not case sensitive.</param> </member> <member name="T:Microsoft.Reporting.WebForms.ReportParameterInfo"> <summary>Encapsulates information about report parameters.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.ReportParameterInfo.AreDefaultValuesQueryBased"> <summary>Indicates whether the default values of the parameter are based on a query. Read-only.</summary> <returns>A Boolean value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.ReportParameterInfo.DataType"> <summary>Gets the data type of the parameter. Read-only.</summary> <returns>A read-only <see cref="T:Microsoft.Reporting.WebForms.ParameterDataType" /> value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.ReportParameterInfoCollection" />.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.ReportParameterInfo.ValidValues" /> and/or <see cref="F:Microsoft.SqlServer.ReportingServices.ReportParameter.DefaultValues" />.</summary> <returns>A read-only <see cref="T:Microsoft.Reporting.WebForms.ReportParameterInfoCollection" />.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.ReportParameterInfo.MultiValue"> <summary>Indicates whether the parameter can be a multivalue parameter. Read-only.</summary> <returns>A read-only Boolean value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.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.WebForms.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.WebForms.ReportParameterInfo.State"> <summary>Describes the state of the parameter. Read-only.</summary> <returns>A read-only <see cref="T:Microsoft.Reporting.WebForms.ParameterState" /> value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.ValidValue" /> objects.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.ReportParameterInfoCollection"> <summary>A collection of <see cref="T:Microsoft.Reporting.WebForms.ReportParameterInfo" /> objects.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.ReportParameterInfoCollection.Item(System.String)"> <summary>Returns a named item from the ReportParameterInfoCollection.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportParameterInfo" /> object from the collection.</returns> <param name="name">The name of the item to retrieve.</param> </member> <member name="T:Microsoft.Reporting.WebForms.ReportParametersEventArgs"> <summary>Provides data for the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.SubmittingParameterValues" /> event.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.ReportParametersEventArgs.AutoSubmit"> <summary>Gets a value indicating whether the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.SubmittingParameterValues" /> event is triggered by the automatic submission of report parameters due to dependencies between them.</summary> <returns>true if the <see cref="E:Microsoft.Reporting.WinForms.ReportViewer.SubmittingParameterValues" /> event is triggered by the automatic submission of report parameters; false if it is triggered by the user clicking the View Report button.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportParametersEventArgs.Parameters"> <summary>Gets the parameters that are being submitted to the report server by the user in the parameter prompt area.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportParameterCollection" /> object containing the parameter values submitted by the user.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.ReportParametersEventHandler"> <summary>Represents the callback method that will handle the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.SubmittingParameterValues" /> event.</summary> <param name="sender">The source of the event.</param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.ReportParametersEventArgs" /> that contains the event data.</param> </member> <member name="T:Microsoft.Reporting.WebForms.ReportSecurityException"> <summary>Represents the error that occurs when a report contains a security violation.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.ReportServerException"> <summary>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.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.ReportServerException.ErrorCode"> <summary>Returns the error code from the exception.</summary> <returns>A string value containing the error code returned by the report server, or null if the connection attempt to the report server is unsuccessful.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.ReportViewer"> <summary>Encapsulates the methods and properties used for the ReportViewer control.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewer.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" /> class. </summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.Back"> <summary>Occurs when a user navigates from a drillthrough report back to the parent report.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.BookmarkNavigation"> <summary>Occurs when a user browses to a bookmark in a report.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.DocumentMapNavigation"> <summary>Occurs when a document map node is selected.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.Drillthrough"> <summary>Occurs when a drillthrough item is selected.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.PageNavigation"> <summary>Occurs when a user moves to a different page in a report.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.ReportError"> <summary>Occurs when an error is found in the report.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.ReportRefresh"> <summary>Occurs when the report is refreshed.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.Search"> <summary>Occurs when the Find or Find Next button is clicked, or when a search operation is invoked programmatically.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.Sort"> <summary>Occurs when the user activates a sort on the report data.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.SubmittingDataSourceCredentials"> <summary>Occurs when the user submits new data source credentials using the data source prompt area.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.SubmittingParameterValues"> <summary>Occurs when report parameter values are submitted to the report server.</summary> </member> <member name="E:Microsoft.Reporting.WebForms.ReportViewer.Toggle"> <summary>Occurs when the user toggles the visibility of an item in the report.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ReportViewer.MaximumPageCount"> <summary>A constant that represents the maximum number of pages in a report when the current page count mode is <see cref="F:Microsoft.Reporting.WebForms.PageCountMode.Estimate" />.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewer.Find(System.String,System.Int32)"> <summary>Searches the report in the report area for the specified text string, starting from the specified page number. </summary> <param name="searchText">The search string.</param> <param name="startPage">The page number on which to start searching.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewer.GetPageSettings"> <summary>Returns the page settings that are used to print the current report in the ReportViewer control.</summary> <returns>A <see cref="T:System.Drawing.Printing.PageSettings" /> object that contains the page settings that are used to print the current report in the ReportViewer control, or null if the ReportViewer control has not yet processed a report.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewer.JumpToBookmark(System.String)"> <summary>Moves the focus of the report to the specified bookmark.</summary> <param name="bookmarkId">The ID of the bookmark.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewer.JumpToDocumentMapId(System.String)"> <summary>Moves the focus of the document map to the specified node.</summary> <param name="documentMapId">The ID of the document map node.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewer.PerformBack"> <summary>Navigates the ReportViewer control back to the parent report from a drillthrough report.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewer.RegisterPostBackControl(System.Web.UI.Control)"> <summary>Registers the specified control with the ReportViewer control. The ReportViewer control displays the wait control when the registered control causes a postback.</summary> <param name="control">The control to register as a trigger for a ReportViewer postback.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewer.Reset"> <summary>Resets the control to its default values.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewer.ResetPageSettings"> <summary>Reverts the page settings for the current report in the ReportViewer control to the settings in the report definition.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewer.SetPageSettings(System.Drawing.Printing.PageSettings)"> <summary>Sets the page settings that are used to print the current report in the ReportViewer control. </summary> <param name="pageSettings">A <see cref="T:System.Drawing.Printing.PageSettings" /> object that contains the new page settings.This parameter must not be null.</param> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.AsyncRendering"> <summary>Gets or sets a Boolean value that indicates whether the report is rendered asynchronously from the rest of the Web page when the Web page is being loaded.</summary> <returns>true if the report is rendered asynchronously; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.BackColor"> <summary>Gets or sets the background color of the control's report area.</summary> <returns>A <see cref="T:System.Drawing.Color" /> value indicating the background color of the control's report area.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.ReportViewer.DocumentMapCollapsed"> <summary>Gets or sets the collapsed state of the document map.</summary> <returns>true if the document map is collapsed; otherwise, false. The default is false.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.DocumentMapWidth"> <summary>Gets or sets the width of the document map.</summary> <returns>A <see cref="T:System.Web.UI.WebControls.Unit" /> object that represents the document map width. By default, a <see cref="T:System.Web.UI.WebControls.Unit" /> object that represents 25 percent of the ReportViewer width is returned.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ExportContentDisposition"> <summary>Gets or sets a value that indicates whether content should be present in-line or as an attachment.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ContentDisposition" /> enumeration value indicating how content should be presented.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.Height"> <summary>Gets or sets the height of the control.</summary> <returns>A <see cref="System.Web.UI.WebControls.Unit" /> object that represents the height of the control.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.HyperlinkTarget"> <summary>Gets or sets the target window or frame for the Web page content that is returned when a hyperlink in the report is clicked.</summary> <returns>A String value.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ID"> <summary>Specifies the ID of the control.</summary> <returns>A string value that represents the ID of the control.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.InteractiveDeviceInfos"> <summary>Gets the <see cref="T:Microsoft.Reporting.WebForms.DeviceInfoCollection" /> object that the ReportViewer control uses to render the report in the report area as HTML.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.DeviceInfoCollection" /> object.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.InteractivityPostBackMode"> <summary>Gets or sets an <see cref="T:Microsoft.Reporting.WebForms.InteractivityPostBackMode" /> value that indicates the postback mode of the <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" /> control.</summary> <returns>An <see cref="T:Microsoft.Reporting.WebForms.InteractivityPostBackMode" /> value that indicates the postback mode. The default value is <see cref="F:Microsoft.Reporting.WebForms. InteractivityPostBackMode.AlwaysAsynchronous" />.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.InternalBorderColor"> <summary>Gets or sets the internal border color of the control.</summary> <returns>A <see cref="T:System.Drawing.Color" /> value indicating the color of the control's internal border.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.InternalBorderStyle"> <summary>Gets or sets the internal border style of the control.</summary> <returns>A <see cref="T:System.Web.UI.WebControls.BorderStyle" /> value indicating the style of the control's internal border.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.InternalBorderWidth"> <summary>Gets or sets the width of the internal border of the control.</summary> <returns>A <see cref="T:System.Web.UI.WebControls.Unit" /> value containing the width of the internal border of the control.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.KeepSessionAlive"> <summary>Gets or sets a Boolean value that indicates whether to keep the user session from expiring as long as the Web page is displayed in the browser.</summary> <returns>true to keep the user session from expiring; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.LinkActiveColor"> <summary>Gets or sets the color of an active link in the control.</summary> <returns>A <see cref="T:System.Drawing.Color" /> value indicating the color of the active link.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.LinkActiveHoverColor"> <summary>Gets or sets the color of the active link in the control while the mouse pointer is over the link.</summary> <returns>A <see cref="T:System.Drawing.Color" /> value indicating the color of the active link in hover state.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.LinkDisabledColor"> <summary>Gets or sets the color of a disabled link in the control.</summary> <returns>A <see cref="T:System.Drawing.Color" /> value indicating the color of the disabled link.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.LocalReport"> <summary>Gets the instance of the <see cref="T:Microsoft.Reporting.WebForms.Report" /> class that is used when the <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ProcessingMode" /> for the <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" /> control is set to <see cref="F:Microsoft.Reporting.WebForms.ProcessingMode.Local" />.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.LocalReport" /> object containing the local report in the ReportViewer control.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.PageCountMode"> <summary>Gets or sets a <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> enumeration value that indicates the default page count mode to use when rendering a report in the report area.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> enumeration value. The default value is <see cref="F:Microsoft.Reporting.WebForms.PageCountMode.Estimate" />.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ProcessingMode"> <summary>Gets or sets the processing mode of the ReportViewer control.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ProcessingMode" /> enumerator value of either Local or Remote. The default value is Local.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.PromptAreaCollapsed"> <summary>Gets or sets the collapsed state of the parameter prompt area or the credentials prompt area.</summary> <returns>true if the prompt area is collapsed; otherwise, false. The default is false.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ReportAreaContentType"> <summary>Gets a <see cref="T:Microsoft.Reporting.WebForms.ReportAreaContent" /> object that indicates the current content type of the report area.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportAreaContent" /> object.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.SearchState"> <summary>Gets the search text and the start page of the current report search operation.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.SearchState" /> object, or null if there is not an ongoing report search operation.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ServerReport"> <summary>Gets the instance of the <see cref="T:Microsoft.Reporting.WebForms.Report" /> class that is used when the <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ProcessingMode" /> for the <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" /> control is set to <see cref="F:Microsoft.Reporting.WebForms.ProcessingMode.Remote" />.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ServerReport" /> object that contains the server report in the ReportViewer control.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowBackButton"> <summary>Gets or sets a value that indicates whether the Back button is visible on the toolbar.</summary> <returns>true if the Back button is visible on the toolbar; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowCredentialPrompts"> <summary>Gets or sets a value that indicates whether to display a prompt for user credentials.</summary> <returns>true if a prompt for credentials is shown to the user; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowDocumentMapButton"> <summary>Gets or sets a value that indicates whether the button that shows and collapses the document map is visible on the split bar.</summary> <returns>true if the button is visible on the split bar; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowExportControls"> <summary>Gets or sets a value that indicates whether the Export control is visible on the toolbar.</summary> <returns>true if the Export control is visible on the toolbar; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowFindControls"> <summary>Gets or sets a value that indicates whether the Find text box is visible on the toolbar.</summary> <returns>true if the Find text box is visible on the toolbar; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowPageNavigationControls"> <summary>Gets or sets a value that indicates whether the page navigation controls are visible on the toolbar.</summary> <returns>true if the page navigation controls are visible on the toolbar; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowParameterPrompts"> <summary>Gets or sets a value that indicates whether parameter prompts are displayed.</summary> <returns>true if parameter prompts are displayed; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowPrintButton"> <summary>Gets or sets a value that indicates whether Print button is visible on the toolbar.</summary> <returns>true if the Print button is visible on the toolbar; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowPromptAreaButton"> <summary>Gets or sets a value that indicates whether the button that shows and collapses the prompt area is visible on the split bar.</summary> <returns>true if the button is visible on the split bar; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowRefreshButton"> <summary>Gets or sets a value that indicates whether the Refresh button is visible.</summary> <returns>true if the Refresh button is visible on the toolbar; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowReportBody"> <summary>Gets or sets a value that indicates whether the report body is visible on the control.</summary> <returns>true if the report body is visible on the control; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowToolBar"> <summary>Gets or sets a value that indicates whether the toolbar is visible on the control.</summary> <returns>A Boolean value. The default value is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowWaitControlCancelLink"> <summary>Gets or sets a Boolean value that controls whether to display the Cancel link in the wait control.</summary> <returns>true if the Cancel link should be shown; otherwise, false. The default is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ShowZoomControl"> <summary>Gets or sets a value that indicates whether the Zoom list box is visible.</summary> <returns>A Boolean value. The default value is true.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.SizeToReportContent"> <summary>Gets or sets a value that indicates whether the ReportViewer control should automatically resize to accommodate report content.</summary> <returns>A Boolean value. A value of true indicates that the control should automatically resize to accommodate report content. The default value is false.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.SplitterBackColor"> <summary>Gets or sets the background color of the document map split bar and the prompt area split bar.</summary> <returns>A <see cref="T:System.Drawing.Color" /> object. The default color has the RGB values (236,233,216).</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ToolBarItemBorderColor"> <summary>Gets or sets the border color of an item on the toolbar.</summary> <returns>A <see cref="T:System.Drawing.Color" /> value indicating the color of the toolbar item.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ToolBarItemBorderStyle"> <summary>Gets or sets the border style of an item on the toolbar.</summary> <returns>A <see cref="T:System.Web.UI.WebControls.BorderStyle" /> value containing the border style of the toolbar item.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ToolBarItemBorderWidth"> <summary>Gets or sets the width of the toolbar item border.</summary> <returns>A <see cref="T:System.Web.UI.WebControls.Unit" /> value containing the border width of the toolbar item. </returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ToolBarItemHoverBackColor"> <summary>Gets or sets the background color of toolbar item while the mouse pointer is over the item.</summary> <returns>A <see cref="T:System.Drawing.Color" /> value indicating the background color of the toolbar item in hover state.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ToolBarItemPressedBorderColor"> <summary>This property is no longer applicable and exists for backward compatibility. ReportViewer control no longer uses pressed buttons.</summary> <returns>A <see cref="T:System.Drawing.Color" /> value indicating the color of the toolbar item in pressed state.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ToolBarItemPressedBorderStyle"> <summary>This property is no longer applicable and exists for backward compatibility. The ReportViewer control no longer uses pressed buttons.</summary> <returns>A <see cref="T:System.Web.UI.WebControls.BorderStyle" /> value containing the border style of the toolbar item in selected state.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ToolBarItemPressedBorderWidth"> <summary>This property is no longer applicable and exists for backward compatibility. The ReportViewer control no longer uses pressed buttons.</summary> <returns>A <see cref="T:System.Web.UI.WebControls.Unit" /> value containing the border width of the toolbar item while it is being selected. </returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ToolBarItemPressedHoverBackColor"> <summary>This property is no longer applicable and exists for backward compatibility. The ReportViewer control no longer uses pressed buttons.</summary> <returns>A <see cref="T:System.Drawing.Color" /> value indicating the background color of the toolbar item in hover state.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.WaitControlDisplayAfter"> <summary>Gets or sets the delay in milliseconds before the wait control is displayed to the user when the report is loaded.</summary> <returns>An int value that specifies the time in milliseconds. The default value is 1000 (1 second).</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.WaitMessageFont"> <summary>Gets the font for the message that is displayed while the report is being executed.</summary> <returns>A <see cref="T:System.Web.UI.WebControls.FontInfo" /> object containing the font value. The default font is 14-point Verdana.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.Width"> <summary>Gets or sets the width of the control.</summary> <returns>A <see cref="System.Web.UI.WebControls.Unit" /> object that represents the width of the control.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ZoomMode"> <summary>Gets or sets the zoom mode of the control.</summary> <returns>A <see cref="P:Microsoft.Reporting.WebForms.ReportViewer.ZoomMode" /> enumerator value indicating the zoom mode of the control. The default value is 100%.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ReportViewer.ZoomPercent"> <summary>Gets or sets the zoom percentage to use when displaying the report.</summary> <returns>An integer value that contains the zoom percentage.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.ReportViewerCookieCollection"> <summary>Represents a collection of <see cref="T:System.Net.Cookie" /> objects. </summary> </member> <member name="T:Microsoft.Reporting.WebForms.ReportViewerException"> <summary>Represents errors that occur while viewing or configuring a report.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewerException.#ctor(System.String)"> <summary>This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ReportViewerException.#ctor(System.String,System.Exception)"> <summary>This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.ReportViewerHeaderCollection"> <summary>Represents a collection of strings that contain custom headers. </summary> </member> <member name="T:Microsoft.Reporting.WebForms.ScriptManagerNotFoundException"> <summary>The exception that is thrown if a <see cref="T:System.Web.UI.ScriptManager" /> control is not found in the Web form. </summary> </member> <member name="T:Microsoft.Reporting.WebForms.SearchEventArgs"> <summary>Provides data for a <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.Search" /> event in the ReportViewer control.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.SearchEventArgs.#ctor(System.String,System.Int32,System.Boolean)"> <summary>Constructs a new SearchEventArgs object.</summary> <param name="searchString">The search string.</param> <param name="startPage">The page on which to start searching.</param> <param name="isFindNext">Indicates that this event is occurring as a result of a Find Next command.</param> </member> <member name="P:Microsoft.Reporting.WebForms.SearchEventArgs.IsFindNext"> <summary>Indicates that this event is occurring 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.WebForms.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.WebForms.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.WebForms.SearchEventHandler"> <summary>Represents the method that will handle a <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.Search" /> event.</summary> <param name="sender">The object that raised the event.</param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.ReportErrorEventArgs" /> object that contains information about the event.</param> </member> <member name="T:Microsoft.Reporting.WebForms.SearchState"> <summary>Contains the search text and the start page of a search operation. </summary> </member> <member name="P:Microsoft.Reporting.WebForms.SearchState.StartPage"> <summary>Gets the start page of the search operation.</summary> <returns>An int value that represents the start page of the search operation.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.SearchState.Text"> <summary>Gets the search text.</summary> <returns>A string that represents the search text.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.ServerReport"> <summary>Represents a report that is processed on the report server.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ServerReport.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Reporting.WebForms.ServerReport" /> class. </summary> </member> <member name="M:Microsoft.Reporting.WebForms.ServerReport.GetDataSources"> <summary>Retrieves information about the data sources used for a report.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection" /> containing <see cref="T:Microsoft.Reporting.WebForms.ReportDataSourceInfo" /> objects.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.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 sources.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection" /> containing <see cref="T:Microsoft.Reporting.WebForms.ReportDataSourceInfo" /> objects.</returns> <param name="allCredentialsSet">[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.WebForms.ServerReport.GetDefaultPageSettings"> <summary>Gets the default page settings specified in the report definition.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportPageSettings" /> object containing the default page settings for the local report.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.ServerReport.GetExecutionId"> <summary>Returns the current execution ID, or null (Nothing in Visual Basic) if no execution ID is available.</summary> <returns>A String that contains the execution ID.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.ServerReport.GetParameters"> <summary>Returns report parameter properties for the report.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportParameterInfoCollection" /> object that contains an array of <see cref="T:Microsoft.Reporting.WebForms.ReportParameterInfo" /> objects.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.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.WebForms.ServerReport.GetTotalPages(Microsoft.Reporting.WebForms.PageCountMode@)"> <summary>Returns the total number of soft pages in the report and a <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> value that indicates the current page count mode.</summary> <returns>An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors.</returns> <param name="pageCountMode">[out] A <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> enumeration value that indicates the page count mode used to calculate the total number of soft pages.</param> </member> <member name="M:Microsoft.Reporting.WebForms.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.WebForms.ServerReport.ListRenderingExtensions"> <summary>Returns all available rendering extensions for the server report.</summary> <returns>An array of <see cref="T:Microsoft.Reporting.WebForms.RenderingExtension" /> objects.</returns> </member> <member name="M:Microsoft.Reporting.WebForms.ServerReport.LoadReportDefinition(System.IO.TextReader)"> <summary>Loads the report definition on the report server for remote processing using a <see cref="T:System.IO.TextReader" />.</summary> <param name="report">A <see cref="T:System.IO.TextReader" /> class that can be used to read the report definition language (RDL) file for the report.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ServerReport.Refresh"> <summary>Causes the report to be rendered with new data.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.ServerReport.Render(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.String@,System.String@)"> <summary>Renders the report with optional URL access parameters.</summary> <returns>A <see cref="T:System.IO.Stream" /> that contains the rendered report.</returns> <param name="format">The format in which to render the report. This argument maps to a rendering extension. You can use any rendering extension available on the report server.To access the list of available rendering extensions, use the <see cref="M:Microsoft.Reporting.WebForms.ServerReport.ListRenderingExtensions" /> method.</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 in SQL Server Books Online.</param> <param name="urlAccessParameters">URL access parameters to pass to the report server. For more information, see the URL Access documentation in SQL Server Books Online.This parameter may be set to null.</param> <param name="mimeType">[out] The MIME type of the rendered report.</param> <param name="fileNameExtension">[out] The file name extension used for the output file.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ServerReport.Render(System.String,System.String,System.Collections.Specialized.NameValueCollection,System.IO.Stream,System.String@,System.String@)"> <summary>Renders the report with optional URL access parameters.</summary> <param name="format">The format in which to render the report. This argument maps to a rendering extension. You can use any rendering extension available on the report server.To access the list of available rendering extensions, use the <see cref="M:Microsoft.Reporting.WebForms.ServerReport.ListRenderingExtensions" /> method.</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 in SQL Server Books Online. </param> <param name="urlAccessParameters">URL access parameters to pass to the report server. For more information, see the URL Access documentation in SQL Server Books Online.This parameter may be set to null.</param> <param name="reportStream">The stream into which the rendered report will be written.</param> <param name="mimeType">[out] The MIME type of the rendered report.</param> <param name="fileNameExtension">[out] The file name extension used for the output file.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ServerReport.Render(System.String,System.String,Microsoft.Reporting.WebForms.PageCountMode,System.String@,System.String@,System.String@,System.String[]@,Microsoft.Reporting.WebForms.Warning[]@)"> <summary>Processes the report with the specified <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> value and renders it in the specified format.</summary> <returns>A <see cref="T:System.Byte" /> array of the report in the specified format.</returns> <param name="format">The format in which to render the report. This argument maps to a rendering extension. You can use any formatting extension available on the report server.To access the list of available rendering extensions, use the <see cref="M:Microsoft.Reporting.WebForms.ServerReport.ListRenderingExtensions" /> method.</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 in SQL Server Books Online.</param> <param name="pageCountMode">A <see cref="T:Microsoft.Reporting.WebForms.PageCountMode" /> enumeration value that specifies the page count mode.</param> <param name="mimeType">[out] The MIME type of the rendered report.</param> <param name="encoding">[out] The encoding used when rendering the contents of the report.</param> <param name="fileNameExtension">[out] The file name extension used for the output file.</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 <see cref="T:Microsoft.Reporting.WebForms.Warning" /> objects that describes any warnings that occurred during report processing.</param> </member> <member name="M:Microsoft.Reporting.WebForms.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 <see cref="T:System.Byte" /> array of the stream in the specified format. For more information about this data type, see "Byte Structure" in the .NET Framework documentation.</returns> <param name="format">The format in which to render the stream. This argument maps to a rendering extension. You can use any rendering extension available on the report server.To access the list of available rendering extensions, use the <see cref="M:Microsoft.Reporting.WebForms.ServerReport.ListRenderingExtensions" /> method.</param> <param name="streamId">The stream identifier.</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 in SQL Server Books Online.</param> <param name="mimeType">The MIME type of the stream.</param> <param name="encoding"> The Microsoft .NET Framework encoding class name.</param> </member> <member name="M:Microsoft.Reporting.WebForms.ServerReport.SetDataSourceCredentials(System.Collections.Generic.IEnumerable{Microsoft.Reporting.WebForms.DataSourceCredentials})"> <summary>Sets the data source credentials for the report.</summary> <param name="credentials">A set of data source credentials to submit to the report server.</param> </member> <member name="M:Microsoft.Reporting.WebForms.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.WebForms.ServerReport.SetParameters(System.Collections.Generic.IEnumerable{Microsoft.Reporting.WebForms.ReportParameter})"> <summary>Sets report parameter properties for the report.</summary> <param name="parameters">An <see cref="T:System.Collections.Generic.IEnumerable" /> of <see cref="T:Microsoft.Reporting.WebForms.ReportParameter" /> objects that contains a list of the report parameters properties.</param> </member> <member name="P:Microsoft.Reporting.WebForms.ServerReport.Cookies"> <summary>Gets a collection of <see cref="T:System.Net.Cookie" /> objects. The <see cref="T:Microsoft.Reporting.WebForms.ServerReport" /> object uses the cookies in this collection when making server requests.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportViewerCookieCollection" /> object that contains a collection of <see cref="T:System.Net.Cookie" /> objects.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ServerReport.Headers"> <summary>Gets a collection of strings that contain custom headers.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportViewerHeaderCollection" /> object that contains a collection custom headers.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ServerReport.HistoryId"> <summary>Gets or sets the unique identifier of the report history snapshot used for the server report.</summary> <returns>A string value containing the unique identifier of the report history snapshot used for the server report.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.ServerReport.ReportServerCredentials"> <summary>Gets or sets the credentials to be used with the report server.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportServerCredentials" /> object containing the credentials to be used with the report server.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ServerReport.ReportServerUrl"> <summary>Gets or sets the URL for the report server.</summary> <returns>A <see cref="T:System.Uri" /> object containing the URL for the report server.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ServerReport.Timeout"> <summary>Gets or sets the number of milliseconds to wait for server communications.</summary> <returns>An integer value containing the server time-out, in milliseconds. The default value is 600000 milliseconds.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.SessionDisabledException"> <summary>Occurs when the ASP.NET session has been disabled.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.Severity"> <summary>Specifies the severity of a warning.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.Severity.Error"> <summary>The severity level of the warning is Error.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.Severity.Warning"> <summary>The severity level of the warning is Warning.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.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.WebForms.SortEventArgs"> <summary>Provides data for the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.Sort" /> event.</summary> </member> <member name="M:Microsoft.Reporting.WebForms.SortEventArgs.#ctor(System.String,Microsoft.Reporting.WebForms.SortOrder,System.Boolean)"> <summary>Constructs a new SortEventArgs object.</summary> <param name="sortId">The ID of the sort action.</param> <param name="sortDirection">A <see cref="T:Microsoft.Reporting.WebForms.SortOrder" /> 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.WebForms.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.WebForms.SortEventArgs.SortDirection"> <summary>Gets an enumeration value indicating the direction of the sort. </summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.SortOrder" /> enumeration value indicating the direction of the sort. </returns> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.SortEventHandler"> <summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WebForms.ReportViewer.Sort" /> event of a <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" />.</summary> <param name="sender">The object raising the event.</param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.SortEventArgs" /> object containing information about the event.</param> </member> <member name="T:Microsoft.Reporting.WebForms.SortOrder"> <summary>Indicates the direction of a sort operation.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.SortOrder.Ascending"> <summary>Indicates an ascending sort.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.SortOrder.Descending"> <summary>Indicates a descending sort.</summary> </member> <member name="T:Microsoft.Reporting.WebForms.SubreportProcessingEventArgs"> <summary>Provides data for the <see cref="E:Microsoft.Reporting.WebForms.LocalReport.SubreportProcessing" /> event.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.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.WebForms.SubreportProcessingEventArgs.DataSources"> <summary>Returns a collection of data sources for the subreport.</summary> <returns>A collection of <see cref="T:Microsoft.Reporting.WebForms.ReportDataSource" /> objects.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.SubreportProcessingEventArgs.Parameters"> <summary>Gets a collection of parameters for the subreport.</summary> <returns>A <see cref="T:Microsoft.Reporting.WebForms.ReportParameterInfoCollection" /> containing information about the subreport parameters.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.SubreportProcessingEventArgs.ReportPath"> <summary>Returns the name of the subreport.</summary> <returns>A string containing the name of the subreport.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.SubreportProcessingEventHandler"> <summary>Represents the method that will handle the <see cref="E:Microsoft.Reporting.WebForms.LocalReport.SubreportProcessing" /> event of a <see cref="T:Microsoft.Reporting.WebForms.ReportViewer" />.</summary> <param name="sender">The object that raised the event.</param> <param name="e">A <see cref="T:Microsoft.Reporting.WebForms.SubreportProcessingEventArgs" /> object containing information about the event.</param> </member> <member name="T:Microsoft.Reporting.WebForms.ValidValue"> <summary>Represents a possible valid value for a parameter.</summary> </member> <member name="P:Microsoft.Reporting.WebForms.ValidValue.Label"> <summary>Gets a label for the valid value.</summary> <returns>A read-only string object.</returns> </member> <member name="P:Microsoft.Reporting.WebForms.ValidValue.Value"> <summary>Gets a valid value.</summary> <returns>A read-only string object.</returns> </member> <member name="T:Microsoft.Reporting.WebForms.ViewStateDisabledException"> <summary>Occurs when the ReportViewer control detects that view state is disabled. </summary> </member> <member name="T:Microsoft.Reporting.WebForms.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.WebForms.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.WebForms.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.WebForms.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.WebForms.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.WebForms.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.WebForms.ZoomMode"> <summary>Specifies the zoom mode for the ReportViewer control.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ZoomMode.FullPage"> <summary>Sets the zoom mode to full page.</summary> </member> <member name="F:Microsoft.Reporting.WebForms.ZoomMode.PageWidth"> <summary>Sets the zoom mode to page width. </summary> </member> <member name="F:Microsoft.Reporting.WebForms.ZoomMode.Percent"> <summary>Sets the zoom mode to a percentage. </summary> </member> </members> </doc>