diff --git a/C2P/C2P.csproj b/C2P/C2P.csproj index 6864385..1f1a1e0 100644 --- a/C2P/C2P.csproj +++ b/C2P/C2P.csproj @@ -19,6 +19,7 @@ disabled enabled + true @@ -72,7 +73,7 @@ ..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll - + False ..\packages\Microsoft.AspNet.ScriptManager.MSAjax.5.0.0\lib\net45\Microsoft.ScriptManager.MSAjax.dll diff --git a/C2P/Images/LogoCostimate.png b/C2P/Images/LogoCostimate.png index 4cc5842..8e69905 100644 Binary files a/C2P/Images/LogoCostimate.png and b/C2P/Images/LogoCostimate.png differ diff --git a/C2P/Web.config b/C2P/Web.config index 94dcddc..095b8bd 100644 --- a/C2P/Web.config +++ b/C2P/Web.config @@ -105,17 +105,17 @@ - - - + - - + @@ -175,7 +175,7 @@ - + diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 4c5d066..8f33546 100644 Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ diff --git a/C2P/bin/C2P.dll.config b/C2P/bin/C2P.dll.config index 94dcddc..095b8bd 100644 --- a/C2P/bin/C2P.dll.config +++ b/C2P/bin/C2P.dll.config @@ -105,17 +105,17 @@ - - - + - - + @@ -175,7 +175,7 @@ - + diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll index adf1d43..a9e7559 100644 Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ diff --git a/C2P/bin/Microsoft.ReportViewer.WebForms.xml b/C2P/bin/Microsoft.ReportViewer.WebForms.xml new file mode 100644 index 0000000..adafec7 --- /dev/null +++ b/C2P/bin/Microsoft.ReportViewer.WebForms.xml @@ -0,0 +1,1682 @@ + + + + Microsoft.ReportViewer.WebForms + + + + The namespace contains methods and properties for the ReportViewer Web server control. + + + Occurs when the ASP.NET session has expired. + + + Provides data for the event. + + + Initializes a new instance of the class. + The parent report of the drillthrough report. + + + Gets the parent report of the drillthrough report. + A (if the ReportViewer control is in local processing mode) or object (if the ReportViewer control is in remote processing mode) containing the parent report of the drillthrough report. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object that contains the event arguments. + + + Provides data for the event. + + + Constructs a BookmarkNavigationEventArgs object. + The bookmark identification string. + + + Gets the bookmark identification string. + A read-only string object. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object that contains the event arguments. + + + Represents errors that occur when the control is rendering a processed report from report page layout (RPL) format into HTML format. + + + Indicates how the report content should be presented. + + + Indicates that content is always presented as an attachment regardless of format. + + + Indicates that content is presented inline regardless of format. + + + Indicates that HTML-formatted content is presented inline; all other content is presented as an attachment. + + + Provides a stream to the ReportViewer control for rendering. + A Stream object to which the ReportViewer control can write data. + The name of the stream. + The file name extension to use if a file stream is being created. + An Encoding enumerator value specifying the character encoding of the stream. This may be null if the stream does not contain characters. + A string containing the MIME type of the stream. + 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. + + + Represents data source credentials. + + + Constructs a DataSourceCredentials object. + + + Gets or sets the user name to be used by the data source for connecting to a report server. + A string value. + + + Gets or sets the password to be used by the data source for connecting to the report server. + A string containing the password. + + + Gets or sets the user identification to be used by the data source for connecting to the report server. + A string containing the user ID. + + + Represents a collection of objects. + + + Initializes a new instance of the class. + + + Gets the object of the specified name from the collection. + A object. + Name of the object. This parameter is not case sensitive. + + + Contains a name-value pair that represents a case insensitive device information setting. + + + Initializes a new instance of the class. + The name of the device information. + The value of the device information. + + + Gets the name of the device information. + A string value. + + + Gets the value of the device information. + A string value. + + + Represents a collection of device information settings. + + + Adds a object to the collection using the specified name and value. + The name of the device information setting. + The value of the device information setting. + + + Provides data for the event. + + + Constructs a DocumentMapNavigationEventArgs object. + A string value containing the document map node ID. + + + Gets the unique identifier of the document map node selected. + A read-only string value containing the document map node ID. + + + Represents the method that will handle the event of a . + The object raising the event. + A object containing the event arguments. + + + Represents a single node in the document map. + + + Gets a collection of child document map nodes. + A read-only array of objects. + + + Gets the unique identifier of the document map node. + A read-only string value. + + + Gets the label associated with the document map node. + A read-only string value. + + + Provides data for the event. + + + Constructs a DrillthroughEventArgs object. + The path of the drillthrough report. + The target report of the drillthrough action. + + + Gets the target report of the drillthrough action. + A read-only or object. + + + Gets the path of the drillthrough report. + A read-only String value. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object that contains the event data. + + + Specifies the postback modes of the control when the user interacts with the report viewer and the currently displayed report. + + + Always perform asynchronous postbacks. + + + Always perform synchronous postbacks. + + + 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. + + + Occurs when an object supplied through an entry in the Web.config file is missing or invalid. + + + Occurs when a temporary stream does not support seeking, reading, or writing. + + + Provides report server connection information when the ReportViewer Web forms control is used with no session state. + + + Returns the URL of the report server. + A Uri object containing the URL of the report server. + + + Gets the number of milliseconds to wait for server communications. + An integer value containing the number of milliseconds to wait for server communications. + + + Provides report server connection information when the ReportViewer Web forms control is used with no session state. + + + Gets a collection of custom cookies to send to the report server. + A collection of objects that contain the custom cookies. + + + Gets a collection of custom headers to send to the report server. + A collection of string objects that contain the custom header values. + + + Allows applications to provide credentials for connecting to a Reporting Services report server. + + + Provides information that will be used to connect to the report server that is configured for forms authentication. + true if forms authentication should be used; otherwise, false. + [out] A report server authentication cookie. + [out] The name of the user. + [out] The password of the user. + [out] The authority to use when authenticating the user, such as a Microsoft Windows domain. + + + Gets or sets the of the user to impersonate when the control connects to a report server. + A object that represents the user to impersonate. + + + Gets or sets the network credentials that are used for authentication with the report server. + An implementation of that contains the credential information for connecting to a report server. + + + Allows applications to provide customized user interface messages. + + + Provides the ToolTip text for the Back button. + A string value. + + + Provides the text for the Change Credentials button. + A string value. + + + Provides the ToolTip text for the Change Credentials button. + A string value. + + + Provides the ToolTip text for the Current Page text box. + A string value. + + + Provides the title text for the Document Map panel. + A string value. + + + Provides the ToolTip text for the Document Map button. + A string value. + + + Provides the text for the Export button. + A string value. + + + Provides the ToolTip text for the Export button. + A string value. + + + Provides the ToolTip text for the Export Formats drop-down list box. + A string value. + + + Provides the text for a false value. + A string value. + + + Provides the text for a Find button. + A string value. + + + Provides the ToolTip text for the Find button. + A string value. + + + Provides the text for the Find Next button. + A string value. + + + Provides the ToolTip text for the Find Next button. + A string value. + + + Provides the ToolTip text for the First Page button. + A string value. + + + Provides the text for the invalid page number message. + A string value. + + + Provides the ToolTip text for the Last Page button. + A string value. + + + Provides the ToolTip text for the Next Page button. + A string value. + + + Provides the text for the no more matches message. + A string value. + + + Provides the text for the Null check box. + A string value. + + + Provides the text for a null value. + A string value. + + + Provides the text for the pagination message. + A string value. + + + Provides the ToolTip text for the Parameter Area button. + A string value. + + + Provides the text for the password prompt. + A string value. + + + Provides the ToolTip text for the Previous Page button. + A string value. + + + Provides the text for the Print button. + A string value. + + + Provides the text for the progress message that is displayed when a report is processing. + A string value. + + + Provides the ToolTip text for the Refresh button. + A string value. + + + Provides the ToolTip text for the Search text box. + A string value. + + + Provides the text for the Select All item in a multivalue drop-down list box. + A string value. + + + Provides the text for the Select a value prompt. + A string value. + + + Provides the text for the select format prompt. + A string value. + + + Provides the text for the 'text not found' message. + A string value. + + + Provides the text for the 'Today is…' message in the calendar control. + A string value. + + + Provides the text for a true value. + A string value. + + + Provides the text for the user name prompt. + A string value. + + + Provides the text for the View Report button. + A string value. + + + Provides the ToolTip for the Zoom control. + A string value. + + + Provides the text for the Zoom To Page Width option. + A string value. + + + Provides text for the Zoom To Whole Page item. + A string value. + + + Defines methods and properties for implementing customized user interface messages. + + + Returns the error text to display when the user name has not been supplied for the data source credentials. + Returns a String that contains the error text to display when the user name has not been supplied for the data source credentials. + The prompt value that identifies which data source is missing a value. + + + Returns a localized name for the current export format. + Returns a String that contains the localized name for the current export format. + The name of the current export format (for example, EXCEL, PDF). + + + Returns the error text to display when a selection has not been made for a multivalue report parameter. + Returns a String that contains the error text to display when a selection has not been made for a multivalue report parameter. + The prompt value that identifies which report parameter has not been specified. + + + Returns the error text to display when the value for a report parameter has not been specified. + Returns a String that contains the error text to display when a report parameter has not been specified. + The prompt value that identifies which report parameter has not been specified. + + + Gets the text to display when scripting is disabled on the client browser. + A String that contains the text to display when scripting is disabled on the client browser. + + + Gets the text to display if an error occurs when the client loads the print control. + A text String that contains the text to display if an error occurs when the client loads the print control. + + + Gets the ToolTip text to display when a pointer pauses over the down arrow of a multivalue parameter drop-down list. + 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. + + + Allows applications to provide customized user interface messages. + + + 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. + A localized string that represents the total number of pages and the page count mode. + The number of pages in the current report. + Indicates whether the pageCount parameter represents an estimate or the actual number of pages. + + + 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. + A string value that represents the text displayed when the control waits for the Web server to generate a calendar for a given month. + + + Gets the text of the Cancel link in the wait control. + A string value that represents the Cancel link text. + + + Provides custom storage for temporary data. + + + Provides a stream for storing temporary data. + A Stream object to be used for storing temporary data. + + + Represents errors that occur while viewing a locally processed report. + + + Represents a report that is processed and rendered locally without connecting to a report server. + + + Initializes a new instance of the class. + + + Occurs when a subreport is processed. + + + Adds the supplied assembly to the list of assemblies that run in full trust mode in the sandboxed application domain. + The name of the assembly to be added. + + + Adds the supplied assembly to the list of assemblies that are trusted to execute in the current . + The name of the assembly to be added. + + + Releases all resources that are used by the object. + + + Causes processing extensions and expressions in the report to be executed in the current . + An object containing security information about the report. + + + Causes processing extensions and expressions to be run with limited permissions in an application domain. + + + Returns the names of all datasets used within the local report. + An array of String objects containing the list of dataset names. + + + Gets the default page settings specified in the local report. + A object containing the default page settings for the local report. + + + Returns report parameter properties for the report. + A object containing an array of objects. + + + Returns the total number of soft pages in the report and a enumeration value that indicates the current page count mode. + An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors. + [out] A enumeration value that indicates the page count mode used to calculate the total number of soft pages. + + + Returns all available rendering extensions for the local report. + An array of objects. + + + Loads a report definition from the local file system using a . + A class that contains the report definition for the local report. + + + Loads a subreport definition using a . + The path and filename of the subreport definition. + A class that contains the report definition for the subreport. + + + Loads a subreport definition using a . + The path and filename of the subreport definition. + A object that will contain the report definition language (RDL) for the subreport. + + + Causes the local report to be rendered with new data. + + + Causes the object to release its reference to the sandboxed application domain immediately. + + + Processes the report and renders it in the specified format using a stream provided by a callback function. + 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 method. + 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. + A delegate function that will be used to provide a object for rendering. + [out] An array of objects that describes any warnings that occurred during report processing and rendering. + + + Processes the report with a specified page count mode and renders it in the specified format using a stream provided by a callback function. + 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 method. + 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. + A 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 + A delegate function that will be used to provide a object for rendering. + [out] An array of objects that describes any warnings that occurred during report processing and rendering. + + + Processes the report with a specified page count mode and renders it in the specified format. + A array of the report in the specified 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 method. + 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. + A enumeration value that specifies the page count mode. + [out] The MIME type of the rendered report. + [out] The encoding used when rendering the contents of the report. + [out] The file name extension used for the output file. + [out] The stream identifiers. You can use them to render external resources (images, for example) that are associated with the report. + [out] An array of objects that describes any warnings that occurred during report processing and rendering. + + + Sets the base permissions for the sandboxed application domain with the supplied permission set. + The to set. The default base permission is Execution. + + + Sets report parameter properties for the local report. + An of objects that contains a list of the report parameter properties. + + + Gets a collection of data sources used by the report. + A read-only object. + + + Indicates whether the report can be rendered if it has external images. + 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. + + + Indicates whether the report can be rendered if it contains hyperlink actions. + 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 the parameters passed from a parent report to this report, if it is a drillthrough report. + An of 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. + + + Gets or sets the name of the report embedded resource. + A String containing the name of the embedded resource. + + + Gets or sets the local file system path of the local report. + A String value. + + + Gets or sets a Boolean value that indicates whether detailed messages should be displayed when an error occurs in a subreport. + true if detailed messages should be displayed; otherwise, false. The default is true. + + + Represents an exception that occurs when credentials have not been supplied for a data source used by a report. + + + Represents the error that occurs when a data source expected by the report has not been supplied. + + + Represents the error that occurs when the SOAP endpoint used by the ReportViewer control could not be accessed. + + + Represents the exception that occurs when a parameter expected by the report has not been supplied. + + + Occurs when session state is not enabled, and an object implementing interface is not supplied through the Web.config file. + + + Represents the exception that occurs when no report source has been specified. + + + Represents values that control whether to calculate the actual page count or use an estimate. + + + Calculate the actual page count for the report. + + + Provide an estimate of the page count for the report instead of calculating the actual page count. + + + Provides data for a event. + + + Constructs a new PageNavigationEventArgs object. + An integer value containing the new page number. + + + Gets the number of the page resulting from the event. + An integer value containing the new page number. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object that contains the arguments for this event. + + + Specifies the data type of a parameter. + + + A Boolean data type that represents a true or false condition. + + + A DateTime data type that represents the date and time. + + + A Float data type that represents a floating point decimal value. + + + An Integer data type. + + + A String data type that represents an array of characters. + + + Specifies the state of a parameter. + + + The parameter values are unavailable. This state indicates that no valid query-based values were returned as a result of the query. + + + 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 method. + + + A valid value for the parameter exists. + + + A valid value for the parameter does not exist. + + + Used to specify the processing mode of the ReportViewer control. + + + Specifies that the report will be processed and rendered using the reporting engine provided by the ReportViewer control. + + + Specifies remote processing mode against a Reporting Services report server. + + + Encapsulates a rendering extension that can be used with the ReportViewer's report. + + + Gets the localized display name of the rendering extension. + A read-only string value. + + + Gets the name of the rendering extension. + A read-only string value. + + + Indicates whether the rendering extension is visible in the user interface. + A Boolean value. + + + Contains methods and properties that can apply to both local and server reports. + + + Gets the default page settings specified in the report. + A object containing the default page settings for the local report. + + + Returns the representation of the document map for the local report. + A object containing the top-level node of the document map hierarchy for the report. + + + Returns report parameter properties for the report. + A collection of objects. + + + Returns the total number of soft pages in the report. + An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors. + + + Returns the total number of soft pages in the report and a value that indicates the current page count mode. + An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors. + [out] A enumeration value that indicates the page count mode that was used to calculate the total number of pages. + + + Returns all available rendering extensions for the report. + An array of objects. + + + Loads a report definition for processing using a . + A class that contains the report definition for the report. + + + Loads a report definition for processing using a . + A class that contains the report definition for the report. + + + Causes the report to be rendered with new data. + + + Processes the report and renders it in the specified format. + A byte array of the report in the specified 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 or , depending on the processing mode (see ). + + + Processes the report and renders it in the specified format. + A byte array of the report in the specified 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 or , depending on the processing mode (see ). + 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. + + + Processes the report and renders it in the specified format. + A array of the report in the specified 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 or , depending on the processing mode (see ). + 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. + [out] The MIME type of the rendered report. + [out] The encoding used when rendering the contents of the report. + [out] The file name extension used for the output file. + [out] The stream identifiers You can use them to render the external resources (images, for example) that are associated with the report. + [out] An array of objects that describes any warnings that occurred during report processing. + + + Processes the report with the specified value and renders it in the specified format. + A byte array of the report in the specified 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 or , depending on the processing mode (see ). + 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. + A enumeration value that specifies the page count mode. + [out] The MIME type of the rendered report. + [out] The encoding used when rendering the contents of the report. + [out] The file name extension used for the output file. + [out] The stream identifiers. You can use them to render the external resources (images, for example) that are associated with the report. + [out] An array of objects that describes any warnings that occurred during report processing. + + + Sets report parameter properties for the report. + An array of objects that contains a list of the report parameters properties. + + + Sets report parameter properties for the report. + A object. + + + Gets or sets the display name of the report. + A string containing the report's display name. + + + Indicates whether the report is a drillthrough report. + A Boolean value. A value of true indicates that this is a drillthrough report. + + + Gets a Boolean value that indicates whether a report definition and all parameters have been specified, and all data sources are ready for use. + 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. + + + Specifies the type of content displayed in the report area. + + + The report area displays an error message. + + + The report area displays nothing. + + + The report area displays a report page. + + + The current content type displayed in the report area is unknown. For more information, see . + + + Provides data for the event. + + + Gets a collection of . + A collection of objects. + + + Represents the method that will handle a event. + The source of the event. + A that contains the event data. + + + Represents a data source for a report. + + + Constructs an empty data source. + + + Constructs a named data source. + The name of the data source. + + + Constructs a named data source with a in the property. + The name of the data source, as specified in the report definition for the current report. + A object that contains the data. + + + Constructs a named data source with an in the property. + The name of the data source, as specified in the report definition for the current report. + An object that contains the data. + + + Constructs a named data source with an in the property. + The name of the data source, as specified in the report definition for the current report. + An object that contains the data. + + + Constructs a named data source with a value. + The name of the data source. + A value for the data source. + + + Constructs a named data source with a data source ID. + The name of the data source. + The ID of the data source. + + + Specifies the name of the list of data for binding. + A value. + + + Gets or sets the data source ID. + A value. + + + Gets or sets the name of the report data source. + A string containing the name of the data source. + + + Gets or sets the instance of the report data source. + An Object containing an instance of the report data source. + + + Contains a collection of objects. + + + Returns a report data source from the collection that matches a specified name. + A object. + The name of the report data source to retrieve from the collection. + + + Represents information about a report data source. + + + Gets the name of the report data source. + A string containing the name of the report data source. + + + Gets a prompt for the data source. + A string containing a prompt for the data source. + + + Represents a collection of objects. + + + Returns a specific object from the collection. + A object. + The name of the object to return. + + + Provides data for the event. + + + Returns an Exception object containing information about the report error. + An Exception object containing information about the report error. + + + Indicates whether the host application has handled the error. + A Boolean value indicating whether the host application has handled the error. The default value is false. + + + Represents the method that will handle a event. + The object that raised the event. + A object that contains information about the event. + + + Represents the page settings for a report. + + + Indicates whether the orientation of the report as defined in the report definition file is landscape. + true if the orientation of the report as defined in the report definition file is landscape; otherwise, false. + + + Represents the margins for a report page. Read-only. + A read-only Margins object containing margin information about the report page. + + + Represents the paper size settings for a report page. Read-only. + A read-only PaperSize object containing information about report page size. + + + Represents a parameter for a report. + + + Instantiates a new ReportParameter. + + + Instantiates a new ReportParameter with a name. + The name of the parameter. + + + Instantiates a new ReportParameter with a name and a value. + The name of the parameter. + The value of the parameter. + + + Instantiates a new multivalued ReportParameter with a name. + The name of the parameter. + The values of the parameter. + + + Instantiates a new ReportParameter with a name, a value, and a visibility flag. + The name of the parameter. + The value of the parameter. + Determines if the parameter is displayed in the user interface. + + + Instantiates a new ReportParameter with a name, multiple values, and a visibility flag. + The name of the parameter. + The values of the parameter. + Determines if the parameter is displayed in the user interface. + + + Gets or sets the name of the parameter. + A String value. + + + Gets a collection of string objects containing one or more values for the parameter. + A StringCollection object. + + + Determines whether the parameter can be displayed in the user interface. + A Boolean value. + + + Represents a collection of objects. + + + Initializes a new instance of the class. + + + Gets an object in the collection by its name. + A with the specified name, if found; otherwise, a null reference (Nothing in Visual Basic). + The name of the object to get. This is the value of the property.This parameter is not case sensitive. + + + Encapsulates information about report parameters. + + + Indicates whether an empty string is a valid value for the parameter. Read-only. + A Boolean value. + + + Indicates whether the default values of the parameter are based on a query. Read-only. + A Boolean value. + + + Indicates whether the parameter's valid values are based on a query. Read-only. + A read-only Boolean value. + + + Gets the data type of the parameter. Read-only. + A read-only value. + + + Gets a list of parameters whose values are used to retrieve additional parameter values in a query. Read-only. + A read-only . + + + A list of parameters that use the value of this parameter as parameters into queries to retrieve and/or . + A read-only . + + + Gets an error message returned when the parameter has failed validation. Read-only. + A read-only string containing the text of the error message. + + + Indicates whether the parameter is used in a query to an external data source. Read-only. + A read-only Boolean value. + + + Indicates whether the parameter can be a multivalue parameter. Read-only. + A read-only Boolean value. + + + Gets the name of the parameter. Read-only. + A string containing the name of the parameter. + + + Indicates whether the value of the parameter can be null. Read-only. + A read-only Boolean value. + + + The text that prompts the user to provide parameter values. + A string containing the text of the prompt. + + + Indicates whether the user is prompted for the value of the parameter. + A read-only Boolean value. + + + Describes the state of the parameter. Read-only. + A read-only value. + + + Gets the available valid values for the parameter. Read-only. + A read-only array of objects. + + + Gets the values for the parameter. + A read-only list of string values. + + + Determines whether the parameter can be displayed in the user interface. + A Boolean value. + + + A collection of objects. + + + Returns a named item from the ReportParameterInfoCollection. + A object from the collection. + The name of the item to retrieve. + + + Provides data for the event. + + + Gets a value indicating whether the event is triggered by the automatic submission of report parameters due to dependencies between them. + true if the event is triggered by the automatic submission of report parameters; false if it is triggered by the user clicking the View Report button. + + + Gets the parameters that are being submitted to the report server by the user in the parameter prompt area. + A object containing the parameter values submitted by the user. + + + Represents the callback method that will handle the event. + The source of the event. + A that contains the event data. + + + Represents the error that occurs when a report contains a security violation. + + + 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. + + + Returns the error code from the exception. + A string value containing the error code returned by the report server, or null if the connection attempt to the report server is unsuccessful. + + + Encapsulates the methods and properties used for the ReportViewer control. + + + Initializes a new instance of the class. + + + Occurs when a user navigates from a drillthrough report back to the parent report. + + + Occurs when a user browses to a bookmark in a report. + + + Occurs when a document map node is selected. + + + Occurs when a drillthrough item is selected. + + + Occurs when a user moves to a different page in a report. + + + Occurs when an error is found in the report. + + + Occurs when the report is refreshed. + + + Occurs when the Find or Find Next button is clicked, or when a search operation is invoked programmatically. + + + Occurs when the user activates a sort on the report data. + + + Occurs when the user submits new data source credentials using the data source prompt area. + + + Occurs when report parameter values are submitted to the report server. + + + Occurs when the user toggles the visibility of an item in the report. + + + A constant that represents the maximum number of pages in a report when the current page count mode is . + + + Searches the report in the report area for the specified text string, starting from the specified page number. + The search string. + The page number on which to start searching. + + + Returns the page settings that are used to print the current report in the ReportViewer control. + A 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. + + + Moves the focus of the report to the specified bookmark. + The ID of the bookmark. + + + Moves the focus of the document map to the specified node. + The ID of the document map node. + + + Navigates the ReportViewer control back to the parent report from a drillthrough report. + + + Registers the specified control with the ReportViewer control. The ReportViewer control displays the wait control when the registered control causes a postback. + The control to register as a trigger for a ReportViewer postback. + + + Resets the control to its default values. + + + Reverts the page settings for the current report in the ReportViewer control to the settings in the report definition. + + + Sets the page settings that are used to print the current report in the ReportViewer control. + A object that contains the new page settings.This parameter must not be null. + + + 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. + true if the report is rendered asynchronously; otherwise, false. The default is true. + + + Gets or sets the background color of the control's report area. + A value indicating the background color of the control's report area. + + + Gets or sets the current page of the ReportViewer control's active report. + An integer value containing the current page of the report. The default value is 0. + + + Gets or sets the collapsed state of the document map. + true if the document map is collapsed; otherwise, false. The default is false. + + + Gets or sets the width of the document map. + A object that represents the document map width. By default, a object that represents 25 percent of the ReportViewer width is returned. + + + Gets or sets a value that indicates whether content should be present in-line or as an attachment. + A enumeration value indicating how content should be presented. + + + Gets or sets the height of the control. + A object that represents the height of the control. + + + Gets or sets the target window or frame for the Web page content that is returned when a hyperlink in the report is clicked. + A String value. + + + Specifies the ID of the control. + A string value that represents the ID of the control. + + + Gets the object that the ReportViewer control uses to render the report in the report area as HTML. + A object. + + + Gets or sets an value that indicates the postback mode of the control. + An value that indicates the postback mode. The default value is . + + + Gets or sets the internal border color of the control. + A value indicating the color of the control's internal border. + + + Gets or sets the internal border style of the control. + A value indicating the style of the control's internal border. + + + Gets or sets the width of the internal border of the control. + A value containing the width of the internal border of the control. + + + 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. + true to keep the user session from expiring; otherwise, false. The default is true. + + + Gets or sets the color of an active link in the control. + A value indicating the color of the active link. + + + Gets or sets the color of the active link in the control while the mouse pointer is over the link. + A value indicating the color of the active link in hover state. + + + Gets or sets the color of a disabled link in the control. + A value indicating the color of the disabled link. + + + Gets the instance of the class that is used when the for the control is set to . + A object containing the local report in the ReportViewer control. + + + Gets or sets a enumeration value that indicates the default page count mode to use when rendering a report in the report area. + A enumeration value. The default value is . + + + Gets or sets the processing mode of the ReportViewer control. + A enumerator value of either Local or Remote. The default value is Local. + + + Gets or sets the collapsed state of the parameter prompt area or the credentials prompt area. + true if the prompt area is collapsed; otherwise, false. The default is false. + + + Gets a object that indicates the current content type of the report area. + A object. + + + Gets the search text and the start page of the current report search operation. + A object, or null if there is not an ongoing report search operation. + + + Gets the instance of the class that is used when the for the control is set to . + A object that contains the server report in the ReportViewer control. + + + Gets or sets a value that indicates whether the Back button is visible on the toolbar. + true if the Back button is visible on the toolbar; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether to display a prompt for user credentials. + true if a prompt for credentials is shown to the user; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether the button that shows and collapses the document map is visible on the split bar. + true if the button is visible on the split bar; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether the Export control is visible on the toolbar. + true if the Export control is visible on the toolbar; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether the Find text box is visible on the toolbar. + true if the Find text box is visible on the toolbar; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether the page navigation controls are visible on the toolbar. + true if the page navigation controls are visible on the toolbar; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether parameter prompts are displayed. + true if parameter prompts are displayed; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether Print button is visible on the toolbar. + true if the Print button is visible on the toolbar; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether the button that shows and collapses the prompt area is visible on the split bar. + true if the button is visible on the split bar; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether the Refresh button is visible. + true if the Refresh button is visible on the toolbar; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether the report body is visible on the control. + true if the report body is visible on the control; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether the toolbar is visible on the control. + A Boolean value. The default value is true. + + + Gets or sets a Boolean value that controls whether to display the Cancel link in the wait control. + true if the Cancel link should be shown; otherwise, false. The default is true. + + + Gets or sets a value that indicates whether the Zoom list box is visible. + A Boolean value. The default value is true. + + + Gets or sets a value that indicates whether the ReportViewer control should automatically resize to accommodate report content. + A Boolean value. A value of true indicates that the control should automatically resize to accommodate report content. The default value is false. + + + Gets or sets the background color of the document map split bar and the prompt area split bar. + A object. The default color has the RGB values (236,233,216). + + + Gets or sets the border color of an item on the toolbar. + A value indicating the color of the toolbar item. + + + Gets or sets the border style of an item on the toolbar. + A value containing the border style of the toolbar item. + + + Gets or sets the width of the toolbar item border. + A value containing the border width of the toolbar item. + + + Gets or sets the background color of toolbar item while the mouse pointer is over the item. + A value indicating the background color of the toolbar item in hover state. + + + This property is no longer applicable and exists for backward compatibility. ReportViewer control no longer uses pressed buttons. + A value indicating the color of the toolbar item in pressed state. + + + This property is no longer applicable and exists for backward compatibility. The ReportViewer control no longer uses pressed buttons. + A value containing the border style of the toolbar item in selected state. + + + This property is no longer applicable and exists for backward compatibility. The ReportViewer control no longer uses pressed buttons. + A value containing the border width of the toolbar item while it is being selected. + + + This property is no longer applicable and exists for backward compatibility. The ReportViewer control no longer uses pressed buttons. + A value indicating the background color of the toolbar item in hover state. + + + Gets or sets the delay in milliseconds before the wait control is displayed to the user when the report is loaded. + An int value that specifies the time in milliseconds. The default value is 1000 (1 second). + + + Gets the font for the message that is displayed while the report is being executed. + A object containing the font value. The default font is 14-point Verdana. + + + Gets or sets the width of the control. + A object that represents the width of the control. + + + Gets or sets the zoom mode of the control. + A enumerator value indicating the zoom mode of the control. The default value is 100%. + + + Gets or sets the zoom percentage to use when displaying the report. + An integer value that contains the zoom percentage. + + + Represents a collection of objects. + + + Represents errors that occur while viewing or configuring a report. + + + This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + Represents a collection of strings that contain custom headers. + + + The exception that is thrown if a control is not found in the Web form. + + + Provides data for a event in the ReportViewer control. + + + Constructs a new SearchEventArgs object. + The search string. + The page on which to start searching. + Indicates that this event is occurring as a result of a Find Next command. + + + Indicates that this event is occurring as a result of a Find Next command. + A Boolean value. A value of true indicates that this event occurred because of a Find Next command. + + + Returns the search string being used for the search. + A string value containing the search string. + + + Returns the page number on which to start searching. + An integer containing the starting page number to search. + + + Represents the method that will handle a event. + The object that raised the event. + A object that contains information about the event. + + + Contains the search text and the start page of a search operation. + + + Gets the start page of the search operation. + An int value that represents the start page of the search operation. + + + Gets the search text. + A string that represents the search text. + + + Represents a report that is processed on the report server. + + + Initializes a new instance of the class. + + + Retrieves information about the data sources used for a report. + A containing objects. + + + Retrieves information about the data sources used for a report, including whether all required credentials have been supplied for the report data sources. + A containing objects. + [out] Indicates whether all required credentials have been supplied for the data sources used by the server report. + + + Gets the default page settings specified in the report definition. + A object containing the default page settings for the local report. + + + Returns the current execution ID, or null (Nothing in Visual Basic) if no execution ID is available. + A String that contains the execution ID. + + + Returns report parameter properties for the report. + A object that contains an array of objects. + + + Returns the version of the report server. + A string value containing the server version information. + + + Returns the total number of soft pages in the report and a value that indicates the current page count mode. + An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors. + [out] A enumeration value that indicates the page count mode used to calculate the total number of soft pages. + + + Indicates whether the report can execute queries. + A Boolean value indicating whether the report can execute queries. + + + Returns all available rendering extensions for the server report. + An array of objects. + + + Loads the report definition on the report server for remote processing using a . + A class that can be used to read the report definition language (RDL) file for the report. + + + Causes the report to be rendered with new data. + + + Renders the report with optional URL access parameters. + A that contains the rendered report. + 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 method. + 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. + 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. + [out] The MIME type of the rendered report. + [out] The file name extension used for the output file. + + + Renders the report with optional URL access parameters. + 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 method. + 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. + 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. + The stream into which the rendered report will be written. + [out] The MIME type of the rendered report. + [out] The file name extension used for the output file. + + + Processes the report with the specified value and renders it in the specified format. + A array of the report in the specified 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 method. + 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. + A enumeration value that specifies the page count mode. + [out] The MIME type of the rendered report. + [out] The encoding used when rendering the contents of the report. + [out] The file name extension used for the output file. + [out] The stream identifiers. You can use them to render external resources (images, for example) that are associated with the report. + [out] An array of objects that describes any warnings that occurred during report processing. + + + Returns a secondary stream associated with a processed report. + A array of the stream in the specified format. For more information about this data type, see "Byte Structure" in the .NET Framework documentation. + 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 method. + The stream identifier. + 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. + The MIME type of the stream. + The Microsoft .NET Framework encoding class name. + + + Sets the data source credentials for the report. + A set of data source credentials to submit to the report server. + + + Initializes a server report using a specific report execution on the server. + A String containing the execution ID to use. + + + Sets report parameter properties for the report. + An of objects that contains a list of the report parameters properties. + + + Gets a collection of objects. The object uses the cookies in this collection when making server requests. + A object that contains a collection of objects. + + + Gets a collection of strings that contain custom headers. + A object that contains a collection custom headers. + + + Gets or sets the unique identifier of the report history snapshot used for the server report. + A string value containing the unique identifier of the report history snapshot used for the server report. + + + Gets or sets the path to the report on the server. + A string value. + + + Gets or sets the credentials to be used with the report server. + A object containing the credentials to be used with the report server. + + + Gets or sets the URL for the report server. + A object containing the URL for the report server. + + + Gets or sets the number of milliseconds to wait for server communications. + An integer value containing the server time-out, in milliseconds. The default value is 600000 milliseconds. + + + Occurs when the ASP.NET session has been disabled. + + + Specifies the severity of a warning. + + + The severity level of the warning is Error. + + + The severity level of the warning is Warning. + + + Represents the exception that occurs when the report server version is not compatible with the report control. + + + Provides data for the event. + + + Constructs a new SortEventArgs object. + The ID of the sort action. + A enumeration value indicating the direction of the sort. The default value is none. + A Boolean value that indicates whether all other existing sorts should be cleared. The default is false. + + + Indicates whether all other existing sorts should be cleared. + A Boolean value that indicates whether all other existing sorts should be cleared. The default is false. + + + Gets an enumeration value indicating the direction of the sort. + A enumeration value indicating the direction of the sort. + + + Gets the unique identifier of the sort action. + A string containing the ID of the sort action. + + + Represents the method that will handle the event of a . + The object raising the event. + A object containing information about the event. + + + Indicates the direction of a sort operation. + + + Indicates an ascending sort. + + + Indicates a descending sort. + + + Provides data for the event. + + + Gets the list of data source names for the subreport. + A list of string objects containing the names of the data sources for the subreport. + + + Returns a collection of data sources for the subreport. + A collection of objects. + + + Gets a collection of parameters for the subreport. + A containing information about the subreport parameters. + + + Returns the name of the subreport. + A string containing the name of the subreport. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object containing information about the event. + + + Represents a possible valid value for a parameter. + + + Gets a label for the valid value. + A read-only string object. + + + Gets a valid value. + A read-only string object. + + + Occurs when the ReportViewer control detects that view state is disabled. + + + Represents a list of errors or warnings that are returned when a report is rendered or processed. + + + Gets the error code that is assigned to the warning. Read-only. + A read-only string value. + + + Gets a message that describes the error or warning. Read-only. + A read-only string value. + + + Gets the name of the object in the report definition that contributed to the warning. Read-only. + A read-only string value. + + + Gets the type of object in the report definition that caused the error or warning. Read-only. + A read-only string value. + + + Gets the severity type of the error or warning. Read-only. + A read-only string value. + + + Specifies the zoom mode for the ReportViewer control. + + + Sets the zoom mode to full page. + + + Sets the zoom mode to page width. + + + Sets the zoom mode to a percentage. + + + \ No newline at end of file diff --git a/C2P/bin/Microsoft.ReportViewer.WinForms.xml b/C2P/bin/Microsoft.ReportViewer.WinForms.xml new file mode 100644 index 0000000..bb086b5 --- /dev/null +++ b/C2P/bin/Microsoft.ReportViewer.WinForms.xml @@ -0,0 +1,1846 @@ + + + + Microsoft.ReportViewer.WinForms + + + + The namespace contains methods and properties for the ReportViewer Windows forms control. + + + Provides data for the Back event. + + + Constructs a new BackEventArgs object. + The parent report of the drillthrough report. + + + Gets the parent report of the drillthrough report. + A (if the ReportViewer control is in local processing mode) or object (if the ReportViewer control is in remote processing mode) containing the parent report of the drillthrough report. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object that contains the event arguments. + + + Provides data for the event. + + + Constructs a BookmarkNavigationEventArgs object. + The bookmark identification string. + + + Gets the bookmark identification string. + A read-only string object. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object that contains the event arguments. + + + Represents errors that occur when the control is rendering a processed report from report page layout (RPL) format into GDI+ format. + + + Provides a stream to the ReportViewer control for rendering. + A Stream object to which the ReportViewer control can write data. + The name of the stream. + The file name extension to use if a file stream is being created. + An Encoding enumerator value specifying the character encoding of the stream. This may be null if the stream does not contain characters. + A string containing the MIME type of the stream. + 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. + + + Represents data source credentials. + + + Constructs a DataSourceCredentials object. + + + Gets or sets the user name to be used by the data source for connecting to a report server. + A string value. + + + Gets or sets the password to be used by the data source for connecting to the report server. + A string containing the password. + + + Gets or sets the user identification to be used by the data source for connecting to the report server. + A string containing the user ID. + + + Represents a collection of objects. + + + Initializes a new instance of the class. + + + Gets the object of the specified name from the collection. + A object. + Name of the object. This parameter is not case sensitive. + + + Represents a possible display mode for the ReportViewer control. + + + Specifies that the control is in normal mode. This mode causes the control to display logical pages. + + + Specifies that the control is in print layout mode. In this mode, the control displays physical pages. + + + Provides data for the event. + + + Construct a new DocumentMapNavigationEventArgs object. + A string containing the document map node ID. + + + Gets the unique identifier of the document map node selected. + A read-only string value containing the document map node ID. + + + Represents the method that will handle the event of a . + The object raising the event. + A object containing the event arguments. + + + Represents a single node in the document map. + + + Gets a collection of child document map nodes. + A read-only array of objects. + + + Gets the unique identifier of the document map node. + A read-only string value. + + + Gets the label associated with the document map node. + A read-only string value. + + + Provides data for the event. + + + Constructs a new DrillthroughEventArgs object. + The path of the drillthrough report. + The target report of the drillthrough action. + + + Gets the target report of the drillthrough action. + A read-only or object. + + + Gets the path of the drillthrough report. + A read-only string value. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object that contains the event data. + + + Represents the method that will handle the event. + The object firing the event. + A class containing the arguments for the event. + + + Contains information about a event. + + + Gets the URL that the user clicked on in a report. + A string value containing the hyperlink. + + + Represents the method that will handle a event. + The object that raised the event. + A object that contains the arguments for this event. + + + Allows objects to provide credentials to use for connecting to a report server. + + + Provides forms authentication to be used to connect to the report server. + A Boolean value. A value of true indicates that forms authentication should be used. + [out] A report server authentication cookie. + [out] The name of the user. + [out] The password of the user. + [out] The authority to use when authenticating the user, such as a Microsoft Windows domain. + + + Specifies the user to impersonate when connecting to a report server. + A WindowsIdentity object representing the user to impersonate. + + + Returns network credentials to be used for authentication with the report server. + A NetworkCredentials object. + + + Allows applications to provide customized user interface messages. + + + Provides the ToolTip text for the Back button. + A string value. + + + Provides the text for the Back menu item. + A string value. + + + Provides the text for the Change Credentials button. + A string value. + + + Provides the ToolTip text for the Current Page text box. + A string value. + + + Provides the ToolTip text for the Document Map button. + A string value. + + + Provides the text for the document map menu item. + A string value. + + + Provides the ToolTip text for the Export button. + A string value. + + + Provides the text for the Export menu item. + A string value. + + + Provides the text for a false value. + A string value. + + + Provides the text for a Find button. + A string value. + + + Provides the ToolTip text for the Find button. + A string value. + + + Provides the text for the Find Next button. + A string value. + + + Provides the ToolTip text for the Find Next button. + A string value. + + + Provides the ToolTip text for the First Page button. + A string value. + + + Provides the ToolTip text for the Last Page button. + A string value. + + + Provides the ToolTip text for the Next Page button. + A string value. + + + Provides the text for the no more matches message. + A string value. + + + Provides the text for the Null check box. + A string value. + + + Provides the ToolTip text for the Null check box. + A string value. + + + Provides the text for a null value. + A string value. + + + Provides the text for the pagination message. + A string value. + + + Provides the ToolTip text for the Page Setup button. + A string value. + + + Provides the text for the Page Setup menu item. + A string value. + + + Provides the ToolTip text for the Parameter Area button. + A string value. + + + Provides the text for the password prompt. + A string value. + + + Provides the ToolTip text for the Previous Page button. + A string value. + + + Provides the text for the Print button. + A string value. + + + Provides the ToolTip text for the Print Layout button. + A string value. + + + Provides the text for the Print Layout menu item. + A string value. + + + Provides the text for the Print menu item. + A string value. + + + Provides the text for the progress message that is displayed when a report is processing. + A string value. + + + Provides the ToolTip text for the Refresh button. + A string value. + + + Provides the text for the Refresh menu item. + A string value. + + + Provides the ToolTip text for the Search text box. + A string value. + + + Provides text for the Select All item in a multivalue drop-down list box. + A string value. + + + Provides text for the Select a value prompt. + A string value. + + + Provides the ToolTip text for the Stop button. + A string value. + + + Provides the text for the Stop menu item. + A string value. + + + Provides the text for the text not found message. + A string value. + + + Provides the ToolTip text for the Total Pages item. + A string value. + + + Provides the text for a true value. + A string value. + + + Provides the text for the user name prompt. + A string value. + + + Provides the text for the View Report button. + A string value. + + + Provides the ToolTip text for the View Report button. + A string value. + + + Provides the ToolTip text for the Zoom control. + A string value. + + + Provides the text for the Zoom menu item. + A string value. + + + Provides the text for the Zoom To Page Width option. + A string value. + + + Provides text for the Zoom To Whole Page item. + A string value. + + + Defines methods and properties for implementing customized user interface messages. + + + Returns the error text to display when the user name has not been supplied for the data source credentials. + Returns a String that contains the error text to display when the user name has not been supplied for the data source credentials. + The prompt value that identifies which data source is missing a value. + + + Returns a localized name for the current export format. + Returns a String that contains the localized name for the current export format. + The name of the current export format (for example, EXCEL, PDF). + + + Returns the error text to display when a selection has not been made for a multivalue report parameter. + Returns a String that contains the error text to display when a selection has not been made for a multivalue report parameter. + The prompt value that identifies which report parameter has not been specified. + + + Returns the error text to display when a report parameter has not been specified. + Returns a String that contains the error text to display when a report parameter has not been specified. + The prompt value that identifies which report parameter has not been specified. + + + Gets the text for the All Files filter option in the Save As dialog box when a report is exported. + A String that contains the text to display for the All Files filter option in the Save As dialog box when a report is exported. + + + Gets the ToolTip text to display when a pointer pauses over a report parameter with a data type of DateTime. + A String that contains the ToolTip text to display when a pointer pauses over a report parameter that has a data type of DateTime. + + + Gets the title text for the dialog box when an error occurs exporting a report. + A String that contains the title text for the dialog box when an error occurs exporting a report. + + + Gets the ToolTip text to display when a pointer pauses over a report parameter with a data type of Float. + A String that contains the ToolTip text to display when a pointer pauses over a report parameter that has a data type of Float. + + + Gets the title text for the dialog box if an error occurs when the user selects a Hyperlink in the report. + A String that contains the title text for the dialog box if an error occurs when the user selects a Hyperlink in the report. + + + Gets the ToolTip text to display when a pointer pauses over a report parameter with a data type of Integer. + A String that contains the ToolTip text to display when a pointer pauses over a report parameter that has a data type of Integer. + + + Gets the title text for the message box dialog box displayed by the report viewer. + A String that contains the title text for the message box dialog box displayed by the report viewer. + + + Gets the text to display when the processing of a report has been stopped. + A String that contains the text to display when the processing of a report has been stopped. + + + Gets the title text for the dialog box when an error occurs in the prompt area. + A String that contains the title text for the dialog box when an error occurs in the prompt area. + + + Gets the ToolTip text to display when a pointer pauses over a report parameter with a data type of String. + A String that contains the ToolTip text to display when a pointer pauses over a report parameter that has a data type of String. + + + Allows applications to provide customized user interface messages. + + + Returns the string in the default toolbar that represents the total number of pages in the current report and the that was used to determine it. + A localized string that represents the total number of pages and the page count mode. + The total number of pages in the current report. + Indicates whether the pageCount parameter represents an estimated or actual number of pages. + + + Gets the text of the Cancel link in the wait control. + A string value that represents the Cancel link text. + + + Gets the text displayed on the Cancel button in the Exporting dialog box after the user selects an export format. + A string value that represents the text of the Cancel button. + + + Gets the text displayed in the Exporting dialog box after the user selects an export format and that indicates that the export is in progress and the user must wait for it to complete. + A string value that indicates that an export is in progress and that the user needs to wait for it to complete. + + + Gets the title of the Exporting dialog box that opens after the user selects an export format. + A string value that specifies the title of the Exporting dialog box. + + + Gets the tooltip text for the radio button that indicates false for a Boolean parameter. + A string value that represents the tooltip text for the radio button that indicates false for a Boolean parameter. + + + Gets the tooltip text for the radio button that indicates true for a Boolean parameter. + A string value that represents the tooltip text for the radio button that indicates true for a Boolean parameter. + + + Represents errors that occur while viewing a locally processed report. + + + Represents a report that is processed and rendered locally without connecting to a report server. + + + Initializes a new instance of the class. + + + Occurs when a subreport is processed. + + + Adds the supplied assembly to the list of assemblies that run in full trust mode in the sandboxed application domain. + The name of the assembly to be added. + + + Adds the supplied assembly to the list of assemblies that are trusted to execute in the current . + The name of the assembly to be added. + + + Releases all resources that are used by the object. + + + Causes processing extensions and expressions in the report to be executed in the current . + An object that contains security information about the report. + + + Causes processing extensions and expressions to be run in an application domain with limited permissions. + + + Returns the names of all datasets used within the local report. + An array of string objects that contain the list of dataset names. + + + Gets the default page settings specified in the local report. + A object that contains the default page settings for the local report. + + + Returns report parameter properties for the report. + A object that contains a collection of objects. + + + Returns the total number of soft pages in the report and a enumeration value that indicates the current page count mode. + An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors. + [out] A enumeration value that indicates the page count mode used to calculate the total number of soft pages. + + + Returns all available rendering extensions for the local report. + An array of objects. + + + Loads a report definition from the local file system using a . + A class that contains the report definition for the local report. + + + Loads a subreport definition using a . + The path and file name of the subreport definition. + A class that can be used to read the report definition language (RDL) file for the subreport. + + + Loads a subreport definition using a . + The path and file name of the subreport definition. + A object that will contain the report definition language (RDL) for the subreport. + + + Causes the local report to be rendered with new data. + + + Causes the object to release its reference to the sandboxed application domain immediately. + + + Processes the report and renders it in the specified format using a stream provided by a callback function. + 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 method. + 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. + A delegate function that will be used to provide a object for rendering. + [out] An array of objects that describes any warnings that occurred during report processing and rendering. + + + Processes the report with a specified page count mode and renders it in the specified format using a stream provided by a callback function. + 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 method. + 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. + A enumeration value that specifies the page count mode. + A delegate function that will be used to provide a object for rendering. + [out] An array of objects that describes any warnings that occurred during report processing and rendering. + + + Processes the report with a specified page count mode and renders it in the specified format. + A array of the report in the specified 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 method. + 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. + A enumeration value that specifies the page count mode. + [out] The MIME type of the rendered report. + [out] The encoding used when rendering the contents of the report. + [out] The file name extension used for the output file. + [out] The stream identifiers. You can use them to render external resources (images, for example) that are associated with the report. + [out] An array of objects that describes any warnings that occurred during report processing and rendering. + + + Sets the base permissions for the sandboxed application domain with the supplied permission set. + The to set. The default base permission is Execution. + + + Sets report parameter properties for the local report. + An of objects that contains a list of the report parameter properties. + + + Gets a collection of data sources used by the report. + A read-only object. + + + Indicates whether the report can be rendered if it has external images. + 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. + + + Indicates whether the report can be rendered if it contains hyperlink actions. + 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 the parameters passed from a parent report to this report, if it is a drillthrough report. + An of objects that represent the parameters passed from the parent reports to the drillthrough report, or an empty collection if this report is not a drillthrough report. + + + Gets or sets the name of the report-embedded resource. + A string containing the name of the embedded resource. + + + Gets or sets the file system path of the local report. + A string value. + + + Gets or sets a boolean value that indicates whether detailed messages should be displayed when an error occurs in a subreport. + true if detailed messages should be displayed; otherwise, false. The default is true. + + + Represents an exception that occurs when credentials have not been supplied for a data source used by a report. + + + Represents the error that occurs when a data source expected by the report has not been supplied. + + + Represents the error that occurs when the SOAP endpoint used by the ReportViewer control could not be accessed. + + + Represents the exception that occurs when a parameter expected by the report has not been supplied. + + + Represents the exception that occurs when no report source has been specified. + + + Represents values that control whether to calculate the actual page count or use an estimate. + + + Calculate the actual page count for the report. + + + Provide an estimate of the page count for the report instead of calculating the actual page count. + + + Provides data for a event. + + + Constructs a new PageNavigationEventArgs object. + An integer value containing the new page number. + + + Gets the number of the page resulting from the event. + An integer value containing the new page number. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object that contains the arguments for this event. + + + Specifies the data type of a parameter. + + + A Boolean data type that represents a true or false condition. + + + A DateTime data type that represents the date and time. + + + A Float data type that represents a floating point decimal value. + + + An Integer data type. + + + A String data type that represents an array of characters. + + + Specifies the state of a parameter. + + + The parameter values are unavailable. This state indicates that no valid, query-based values were returned as a result of the query. + + + 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 method. + + + A valid value for the parameter exists. + + + A valid value for the parameter does not exist. + + + Sets the processing mode of the ReportViewer control. + + + Specifies that the report will be processed and rendered using the reporting engine provided by the ReportViewer control. + + + Specifies remote processing mode against a Reporting Services report server. + + + Provides data for the event. + + + Contains an object if an exception has occurred. + An object if an exception has occurred during report rendering, or null if no exception has occurred. + + + Gets a list of warnings produced during report processing or rendering. + A collection of objects if warnings have occurred; otherwise a null value. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object that contains information about the event. + + + Encapsulates a rendering extension that can be used with the Report Viewer's report. + + + Gets the localized display name of the rendering extension. + A read-only String value. + + + Gets the name of the rendering extension. + A read-only String value. + + + Indicates whether the rendering extension is visible in the user interface. + A Boolean value. + + + Contains methods and properties that can apply to both local and server reports. + + + Gets the default page settings specified in the report. + A object containing the default page settings for the local report. + + + Returns the representation of the document map for the local report. + A object containing the top level node of the document map hierarchy for the report. + + + Returns report parameter properties for the report. + A collection of objects. + + + Returns the total number of soft pages in the report. + An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors. + + + Returns the total number of soft pages in the report and a value that indicates the current page count mode. + An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors. + [out] A enumeration value that indicates the page count mode that was used to calculate the total number of pages. + + + Returns all available rendering extensions for the local report. + An array of objects. + + + Loads a report definition for processing using a . + A class that contains the report definition for the report. + + + Loads a report definition for processing using a . + A class that contains the report definition for the report. + + + Causes the report to be rendered with new data. + + + Processes the report and renders it in the specified format. + A byte array of the report in the specified 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 or , depending on the processing mode (see ). + + + Processes the report and renders it in the specified format. + A byte array of the report in the specified 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 or , depending on the processing mode (see ). + 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. + + + Processes the report and renders it in the specified format. + A array of the report in the specified 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 or , depending on the processing mode (see ). + 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. + [out] The MIME type of the rendered report. + [out] The encoding used when rendering the contents of the report. + [out] The filename extension used for the output file. + [out] The stream identifiers. You can use them to render the external resources (images, etc.) that are associated with the report. + [out] An array of objects that describes any warnings that occurred during report processing. + + + Processes the report with the specified value and renders it in the specified format. + A byte array of the report in the specified 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 or , depending on the processing mode (see ). + 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. + A enumeration value that specifies the page count mode. + [out] The MIME type of the rendered report. + [out] The encoding used when rendering the contents of the report. + [out] The filename extension used for the output file. + [out] The stream identifiers. You can use them to render the external resources (images, etc.) that are associated with the report. + [out] An array of objects that describes any warnings that occurred during report processing. + + + Sets report parameter properties for the report. + An array of objects that contains a list of the report parameters properties. + + + Sets report parameter properties for the report. + A object. + + + Gets or sets the display name of the report. + A String containing the report's display name. + + + Indicates whether the report is a drillthrough report. + A Boolean value. A value of true indicates that this is a drillthrough report. + + + Gets a Boolean value that indicates whether a report definition and all required parameters have been specified, and all data sources are ready for use. + 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. + + + Provides data for the event. + + + Gets a collection of . + A collection of objects. + + + Represents the method that will handle a event. + The source of the event. + A that contains the event data. + + + Represents a data source for a report. + + + Constructs an empty data source. + + + Constructs a named data source. + The name of the data source. + + + Constructs a named data source with a object in the property. + The name of the data source, as specified in the report definition for the current report. + A object that contains the data. + + + Constructs a named data source with a object in the property. + The name of the data source, as specified in the report definition for the current report. + A object that contains the data. + + + Constructs a named data source with an object in the property. + The name of the data source, as specified in the report definition for the current report. + An object that contains the data. + + + Constructs a named data source with a value. + The name of the data source. + A value for the data source. + + + Constructs a named data source with the property initialized as a particular type. + The name of the data source, as specified in the report definition for the current report. + A object that contains the data. + + + Gets or sets the name of the report data source. + A String containing the name of the data source. + + + Gets or sets the instance of the report data source. + An Object containing an instance of the report data source. + + + Contains a collection of objects. + + + Returns a report data source from the collection that matches a specified name. + A object. + The name of the report data source to retrieve from the collection. + + + Represents information about a report data source. + + + Gets the name of the report data source. + A String containing the name of the report data source. + + + Gets a prompt for the data source. + A String containing a prompt for the data source. + + + Represents a collection of objects. + + + Returns a specific object from the collection. + A object. + The name of the object to return. + + + Provides data for the event. + + + Returns an Exception object containing information about the report error. + An Exception object containing information about the report error. + + + Indicates whether the host application has handled the error. + A Boolean value indicating whether the host application has handled the error. The default value is false. + + + Represents the method that will handle a event. + The object that raised the event. + A object that contains information about the event. + + + Provides data for the report event. + + + Constructs a ReportExportEventArgs object. + A used for exporting the report. + + + Gets or sets an XML string that contains the device-specific content that is required by the rendering extension specified in the Extension parameter. + A String value containing the device-specific information. + + + Returns a used for exporting the report. + A object. + + + Represents the page settings for a report. + + + Indicates whether the orientation of the report as defined in the report definition file is landscape. + true if the orientation of the report as defined in the report definition file is landscape; otherwise, false. + + + Represents the margins for a report page. Read-only. + A read-only Margins object containing margin information about the report page. + + + Represents the paper size settings for a report page. Read-only. + A read-only PaperSize object containing information about report page size. + + + Represents a parameter for a report. + + + Instantiates a new ReportParameter. + + + Instantiates a new ReportParameter with a name. + The name of the parameter. + + + Instantiates a new ReportParameter with a name and a value. + The name of the parameter. + The value of the parameter. + + + Instantiates a new multivalued ReportParameter with a name. + The name of the parameter. + The values of the parameter. + + + Instantiates a new ReportParameter with a name, a value, and a visibility flag. + The name of the parameter. + The value of the parameter. + Determines if the parameter is displayed in the user interface. + + + Instantiates a new ReportParameter with a name, multiple values, and a visibility flag. + The name of the parameter. + The values of the parameter. + Determines if the parameter is displayed in the user interface. + + + Gets or sets the name of the parameter. + A String value. + + + Gets a collection of String objects containing one or more values for the parameter. + A StringCollection object. + + + Determines whether the parameter can be displayed in the user interface. + A Boolean value. + + + Represents a collection of objects. + + + Initializes a new instance of the class. + + + Gets an object in the collection by its name. + A with the specified name, if found; otherwise, a null reference (Nothing in Visual Basic). + The name of the object to get. This is the value of the property.This parameter is not case sensitive. + + + Encapsulates information about report parameters. + + + Indicates whether an empty string is a valid value for the parameter. Read-only. + A read-only Boolean value. + + + Indicates whether the default values of the parameter are based on a query. Read-only. + A read-only Boolean value. + + + Indicates whether the parameter's valid values are based on a query. Read-only. + A read-only Boolean value. + + + Gets the data type of the parameter. Read-only. + A read-only value. + + + Gets a list of parameters whose values are used to retrieve additional parameter values in a query. Read-only. + A read-only . + + + A list of parameters that use the value of this parameter as parameters into queries to retrieve and/or . + A read-only . + + + Gets the error message that is returned when the parameter fails validation. Read-only. + A read-only String containing the text of the error message. + + + Indicates whether the parameter is used in a query to an external data source. Read-only. + A read-only Boolean value. + + + Indicates whether the parameter can be a multi-value parameter. Read-only. + A read-only Boolean value. + + + Gets the name of the parameter. Read-only. + A String containing the name of the parameter. + + + Indicates whether the value of the parameter can be null. Read-only. + A read-only Boolean value. + + + The text that prompts the user to provide parameter values. + A String containing the text of the prompt. + + + Indicates whether the user is prompted for the value of the parameter. + A read-only Boolean value. + + + Describes the state of the parameter. Read-only. + A read-only value. + + + Gets the available valid values for the parameter. Read-only. + A read-only array of objects. + + + Gets the values for the parameter. + A read-only list of String values. + + + Determines whether the parameter can be displayed in the user interface. + A Boolean value. + + + A collection of objects. + + + Returns a named item from the ReportParameterInfoCollection. + A object from the collection. + The name of the item to retrieve. + + + Provides data for the event. + + + Gets a value indicating whether the event is triggered by the automatic submission of report parameters due to dependencies between them. + true if the event is triggered by the automatic submission of report parameters; false if it is triggered by the user clicking the View Report button. + + + Gets the parameters from the parameter prompt area that are being submitted to the report server. + A object containing the parameter values submitted by the user. + + + Represents the callback method that will handle the event. + The source of the event. + A that contains the event data. + + + Provides data for the and events. + + + Gets or sets the printer settings to use for the current operation. + A object that contains the printer settings. + + + Represents the method that will handle the and events. + The source of the event. + A that contains the event data. + + + Represents the error that occurs when a report contains a security violation. + + + Specifies the credentials for the ReportViewer control to use when connecting to a report server. + + + Returns a Boolean value indicating whether forms authentication will be used when connecting to the report server, as well as information about the forms credentials to be used for authentication. + Returns true if forms authentication is to be used when connecting to the report server. Information about the credentials to be used for forms authentication is returned via the out parameters used in the method call. + [out] An authentication cookie used by the report server. + [out] The user name that will be used to connect to the report server. + [out] The password that will be used to connect to the report server. + [out] The authority to use when authenticating the user, for example, a Windows domain name. + + + Specifies that forms authentication is to be used when connecting to the report server and provides the forms credentials. + An authentication cookie used by the report server. + The user name that will be used to connect to the report server. + The password that will be used to connect to the report server. + The authority to use when authenticating the user, for example, a Windows domain name. + + + Specifies the user to impersonate when connecting to the report server. + A WindowsIdentity object encapsulating the user to impersonate when connecting to a report server. + + + Gets or sets the network credentials used for authentication with the report server. + A NetworkCredentials object containing the network credentials used for authentication with the report server. + + + 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. + + + Returns the error code from the exception. + A String value containing the error code returned by the report server, or null if the connection attempt to the report server is unsuccessful. + + + Encapsulates the methods and properties used for the ReportViewer control. + + + Constructs a ReportViewer object. + + + Occurs when a user navigates back to a parent report from a drillthrough report. + + + Occurs when the user navigates to a bookmark in a report. + + + Occurs when a document map node is selected. + + + Occurs when a drillthrough item is selected in a report. + + + Occurs when a user clicks a hyperlink in a report. + + + Occurs when a user changes pages in a report. + + + Occurs when the margins or the page size for the current report in the ReportViewer control have changed. + + + Occurs when a user prints the report. + + + Occurs when the user clicks the Print button in the Print dialog box. + + + Occurs when the report in the ReportViewer begins rendering. + + + Occurs when the report finishes rendering. + + + Raised when an error occurs in the report. + + + Occurs when the user clicks the Export button. + + + Occurs when the report is refreshed. + + + This event occurs when the user clicks the Find or Find Next button, or when a search operation is invoked programmatically. + + + Occurs when the user activates a sort. + + + Occurs whenever the user interface state of the ReportViewer control changes. + + + Occurs when the user submits new data source credentials viaby using the built-in prompt area. + + + Occurs when parameter values are submitted to the report server. + + + Occurs when the user toggles the visibility of an item in the report. + + + Occurs when the user clicks the View button. + + + Occurs when the user changes the zoom level of the ReportViewer control. + + + A constant that represents the maximum number of pages in a report when the current page count mode is . + + + Stops background processing of the report. + A Boolean value. A value of true is returned if the background rendering has terminated. A value of false is returned if background rendering has not terminated after the amount of time specified in the millisecondsTimeout parameter has elapsed, or if the millisecondsTimeout parameter was set to 0. + The number of milliseconds to wait for the background rendering to terminate. A value of -1 waits forever. A value of 0 returns immediately without waiting for the rendering to terminate. + + + Clears the report view and fills it with the background color of the control. + + + Opens in the Exporting dialog box for a specific rendering extension. + if the user clicked the Cancel button; if the export operation failed; otherwise, . + The rendering extension to use for the export. Typically, youTo access the list of available rendering extensions, use using the ListRenderingExtensions method in or , depending on the processing mode (see ). + + + Opens in the export dialog box for a specific rendering extension. + if the user clicked the Cancel button; if the export operation failed; otherwise, . + The rendering extension to use for the export.Typically, youTo access the list of available rendering extensions, use using the ListRenderingExtensions method in or , depending on the processing mode (see ). + 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. + + + Opens in the Exporting dialog box for a specific rendering extension and specifies device information and saves the exported report to a file with the specified file name. + if the user clicked the Cancel button; if the export operation failed; otherwise, . + The rendering extension to use for the export.To access the list of available rendering extensions, use the ListRenderingExtensions method in or , depending on the processing mode (see ). + 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. + The name of the exported file. The user is prompted for a file name if this parameter is null. + + + Searches the report for the specified text string. + An integer value containing the page number on which the search string was found, or 0 if the search string was not found. + The search string. + The page number on which to start searching. + + + Continues the search for the specified text string. + An integer value containing the page number on which the search string was found, or 0 if the search string was not found. + + + Returns the page settings that are used to print the current report in the ReportViewer control or display it in print layout mode. + A object that contains the page settings that are used to print the current report in the ReportViewer control or display it in print layout mode, or null if the ReportViewer control has not yet processed a report. + + + Returns the total number of pages in the report. + An integer value containing the total number of pages in the report. + + + Returns the page count of the report and a value that indicates whether the page count is estimated or actual. + An integer value containing the total number of pages in the report. + [out] A enumeration value that indicates whether the return value should be treated as an estimate or actual page count. This value is always when is . + + + Moves the report to the specified bookmark. + The ID of the bookmark. + + + Moves to the specified area of the document map. + The ID of the document map node. + + + Opens the page setup dialog box. + A enumeration value. Possible values are and depending on how the user closed the dialog box. + + + Navigates the report viewer control back to the parent report from a drillthrough report. + + + Displays the Print dialog box. + if the user clicked the Cancel button or if the event is cancelled; if the user clicked the OK button. + + + Displays the Print dialog box. + if the user clicked the Cancel button or if the event is cancelled; if the user clicked the OK button. + A object, used to initialize the dialog box. Unlike in the , this object's page ranged properties, such as the , , and properties, are used by the ReportViewer to initialize the print range in the Print dialog box. + + + Causes the current report in the Report Viewer to be processed and rendered. + + + Resets the control to its default values. + + + Reverts the page settings for the current report in the ReportViewer control to the settings in the report definition. + + + Sets the control display to normal or print preview mode. + A enumeration value specifying which display mode to use. Valid values are Normal or PrintLayout. + + + Sets the page settings that are used to print the current report in the ReportViewer control or display it in print layout mode. + A object that contains the new page settings.This parameter must not be null. + + + Gets or sets the background color of the control's report area. + A value indicating the background color of the control's report area. + + + Gets or sets the background image of the ReportViewer control. + An Image object containing the background image for the control. + + + Gets or sets the layout for the background image of the ReportViewer control. + An ImageLayout object containing the layout for the background image of the ReportViewer control. + + + Gets or sets the border style of the ReportViewer control. + A BorderStyle value. + + + Gets or sets the current page of the ReportViewer control's active report. + An integer value containing the current page of the report. The default value is 0. + + + Gets a object that indicates which operations can currently be performed on the ReportViewer control, the status of the prompt area, and the status of the document map area. + A object. + + + Gets a value that indicates the current display mode of the ReportViewer control. + A object. The default value is . + + + Gets or sets the collapsed state of the document map. + A Boolean value. A value of true indicates that the document map is collapsed. The default value is false. + + + Gets or sets the width of the document map in pixels. + An integer value containing the width of the document map in pixels. The default value is 40. + + + Indicates whether the size of the document map panel is fixed or changes when the viewer resizes. + A Boolean value indicating whether the size of the document map panel is fixed. The default value is true. + + + Gets or sets a Boolean value that indicates whether to keep the report server session from expiring as long as ReportViewer is running. + true to keep the report server session from expiring; otherwise false. The default is true. + + + Returns the local report in the ReportViewer control. + A object containing the local report in the ReportViewer control. + + + Gets or sets an object that contains custom messages for use by the ReportViewer control. + An object that implements the interface. + + + Gets or sets a enumeration value that indicates the default page count mode to use when rendering a report in the report area. + A object. The default value is . + + + Gets or sets a object that contains the settings for the default printer and print options that are used to initialize the Print dialog and the printer's Preferences dialog. + A object. + + + Gets or sets the processing mode of the ReportViewer control. + A enumerator value of either Local or Remote. The default value is Local. + + + Gets or sets the collapsed state of the parameter prompt area or the credentials prompt area. + true if the prompt area is collapsed; otherwise, false. The default is false. + + + Gets the search text and the start page of the current report search operation. + A object, or null if there is not an ongoing report search operation. + + + Gets a server report in the Report Viewer. + A object containing the server report in the Report Viewer. + + + Indicates whether the Back button is visible on the control. + A Boolean value indicating the visibility of the Back button. The default is value true. + + + Indicates whether the Context menu is visible. + A Boolean value. The default is value true. + + + Indicates whether prompts for user credentials will be displayed. + A Boolean value. The default value is true. + + + Indicates whether the button that shows and collapses the document map is visible on the split bar. + true if the button is visible on the split bar; otherwise, false. The default is true. + + + Indicates whether the Export button is visible on the control. + A Boolean value. The default value is true. + + + Indicates whether the Find text box is visible on the control. + A Boolean value. The default value is true. + + + Indicates whether the page navigation controls are visible. + A Boolean value. The default value is true. + + + Indicates whether parameter prompts are visible. + A Boolean value. The default value is true. + + + Gets or sets a value that indicates whether the Print button is visible. + true if the buttons for the print functions are visible; otherwise, false. The default is true. + + + Indicates whether progress animation is displayed during report processing. + A Boolean value. The default value is true. + + + Indicates whether the button that shows and collapses the prompt area is visible on the split bar. + true if the button is visible on the split bar; otherwise, false. The default is true. + + + Indicates whether the Refresh button is visible. + A Boolean value. The default value is true. + + + Indicates whether the Stop button is visible. + A Boolean value. The default value is true. + + + Indicates whether the Toolbar is visible. + A Boolean value. The default value is true. + + + Indicates whether the Zoom list box is visible. + A Boolean value. The default value is true. + + + Gets or sets the used to customize the look and feel of the ReportViewer control's toolbar as well as the context menu on the report. + A object. By default, a object is returned. + + + Gets or sets the delay in milliseconds before the busy status indicator is displayed to the user. + An int value that specifies the time in milliseconds. The default value is 1000 (1 second). + + + Gets the page zoom that is calculated based on the zoom mode. + An integer that represents the calculated zoom percentage. The default value is 100. + + + Gets or sets the zoom mode of the control. + A enumerator value indicating the zoom mode of the control. The default value is 100%. + + + Gets or sets the percentage of zoom used for the report display. + An integer value containing the percentage of zoom. + + + Represents a collection of objects. + + + Represents errors that occur while viewing or configuring a report. + + + This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code. + + + Represents a collection of strings that contain custom headers. + + + Contains a set of read-only properties that indicate which operations are currently allowed in the ReportViewer control and the status of the prompt and document map areas. + + + Gets a Boolean value that indicates whether the prompt area of the ReportViewer control is currently visible. + true if the prompt area is currently visible; otherwise, false. + + + Gets a Boolean value that indicates whether the ReportViewer control has not started processing the report or has completed processing the report, and can change the display mode without canceling a report processing operation. + true if the ReportViewer control can change the display mode without canceling a report processing operation; otherwise, false. + + + Gets a Boolean value that indicates whether the currently displayed content will be affected by a zoom change. + true if the currently displayed content will be affected by a zoom change; otherwise, false. + + + Gets a Boolean value that indicates whether there is a previous search to continue and whether you can continue the previous search without canceling an existing report processing or interactive rendering operation. + true if the there is a previous search to continue and if you can continue the previous search without canceling an existing report processing or interactive rendering operation; otherwise, false. + + + Gets a Boolean value that indicates whether the report can be exported without canceling an existing report processing or interactive rendering operation. + true if the report can be exported without canceling an existing report processing or interactive rendering operation; otherwise, false. + + + Gets a Boolean value that indicates whether the current report is a drillthrough report and you can navigate back to its parent report without canceling an existing report processing or interactive rendering operation. + true if the current report is a drillthrough report and you can navigate back to its parent report without canceling an existing report processing or interactive rendering operation; otherwise, false. + + + Gets a Boolean value that indicates whether the property can be changed without canceling an existing report processing or interactive rendering operation. + true if the property can be changed without canceling an existing report processing or interactive rendering operation; otherwise, false. + + + Gets a Boolean value that indicates whether you can start printing the report without canceling an existing report processing or interactive rendering operation. + true if you can start printing the report without canceling an existing report processing or interactive rendering operation; otherwise, false. + + + Gets a Boolean value that indicates whether you can refresh the report data without cancelling an existing report processing or interactive rendering operation. + true if you can refresh the report data without canceling an existing report processing or interactive rendering operation; otherwise, false. + + + Gets a Boolean value that indicates whether you can search the report and highlight the search results without canceling an existing report processing or interactive rendering operation. + true if the you can search the report and highlight the search results without canceling an existing report processing or interactive rendering operation; otherwise, false. + + + Gets a Boolean value that indicates whether prompted parameters and prompted data source credentials can be submitted for the current report without canceling an existing report processing or interactive rendering operation. + true if prompted parameters and prompted data source credentials can be submitted for the current report without canceling an existing report processing or interactive rendering operation; otherwise, false. + + + Gets a Boolean value that indicates whether the current report has a document map and the document map can be displayed in the current display mode. + true if the current report has a document map and the document map can be displayed in the current display mode; otherwise, false. + + + Gets a Boolean value that indicates whether prompting is supported and there are prompts that can be displayed based on the visibility settings in the ReportViewer control. This property does not indicate whether the prompt areas are actually visible. + true if prompting is supported and there are prompts that can be displayed based on the visibility settings in the ReportViewer control; otherwise, false. + + + Gets a Boolean value that indicates whether ReportViewer is currently performing a potentially lengthy operation that can be canceled. + true if ReportViewer is currently performing a potentially lengthy operation that can be canceled; otherwise, false. + + + Gets a Boolean value that indicates whether the report has a document map and the document map is currently displayed. + true if the report has a document map and the document map is currently displayed; otherwise, false. + + + Gets a Boolean value that indicates whether the current processing mode supports prompting for parameters and data source credentials. + true if the current processing mode supports prompting for parameters and data source credentials; otherwise, false. + + + Provides data for a event in the ReportViewer control. + + + Constructs a SearchEventArgs object. + The search string. + The page on which to start searching. + Indicates that this event is occurring as a result of a Find Next command. + + + Indicates that this event is occurring as a result of a Find Next command. + A Boolean value. A value of true indicates that this event occurred because of a Find Next command. + + + Returns the search string being used for the search. + A String value containing the search string. + + + Returns the page number on which to start searching. + An integer containing the starting page number to search. + + + Represents the method that will handle a event. + The object that raised the event. + A object that contains information about the event. + + + Contains the search text and the start page of a search operation. + + + Gets the start page of the search operation. + An int value that represents the start page of the search operation. + + + Gets the search text. + A string that represents the search text. + + + Represents a report that is processed on the report server. + + + Initializes a new instance of the class. + + + Retrieves information about the data sources used for a report. + A that contains objects. + + + Retrieves information about the data sources used for a report, including whether all required credentials have been supplied for the report data sources. + A containing objects. + [out] Indicates whether all required credentials have been supplied for the data sources used by the server report. + + + Gets the default page settings specified in the report definition. + A object containing the default page settings for the local report. + + + Returns the current execution ID, or null (Nothing in Visual Basic) if no execution ID is available. + A String containing the execution ID. + + + Returns report parameter properties for the report. + A object containing an array of objects. + + + Returns the version of the report server. + A String value containing the server version information. + + + Returns the total number of soft pages in the report and a value that indicates the current page count mode. + An integer value containing the total number of soft pages in the report. For more information on soft pages, see Understanding Rendering Behaviors. + [out] A enumeration value that indicates the page count mode used to calculate the total number of soft pages. + + + Indicates whether the report can execute queries. + A Boolean value indicating whether the report can execute queries. + + + Returns all available rendering extensions for the server report. + An array of objects. + + + Loads the report definition on the report server for remote processing using a . + A class that can be used to read the Report Definition Language (RDL) file for the report. + + + Causes the report to be rendered with new data. + + + Renders the report with optional URL access parameters. + A containing the rendered report. + 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 method. + 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. + 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. + [out] The MIME type of the rendered report. + [out] The file name extension used for the output file. + + + Renders the report with optional URL access parameters. + 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 method. + 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. + 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. + The stream into which the rendered report will be written. + [out] The MIME type of the rendered report. + [out] The file name extension used for the output file. + + + Processes the report with the specified valuevalue and renders it in the specified format. + A array of the report in the specified 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 method. + 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. + A enumeration value that specifies the page count mode. + [out] The MIME type of the rendered report. + [out] The encoding used when rendering the contents of the report. + [out] The file name extension used for the output file. + [out] The stream identifiers. You can use them to render external resources (images, for example) that are associated with the report. + [out] An array of objects that describes any warnings that occurred during report processing. + + + Returns a secondary stream associated with a processed report. + A array of the stream in the specified format. For more information about this data type, see "Byte Structure" in the .NET Framework documentation. + 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 method. + The stream identifier. + 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. + The MIME type of the stream. + The Microsoft .NET Framework encoding class name. + + + Sets data source credentials for the report. + A set of data source credentials to submit to the report server. + + + Initializes a server report using a specific report execution on the server. + A String containing the execution ID to use. + + + Sets report parameter properties for the report. + An of objects that contains a list of the report parameters properties. + + + Gets a collection of objects. The object uses the cookies in this collection when making server requests. + A object that contains a collection of objects. + + + Gets a collection of strings that contain custom headers. + A object that contains a collection custom headers. + + + Gets or sets the unique identifier of the report history snapshot used for the server report. + A String value containing the unique identifier of the report history snapshot used for the server report. + + + Gets or sets the path to the report on the server. + A String value. + + + Gets or sets credentials to be used with the report server. + A object containing the credentials to be used with the report server. + + + Gets or sets the URL for the report server. + A object containing the URL for the report server. + + + Gets or sets the number of milliseconds to wait for server communications. + An integer value that contains the server time-out, in milliseconds. The default value is 600000 milliseconds. + + + Specifies the severity of a warning. + + + The severity level of the warning is Error. + + + The severity level of the warning is Warning. + + + Represents the exception that occurs when the report server version is not compatible with the report control. + + + Provides data for the event. + + + Constructs a SortEventArgs object. + The ID of the sort action. + A enumeration value that indicates the direction of the sort. The default value is None. + A Boolean value that indicates whether all other existing sorts should be cleared. The default is false. + + + Indicates whether all other existing sorts should be cleared. + A Boolean value that indicates whether all other existing sorts should be cleared. The default is false. + + + Gets an enumeration value that indicates the direction of the sort. + A enumeration value that indicates the direction of the sort. + + + Gets the unique identifier of the sort action. + A String containing the ID of the sort action. + + + Represents the method that will handle the event of a . + The object raising the event. + A object containing information about the event. + + + Indicates the direction of a sort operation. + + + Indicates an ascending sort. + + + Indicates a descending sort. + + + Provides data for the event. + + + Gets the list of data source names for the subreport. + A list of String objects containing the names of the data sources for the subreport. + + + Returns a collection of data sources for the subreport. + A collection of objects. + + + Gets a collection of parameters for the subreport. + A containing information about the subreport parameters. + + + Returns the name of the subreport. + A string containing the name of the subreport. + + + Represents the method that will handle the event of a . + The object that raised the event. + A object containing information about the event. + + + Represents a possible valid value for a parameter. + + + Gets a label for the valid value. + A read-only String object. + + + Gets a valid value. + A read-only String object. + + + Represents a list of errors or warnings that are returned when a report is rendered or processed. + + + Gets the error code that is assigned to the warning. Read-only. + A read-only string value. + + + Gets a message that describes the error or warning. Read-only. + A read-only string value. + + + Gets the name of the object in the report definition that contributed to the warning. Read-only. + A read-only string value. + + + Gets the type of object in the report definition that caused the error or warning. Read-only. + A read-only string value. + + + Gets the severity type of the error or warning. Read-only. + A read-only string value. + + + Represents the method that will handle the event of a . + The object raising the event. + A object containing information about the event. + + + Provides data for a event. + + + Constructs a new ZoomChangeEventArgs object. + A enumerator value specifying the zoom mode selected. + An integer specifying the selected percentage of zoom. + + + Gets the zoom mode select for the event. + A enumerator value specifying the zoom mode selected. + + + Gets the zoom percentage value specified for the event. + An integer specifying the selected percentage of zoom. + + + Specifies the zoom mode for the ReportViewer control. + + + Sets the zoom mode to full page. + + + Sets the zoom mode to page width. + + + Sets the zoom mode to a percentage. + + + \ No newline at end of file diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll index eec8bc6..d4b91a5 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ diff --git a/C2P/bin/SteamWare.xml b/C2P/bin/SteamWare.xml index 70ff845..192d270 100644 --- a/C2P/bin/SteamWare.xml +++ b/C2P/bin/SteamWare.xml @@ -55,6 +55,11 @@ tipo id controllo con classi di base comune da cui derivare gli *.asmx + + + imposto il tipo di anagrafica del controlloS + + nome della pagina correntemente caricata @@ -424,6 +429,32 @@ + + + variabile salvata in view state x la stringa di sorting - dg 2 + + + + + variabile salvata in view state x la stringa di sorting - dg 2 + + + + + legge e scrive in viewState la stringa di filtraggio... + + + + + variabile salvata in viewstate x la direzione del sorting + + + + + genera la stringa filtro x i cdc autorizzati x l'user + + + esegue la ricerca dei cdc nelle posizioni indicate dal filtro e restituisce elenco distinct degli stessi @@ -499,6 +530,11 @@ + + + tipo di vista del modulo + + effettua la registrazione degli eventi @@ -549,42 +585,6 @@ The tipo. - - - imposto il tipo di anagrafica del controlloS - - - - - variabile salvata in view state x la stringa di sorting - dg 2 - - - - - variabile salvata in view state x la stringa di sorting - dg 2 - - - - - legge e scrive in viewState la stringa di filtraggio... - - - - - variabile salvata in viewstate x la direzione del sorting - - - - - genera la stringa filtro x i cdc autorizzati x l'user - - - - - - tipo di vista del modulo - - classe gestione auth @@ -735,21 +735,6 @@ inizializzazione classe - - - valorizza i diff dei valori old e new - - - - - calcola solo il vettore dei valori old (x delete) - - - - - oggetto statico per il confronto valori - - stringa diff dei valori originali modificati @@ -760,6 +745,16 @@ stringa diff dei valori nuovi modificati + + + valorizza i diff dei valori old e new + + + + + calcola solo il vettore dei valori old (x delete) + + dictionary dei parametri old @@ -770,6 +765,11 @@ dictionary dei parametri new + + + oggetto statico per il confronto valori + + classe di gestione lettura @@ -1258,16 +1258,16 @@ - - - classe singleton x la gestione dei tableadapters - - elenco lingue ammesse da vocabolario... + + + classe singleton x la gestione dei tableadapters + + classe di gestione dei db x creazione/update alla versione richiesta @@ -1389,6 +1389,14 @@ + + + invia email ad utente con url x reset hash password + + destinatario + hashPasswd ATTUALE (in chiaro) + + invia email ad utente con url x enroll @@ -1407,6 +1415,11 @@ + + + restituisce nome cookie di auth (o default...) + + genera la passphrase utente a partire dai parametri richiesti @@ -1428,59 +1441,6 @@ cancella da session l'utente - - - conta il numero di permessi utente per la pagina attuale e restituisce true se ne trova almeno 1 - - - - - - - verifica se il permesso utente per la pagina attuale sia write per almeno 1 diritto assegnato (restituisce true se ne trova almeno 1 con permessi2funzione.readwrite='S') - - - - - - - Procedura da chiamare DOPO aver messo in session i dati utente/email x caricare gli altri dati - - - - - - - carica la riga dati utente - - - - - Carica la tabella diritti dell'utente da db e salva in session - - - - - Effettua setup dei permessi una volta salvati i diritti - - - - - verifica nella tab diritti se l'utente abbia il right richiesto e fornisce bool in risposta - - - - - - - restituisce il nome della pagina corrente - - - - - restituisce nome cookie di auth (o default...) - - restituisce la tabella diritti da session @@ -1531,6 +1491,59 @@ è un boolean che indica se in session ci siano user/email e DeviceSecret (cookie) e quindi utente autenticato in precedenza... + + + conta il numero di permessi utente per la pagina attuale e restituisce true se ne trova almeno 1 + + + + + + + verifica se il permesso utente per la pagina attuale sia write per almeno 1 diritto assegnato (restituisce true se ne trova almeno 1 con permessi2funzione.readwrite='S') + + + + + + + Procedura da chiamare DOPO aver messo in session i dati utente/email x caricare gli altri dati + + + + + + + carica la riga dati utente + + + + + Carica la tabella diritti dell'utente da db e salva in session + + + + + Effettua setup dei permessi una volta salvati i diritti + + + + + verifica nella tab diritti se l'utente abbia il right richiesto e fornisce bool in risposta + + + + + + + imposta la lingua utente dal valore della riga DB + + + + + oggetto lingua utente con metodi get/set + + pagina correntemente visualizzata (URL in sessione) @@ -1541,6 +1554,11 @@ pagina precedentemente visualizzata (URL in sessione) + + + restituisce il nome della pagina corrente + + classe gestione parametri deviceper stampa @@ -1606,36 +1624,17 @@ helper x raccolta dati di diagnostica + + + uptime macchina (formattato) + + calcolo uptime in formato timespan - - - elenco devices USB - - - - - - registra esito ping ad un dato IP/hostname - - IPaddress / host name. - - - - restituisce contenuto di una pagina web (per testing) - - - - - - - uptime macchina (formattato) - - restituisce elenco dischi con utilizzo (formattato) @@ -1653,11 +1652,30 @@ + + + elenco devices USB + + + elenco porte seriali + + + registra esito ping ad un dato IP/hostname + + IPaddress / host name. + + + + restituisce contenuto di una pagina web (per testing) + + + + classe definizione info oggetti USB @@ -2419,6 +2437,14 @@ + + + verifica se il file indicato esista in _path + + + + + elimina il file indicato dalla directory di lavoro @@ -2935,6 +2961,11 @@ avvio del logger nella dir desiderata + + + livello di log applicazione (da web.config, chiave '_logLevel') + + avvio del logger nella dir desiderata @@ -2998,11 +3029,6 @@ - - - livello di log applicazione (da web.config, chiave '_logLevel') - - tipo di log ammesso @@ -3294,12 +3320,22 @@ + + + elenco dictionary delle tab in cache da aggiornare con update svuotando da cache... + + aggiunge la stringa corrente nel dictionary delle tabelle messe in cache e da aggiornare su comando update + + + elenco dictionary dei valori in session da NON aggiornare con update... + + aggiunge la stringa corrente nel dictionary delle tabelle messe in session che vanno preservate da comando update (es: oggetto selezionato...) @@ -3312,15 +3348,48 @@ forza lo svuotamento delel tabelle indicate come in cache... - + - elenco dictionary delle tab in cache da aggiornare con update svuotando da cache... + Salted password hashing with PBKDF2-SHA1. + Author: havoc AT defuse.ca + www: http://crackstation.net/hashing-security.htm + Compatibility: .NET 3.0 and later. - + - elenco dictionary dei valori in session da NON aggiornare con update... + Creates a salted PBKDF2 hash of the password. + The password to hash. + The hash of the password. + + + + Validates a password given a hash of the correct one. + + The password to check. + A hash of the correct password. + True if the password is correct. False otherwise. + + + + Compares two byte arrays in length-constant time. This comparison + method is used so that password hashes cannot be extracted from + on-line systems using a timing attack and then attacked off-line. + + The first byte array. + The second byte array. + True if both byte arrays are equal. False otherwise. + + + + Computes the PBKDF2-SHA1 hash of a password. + + The password to hash. + The salt. + The PBKDF2 iteration count. + The length of the hash to generate, in bytes. + A hash of the password. @@ -3376,6 +3445,11 @@ web control che disegna un grafico a torta + + + tipo di grafico (2D/3D) + + altezza di default @@ -3401,6 +3475,41 @@ soglia minima 5% per mostrare il dato + + + ampiezza del grafico + + + + + altezza del grafico + + + + + padding grafico/container + + + + + boolean se si debba mostrale la legenda + + + + + percentuale minima da mostrare + + + + + serie di dati (tipizzata) ma mostrare + + + + + testo associato al controllo + + renderizza il contenuto @@ -3446,46 +3555,6 @@ - - - tipo di grafico (2D/3D) - - - - - ampiezza del grafico - - - - - altezza del grafico - - - - - padding grafico/container - - - - - boolean se si debba mostrale la legenda - - - - - percentuale minima da mostrare - - - - - serie di dati (tipizzata) ma mostrare - - - - - testo associato al controllo - - Classe gestione metodi di accesso ai dati embeddati @@ -3724,11 +3793,71 @@ + + + restituisce la tabella diritti da session + + + + + tabella dei permessi utente + + + + + tabella dei permessi utente di tipo "WRITE" enabled + + inizializza la gestione utente... + + + retituisce username AD + + + + + oggetto utente con metodi get/set + + + + + oggetto password con metodi get/set + + + + + oggetto dominio con metodi get/set + + + + + oggetto modulo (applicazione) con metodi get/set + + + + + oggetto lingua utente con metodi get/set + + + + + oggetto runMode corrente + + + + + restituisce true se utente forzato da forceUser.aspx + + + + + restituisce i valori della riga utente da db + + restituisce riga utente data la matricola... @@ -3736,6 +3865,31 @@ matricola + + + restituisce una stringa formattata con cognome, nome e matricola + + + + + restituisce una stringa della sigla dell'utente + + + + + restituisce una stringa formattata con cognome e nome + + + + + restituisce una stringa formattata con cognome + + + + + restituisce una stringa formattata con nome + + traduce il lemma nella lingua dell'user corrente @@ -3765,6 +3919,11 @@ + + + fornisce un file XML della mappa del sito abilitato per l'utente... + + LogOff utente con reset dati @@ -3824,6 +3983,11 @@ + + + è un boolean che indica se in session ci siano user/dominio e quindi utente autenticato in rpecedenza... + + conta il numero di permessi utente per la pagina attuale e restituisce true se ne trova almeno 1 @@ -3963,101 +4127,6 @@ versione statica della classe utente come singleton UtenTeSignletoN - - - restituisce la tabella diritti da session - - - - - tabella dei permessi utente - - - - - tabella dei permessi utente di tipo "WRITE" enabled - - - - - retituisce username AD - - - - - oggetto utente con metodi get/set - - - - - oggetto password con metodi get/set - - - - - oggetto dominio con metodi get/set - - - - - oggetto modulo (applicazione) con metodi get/set - - - - - oggetto lingua utente con metodi get/set - - - - - oggetto runMode corrente - - - - - restituisce true se utente forzato da forceUser.aspx - - - - - restituisce i valori della riga utente da db - - - - - restituisce una stringa formattata con cognome, nome e matricola - - - - - restituisce una stringa della sigla dell'utente - - - - - restituisce una stringa formattata con cognome e nome - - - - - restituisce una stringa formattata con cognome - - - - - restituisce una stringa formattata con nome - - - - - fornisce un file XML della mappa del sito abilitato per l'utente... - - - - - è un boolean che indica se in session ci siano user/dominio e quindi utente autenticato in rpecedenza... - - pagina correntemente visualizzata (URL in sessione) diff --git a/C2P_Report/Reports/OffertDOC.rdlc b/C2P_Report/Reports/OffertDOC.rdlc index 6086a73..b955cee 100644 --- a/C2P_Report/Reports/OffertDOC.rdlc +++ b/C2P_Report/Reports/OffertDOC.rdlc @@ -1,6 +1,6 @@  - Steamware SRL - Vers. 1.1.1 + Steamware SRL - Vers. 1.3.1 0 @@ -18,7 +18,11 @@ =Parameters!Ticket.Value true + + =Parameters!Chiave.Value + + StoredProcedure stp_prt_dsQuoteFull_Q_Data true @@ -505,8 +509,8 @@ - Embedded - SoloProxima_285x72px + External + ="http://IIS02/C2P/Drawings/logo_OfferDOC.png" FitProportional 0.36903cm 0.44335cm @@ -916,7 +920,7 @@ @@ -981,7 +985,7 @@ - =Fields!P_PriceOff.Value * Fields!KgTeo.Value + =Fields!P_PriceOff.Value * Fields!BatchQty.Value - Embedded - SoloProxima_285x72px + External + =Variables!varUrlImage.Value & "logo_Offers.png" FitProportional 0.13cm 14.3175cm @@ -1719,7 +1719,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm External - =Fields!ItemURL.Value + = Variables!varUrlImage.Value & Fields!ItemURL.Value FitProportional 2.1cm 11.5cm @@ -7082,32 +7082,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm true - - - image/jpeg - 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 - - it-IT @@ -7137,6 +7111,9 @@ EqmU0cRiq7WlP2cacb9pzlJ8q7uMKnoyD/glVrv7TmvfsRfCOT9rTw54o0L4qadBdaVaX/jq+a68d+L9 WhiteSmoke + + http://IIS02/C2P/Drawings/ + true Cm diff --git a/C2P_Report/Reports/ReportOffers_S.rdlc b/C2P_Report/Reports/ReportOffers_S.rdlc index f707c4f..dd55b4b 100644 --- a/C2P_Report/Reports/ReportOffers_S.rdlc +++ b/C2P_Report/Reports/ReportOffers_S.rdlc @@ -407,7 +407,7 @@ System.Decimal - ="http://c2p.steamware.net/C2P_Drawings/" & Fields!CodItem.Value & ".png" + = Fields!CodItem.Value & ".png" valid @@ -603,8 +603,8 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm - Embedded - SoloProxima_285x72px + External + =Variables!varUrlImage.Value & "logo_Offers.png" FitProportional 0.13cm 14.3175cm @@ -1719,7 +1719,7 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm External - =Fields!ItemURL.Value + = Variables!varUrlImage.Value & Fields!ItemURL.Value FitProportional 2.1cm 11.5cm @@ -7082,32 +7082,6 @@ Globals!ReportName="ReportOffers_S", Lookup("C2P_prt1_ReportTitle_S",Fields!Lemm true - - - image/jpeg - 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 - - it-IT @@ -7137,6 +7111,9 @@ EqmU0cRiq7WlP2cacb9pzlJ8q7uMKnoyD/glVrv7TmvfsRfCOT9rTw54o0L4qadBdaVaX/jq+a68d+L9 WhiteSmoke + + http://IIS02/C2P/Drawings/ + true Cm diff --git a/C2P_Report/bin/C2P_Data.dll b/C2P_Report/bin/C2P_Data.dll index adf1d43..a9e7559 100644 Binary files a/C2P_Report/bin/C2P_Data.dll and b/C2P_Report/bin/C2P_Data.dll differ diff --git a/C2P_Report/bin/C2P_Report.dll b/C2P_Report/bin/C2P_Report.dll index 49751b1..84cb848 100644 Binary files a/C2P_Report/bin/C2P_Report.dll and b/C2P_Report/bin/C2P_Report.dll differ diff --git a/C2P_Report/bin/SteamWare.dll b/C2P_Report/bin/SteamWare.dll index eec8bc6..d4b91a5 100644 Binary files a/C2P_Report/bin/SteamWare.dll and b/C2P_Report/bin/SteamWare.dll differ diff --git a/C2P_Report/bin/SteamWare.xml b/C2P_Report/bin/SteamWare.xml index 70ff845..192d270 100644 --- a/C2P_Report/bin/SteamWare.xml +++ b/C2P_Report/bin/SteamWare.xml @@ -55,6 +55,11 @@ tipo id controllo con classi di base comune da cui derivare gli *.asmx + + + imposto il tipo di anagrafica del controlloS + + nome della pagina correntemente caricata @@ -424,6 +429,32 @@ + + + variabile salvata in view state x la stringa di sorting - dg 2 + + + + + variabile salvata in view state x la stringa di sorting - dg 2 + + + + + legge e scrive in viewState la stringa di filtraggio... + + + + + variabile salvata in viewstate x la direzione del sorting + + + + + genera la stringa filtro x i cdc autorizzati x l'user + + + esegue la ricerca dei cdc nelle posizioni indicate dal filtro e restituisce elenco distinct degli stessi @@ -499,6 +530,11 @@ + + + tipo di vista del modulo + + effettua la registrazione degli eventi @@ -549,42 +585,6 @@ The tipo. - - - imposto il tipo di anagrafica del controlloS - - - - - variabile salvata in view state x la stringa di sorting - dg 2 - - - - - variabile salvata in view state x la stringa di sorting - dg 2 - - - - - legge e scrive in viewState la stringa di filtraggio... - - - - - variabile salvata in viewstate x la direzione del sorting - - - - - genera la stringa filtro x i cdc autorizzati x l'user - - - - - - tipo di vista del modulo - - classe gestione auth @@ -735,21 +735,6 @@ inizializzazione classe - - - valorizza i diff dei valori old e new - - - - - calcola solo il vettore dei valori old (x delete) - - - - - oggetto statico per il confronto valori - - stringa diff dei valori originali modificati @@ -760,6 +745,16 @@ stringa diff dei valori nuovi modificati + + + valorizza i diff dei valori old e new + + + + + calcola solo il vettore dei valori old (x delete) + + dictionary dei parametri old @@ -770,6 +765,11 @@ dictionary dei parametri new + + + oggetto statico per il confronto valori + + classe di gestione lettura @@ -1258,16 +1258,16 @@ - - - classe singleton x la gestione dei tableadapters - - elenco lingue ammesse da vocabolario... + + + classe singleton x la gestione dei tableadapters + + classe di gestione dei db x creazione/update alla versione richiesta @@ -1389,6 +1389,14 @@ + + + invia email ad utente con url x reset hash password + + destinatario + hashPasswd ATTUALE (in chiaro) + + invia email ad utente con url x enroll @@ -1407,6 +1415,11 @@ + + + restituisce nome cookie di auth (o default...) + + genera la passphrase utente a partire dai parametri richiesti @@ -1428,59 +1441,6 @@ cancella da session l'utente - - - conta il numero di permessi utente per la pagina attuale e restituisce true se ne trova almeno 1 - - - - - - - verifica se il permesso utente per la pagina attuale sia write per almeno 1 diritto assegnato (restituisce true se ne trova almeno 1 con permessi2funzione.readwrite='S') - - - - - - - Procedura da chiamare DOPO aver messo in session i dati utente/email x caricare gli altri dati - - - - - - - carica la riga dati utente - - - - - Carica la tabella diritti dell'utente da db e salva in session - - - - - Effettua setup dei permessi una volta salvati i diritti - - - - - verifica nella tab diritti se l'utente abbia il right richiesto e fornisce bool in risposta - - - - - - - restituisce il nome della pagina corrente - - - - - restituisce nome cookie di auth (o default...) - - restituisce la tabella diritti da session @@ -1531,6 +1491,59 @@ è un boolean che indica se in session ci siano user/email e DeviceSecret (cookie) e quindi utente autenticato in precedenza... + + + conta il numero di permessi utente per la pagina attuale e restituisce true se ne trova almeno 1 + + + + + + + verifica se il permesso utente per la pagina attuale sia write per almeno 1 diritto assegnato (restituisce true se ne trova almeno 1 con permessi2funzione.readwrite='S') + + + + + + + Procedura da chiamare DOPO aver messo in session i dati utente/email x caricare gli altri dati + + + + + + + carica la riga dati utente + + + + + Carica la tabella diritti dell'utente da db e salva in session + + + + + Effettua setup dei permessi una volta salvati i diritti + + + + + verifica nella tab diritti se l'utente abbia il right richiesto e fornisce bool in risposta + + + + + + + imposta la lingua utente dal valore della riga DB + + + + + oggetto lingua utente con metodi get/set + + pagina correntemente visualizzata (URL in sessione) @@ -1541,6 +1554,11 @@ pagina precedentemente visualizzata (URL in sessione) + + + restituisce il nome della pagina corrente + + classe gestione parametri deviceper stampa @@ -1606,36 +1624,17 @@ helper x raccolta dati di diagnostica + + + uptime macchina (formattato) + + calcolo uptime in formato timespan - - - elenco devices USB - - - - - - registra esito ping ad un dato IP/hostname - - IPaddress / host name. - - - - restituisce contenuto di una pagina web (per testing) - - - - - - - uptime macchina (formattato) - - restituisce elenco dischi con utilizzo (formattato) @@ -1653,11 +1652,30 @@ + + + elenco devices USB + + + elenco porte seriali + + + registra esito ping ad un dato IP/hostname + + IPaddress / host name. + + + + restituisce contenuto di una pagina web (per testing) + + + + classe definizione info oggetti USB @@ -2419,6 +2437,14 @@ + + + verifica se il file indicato esista in _path + + + + + elimina il file indicato dalla directory di lavoro @@ -2935,6 +2961,11 @@ avvio del logger nella dir desiderata + + + livello di log applicazione (da web.config, chiave '_logLevel') + + avvio del logger nella dir desiderata @@ -2998,11 +3029,6 @@ - - - livello di log applicazione (da web.config, chiave '_logLevel') - - tipo di log ammesso @@ -3294,12 +3320,22 @@ + + + elenco dictionary delle tab in cache da aggiornare con update svuotando da cache... + + aggiunge la stringa corrente nel dictionary delle tabelle messe in cache e da aggiornare su comando update + + + elenco dictionary dei valori in session da NON aggiornare con update... + + aggiunge la stringa corrente nel dictionary delle tabelle messe in session che vanno preservate da comando update (es: oggetto selezionato...) @@ -3312,15 +3348,48 @@ forza lo svuotamento delel tabelle indicate come in cache... - + - elenco dictionary delle tab in cache da aggiornare con update svuotando da cache... + Salted password hashing with PBKDF2-SHA1. + Author: havoc AT defuse.ca + www: http://crackstation.net/hashing-security.htm + Compatibility: .NET 3.0 and later. - + - elenco dictionary dei valori in session da NON aggiornare con update... + Creates a salted PBKDF2 hash of the password. + The password to hash. + The hash of the password. + + + + Validates a password given a hash of the correct one. + + The password to check. + A hash of the correct password. + True if the password is correct. False otherwise. + + + + Compares two byte arrays in length-constant time. This comparison + method is used so that password hashes cannot be extracted from + on-line systems using a timing attack and then attacked off-line. + + The first byte array. + The second byte array. + True if both byte arrays are equal. False otherwise. + + + + Computes the PBKDF2-SHA1 hash of a password. + + The password to hash. + The salt. + The PBKDF2 iteration count. + The length of the hash to generate, in bytes. + A hash of the password. @@ -3376,6 +3445,11 @@ web control che disegna un grafico a torta + + + tipo di grafico (2D/3D) + + altezza di default @@ -3401,6 +3475,41 @@ soglia minima 5% per mostrare il dato + + + ampiezza del grafico + + + + + altezza del grafico + + + + + padding grafico/container + + + + + boolean se si debba mostrale la legenda + + + + + percentuale minima da mostrare + + + + + serie di dati (tipizzata) ma mostrare + + + + + testo associato al controllo + + renderizza il contenuto @@ -3446,46 +3555,6 @@ - - - tipo di grafico (2D/3D) - - - - - ampiezza del grafico - - - - - altezza del grafico - - - - - padding grafico/container - - - - - boolean se si debba mostrale la legenda - - - - - percentuale minima da mostrare - - - - - serie di dati (tipizzata) ma mostrare - - - - - testo associato al controllo - - Classe gestione metodi di accesso ai dati embeddati @@ -3724,11 +3793,71 @@ + + + restituisce la tabella diritti da session + + + + + tabella dei permessi utente + + + + + tabella dei permessi utente di tipo "WRITE" enabled + + inizializza la gestione utente... + + + retituisce username AD + + + + + oggetto utente con metodi get/set + + + + + oggetto password con metodi get/set + + + + + oggetto dominio con metodi get/set + + + + + oggetto modulo (applicazione) con metodi get/set + + + + + oggetto lingua utente con metodi get/set + + + + + oggetto runMode corrente + + + + + restituisce true se utente forzato da forceUser.aspx + + + + + restituisce i valori della riga utente da db + + restituisce riga utente data la matricola... @@ -3736,6 +3865,31 @@ matricola + + + restituisce una stringa formattata con cognome, nome e matricola + + + + + restituisce una stringa della sigla dell'utente + + + + + restituisce una stringa formattata con cognome e nome + + + + + restituisce una stringa formattata con cognome + + + + + restituisce una stringa formattata con nome + + traduce il lemma nella lingua dell'user corrente @@ -3765,6 +3919,11 @@ + + + fornisce un file XML della mappa del sito abilitato per l'utente... + + LogOff utente con reset dati @@ -3824,6 +3983,11 @@ + + + è un boolean che indica se in session ci siano user/dominio e quindi utente autenticato in rpecedenza... + + conta il numero di permessi utente per la pagina attuale e restituisce true se ne trova almeno 1 @@ -3963,101 +4127,6 @@ versione statica della classe utente come singleton UtenTeSignletoN - - - restituisce la tabella diritti da session - - - - - tabella dei permessi utente - - - - - tabella dei permessi utente di tipo "WRITE" enabled - - - - - retituisce username AD - - - - - oggetto utente con metodi get/set - - - - - oggetto password con metodi get/set - - - - - oggetto dominio con metodi get/set - - - - - oggetto modulo (applicazione) con metodi get/set - - - - - oggetto lingua utente con metodi get/set - - - - - oggetto runMode corrente - - - - - restituisce true se utente forzato da forceUser.aspx - - - - - restituisce i valori della riga utente da db - - - - - restituisce una stringa formattata con cognome, nome e matricola - - - - - restituisce una stringa della sigla dell'utente - - - - - restituisce una stringa formattata con cognome e nome - - - - - restituisce una stringa formattata con cognome - - - - - restituisce una stringa formattata con nome - - - - - fornisce un file XML della mappa del sito abilitato per l'utente... - - - - - è un boolean che indica se in session ci siano user/dominio e quindi utente autenticato in rpecedenza... - - pagina correntemente visualizzata (URL in sessione) diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs index 9a3b9b0..9a45206 100644 --- a/VersGen/C2P.cs +++ b/VersGen/C2P.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("2.3.219.589")] -[assembly: AssemblyFileVersion("2.3.219.589")] +[assembly: AssemblyVersion("2.3.221.653")] +[assembly: AssemblyFileVersion("2.3.221.653")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-2015")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt index 07bf023..0c12e10 100644 --- a/VersGen/C2P.tt +++ b/VersGen/C2P.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("2.3.219.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("2.3.219.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("2.3.221.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("2.3.221.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+