DevExpress.XtraReports.v12.2.Web
Specifies the type of a particular .
Represents any custom toolbar item. Note that you may add any custom item to the collection returned by the property.
Represents a button to display the first page of a report.
Represents a button to display the last page of a report.
Represents a button to display the next page of a report.
Represents the "of" caption before the edit box that displays the total number of report pages.
Represents an edit box that displays the total number of report pages.
Represents the "Page" caption before the drop-down list that allows end-users to select the page to be shown.
Represents a drop-down list that allows end-users to select the page to be shown.
Represents a button used to display the previous page of a report.
Represents a button used to print the current page.
Represents a button used to print the entire report.
Represents a drop-down list, allowing end-users to choose an export format for the report. The report can be exported by clicking on either the or toolbar button.
Represents a button to export a report and save it to the disk. The export format is specified by the toolbar item.
Represents a button to export a report and show it in a new window. The export format is specified by the toolbar item.
Represents a button to invoke the Search dialog, allowing end-users to search for specific text in a report.
Represents a text label within the control.
Initializes a new instance of the ReportToolbarLabel class with default settings.
Initializes a new instance of the ReportToolbarLabel class with the specified text.
A value which specifies label text. This value is assigned to the property.
Initializes a new instance of the ReportToolbarLabel class with the specified item's kind.
A enumeration value which defines the type of a toolbar label.
Copies all the settings from the ReportToolbarLabel object passed as the parameter.
A ReportToolbarLabel object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Specifies the name of the item associated with the ReportToolbarLabel object.
A value specifying the .
Gets or sets the type of a particular report toolbar label.
A enumeration value which defines the type of a toolbar label.
Overrides the property.
Always .
Gets or sets the text caption displayed within the toolbar label.
A value representing the text within the toolbar label.
Represents a method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the event.
Initializes a new instance of the RestoreReportDocumentFromCacheEventArgs class with the specified report and key.
An instance whose report document to restore.
A value, which represents a unique key used when retrieving a report document from the cache. This value is assigned to the property.
Gets a string value, which represents a unique key used when retrieving a report document from the cache.
A value which represents a unique key.
Loads a report document from the specified file.
A value specifying the PRNX file, from which the document should be loaded.
Loads a report document from the specified stream.
A object, from which the report document should be loaded.
Loads export options from the specified file.
A value specifying the XML file, from which the export options should be loaded.
Loads export options from the specified stream.
A object, from which the export options should be loaded.
A method that will handle the event.
Represents a method that will handle the event.
The event source. This parameter identifies the which raised the event.
A object which contains event data.
Provides data for the event.
Initializes a new instance of the CacheReportDocumentEventArgs class with the specified report.
An object which represents a report to be cached. This object can be saved via the and methods.
Gets or sets a string value, which represents a unique key used when storing a report document to the cache.
A value which represents a unique key.
Saves the current document to the specified file.
A value specifying the PRNX file, to which the document should be saved.
Saves the current document to a memory stream.
A object, which contains the saved document as a byte array.
Saves the current report's export options to the specified file.
A value specifying the XML file to which the export options should be saved.
Saves the current report's export options to a memory stream.
A object which contains the saved export options as a byte array.
Saves the current report's export options to the specified stream.
A object to which the export options should be saved.
Provides the capability to fill the object with the hierarchy of report bookmarks.
Fills the specified with the hierarchy of bookmarks obtained from the report associated with the specified .
An object.
A object.
The base class for all classes that provide the capability to obtain a hierarchy of bookmarks for a particular report.
Initializes a new instance of the BookmarkFiller@lt;T@gt; class using the specified report viewer.
A object, displaying a report whose bookmarks should fill the created BookmarkFiller@lt;T@gt; instance.
Fills the parent object with the hierarchy of a report's bookmarks.
A type of the parent object.
Contains a client-side Report Viewer's event list.
Initializes a new instance of the ReportViewerClientSideEvents class with default settings.
Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client BeginCallback event.
A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client CallbackError event.
A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
Gets or sets the name of the JavaScript function or the entire code which will handle a web control's client EndCallback event.
A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
Overrides the property to hide it.
Always .
Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Viewer's event.
A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
Contains settings that allow images to be defined for the 's specific elements.
Initializes a new instance of the ReportToolbarImages class with the specified owner.
An object that implements the ISkinOwner interface.
Provides access to the settings of the image displayed for the First Page button of the .
A object.
Provides access to the settings of the image displayed for the Last Page button of the .
A object.
Provides access to the settings of the image displayed for the Next Page button of the .
A object.
Provides access to the settings of the image displayed for the Previous Page button of the .
A object.
Provides access to the settings of the image displayed for the Print button of the .
A object.
Provides access to the settings of the image displayed for the Print Page button of the .
A object.
Provides access to the settings of the image displayed for the Save to Disk button of the .
A object.
Provides access to the settings of the image displayed for the Save to Window button of the .
A object.
Provides access to the settings of the image displayed for the Search button of the .
A object.
Gets or sets a value that specifies whether the control displays a predefined set of button images, or some of these images should be changed.
true if the default images should be used; otherwise, false.
Returns an object containing settings for the image with the specified name on the specified Web page. For internal use only.
@nbsp;
Overrides the property to hide it.
A object.
Returns the textual representation of ReportToolbarImages.
Always .
Represents an item within the control.
Initializes a new instance of the ReportToolbarItem class with default settings.
Initializes a new instance of the ReportToolbarItem class with the specified kind of toolbar item.
A enumeration value which specifies the kind of a toolbar item being created. This value is assigned to the property.
Copies all the settings from the ReportToolbarItem object passed as the parameter.
A ReportToolbarItem object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets the type of a particular report toolbar item.
A enumeration value which defines the type of a toolbar item.
Gets or sets the name of the toolbar item.
A value representing the name of the toolbar item.
Returns the textual representation of ReportToolbarItem.
A value, which is the textual representation of the toolbar item.
Provides navigation to the report displayed by the and contains print, export and other options.
Initializes a new instance of the ReportToolbar class with default settings.
Enables support for Section 508.
true to enable support for Section 508; otherwise, false.
Overrides the property to hide it.
A value.
Overrides the property to hide it.
A enumeration value.
Overrides the property to hide it.
A value.
Gets or sets the ReportToolbar's client programmatic identifier.
A value that specifies the ReportToolbar's client identifier.
Gets an object that lists the client-side events specific to the ReportToolbar.
A object which allows assigning handlers to the client-side events available to the ReportToolbar.
Creates a collection of default report toolbar items.
A object which represents a collection of default objects.
Overrides the property to hide it.
A value.
Overrides the property to hide it.
A value.
Identifies that a plain CSS resource file is to be used for the ReportToolbar.
@nbsp;
Overrides the property to hide it.
Always false.
Overrides the property to hide it.
Always false.
This property is now obsolete and is no longer in use.
Gets or sets a virtual path (a path to a virtual directory in IIS) to the default images.
Always .
Provides access to a list of images used in a ReportToolbar.
A object, containing a list of images with additional information.
Provides access to the report toolbar's collection of items.
A object representing the report toolbar's collection of items.
Gets or sets the distance between the items in the ReportToolBar.
A structure that represents the space length in pixels.
Gets the padding settings of the ReportToolbar.
A object that contains padding settings.
Registers a style sheet which defines specific styles for the . For internal use.
Specifies the instance with which a ReportToolbar is associated.
A object.
Specifies the ID of the instance with which a ReportToolbar is associated.
A value, specifying the Report Viewer's ID.
Gets or sets a virtual path (a path to a virtual directory in IIS) to the default images.
Always .
Gets the background image use to paint a ReportToolbar's separator element.
A object that represents a separator's background image.
Gets or sets the color used to paint a separator element of a ReportToolbar.
A object that specifies a separator's color.
Gets or sets the height of the separator element in a ReportToolbar.
A structure, specifying the height of a separator in pixels.
Gets the padding settings of separators.
A object that contains padding settings.
Gets or sets the width of separators that divide the toolbar items.
A structure, that specifies the separator's width.
Gets or sets a value indicating whether the default or custom set of toolbar buttons must be displayed in the ReportToolbar.
true to display the default set of buttons; otherwise, false.
Identifies that a sprite CSS resource file is to be used for the ReportToolbar.
[To be supplied]
Provides access to style settings that control the appearance of the Report Toolbar control.
A object that provides style settings for the toobar elements.
Overrides the property to hide it.
A value.
Renders and displays a report document on a Web page.
Initializes a new instance of the ReportViewer class with default settings.
Specifies whether a report's size is defined by the bounds of a report viewer, or of a report page.
true to use the report page's size; otherwise, false.
Overrides the property to hide it.
A object.
Gets the settings of borders being displayed around the part of a report page selected when an end-user navigates using the appropriate bookmark.
A object, which contains settings of a selection border.
Gets or sets the color of the control's border.
A object that represents the border color.
Gets or sets the control's border style.
A enumeration value, specifying the border location.
Gets or sets the width of a control's border.
A structure, representing the border width.
Occurs when a report document is created, and it's possible to store it to the cache.
Gets or sets the ReportViewer's client programmatic identifier.
A value that specifies the ReportViewer's client identifier.
Gets an object that lists the client-side events specific to the ReportViewer.
A object which allows assigning handlers to the client-side events available to the ReportViewer.
Overrides the property to hide it.
A value.
Associates the report defined in markup with ReportViewer.
Enables a server control to perform final clean up before it is released from memory.
Gets or sets whether callback result compression is enabled.
true to enable callback result compression; otherwise, false.
Overrides the property to hide it.
A Boolean value.
Overrides the property to hide it.
Always false.
When a report has parameters, defines whether or not a report document is auto-created when is rendered on a Web page without submitting parameter value(s) via .
true to not generate a report document until a user submits its parameter value(s); otherwise false.
Overrides the property to hide it.
Always false.
Gets or sets the height of the ReportViewer.
A value representing the control's height.
Gets the path to the common folder where editors' images are located.
A which represents the path to the images' directory.
Gets or sets the delay between starting an asynchronous operation and displaying the loading panel.
An integer value that specifies the delay before displaying the loading panel, in milliseconds.
Gets the settings of an image to be displayed within a specific loading panel while waiting for a callback response.
A object that contains the image's settings.
Gets or sets the position of an image displayed within a Loading Panel with respect to the panel's text content.
One of the enumeration values.
Gets the style settings used to paint the Loading Panel.
A object that contains style settings.
Gets or sets the text to be displayed within a loading panel while waiting for a callback response.
A that specifies the descriptive text displayed within a loading panel.
Gets the padding settings of the ReportViewer.
A object that contains padding settings.
Specifies whether a report should be displayed page-by-page, or an entire report's content should be displayed at once.
true if the ReportViewer displays only one report page at a time; otherwise, false.
Gets or sets a value indicating whether XtraReports, when printing a report on the client side, should try to print it via the Adobe Reader plug-in installed in Internet Explorer.
true to print via Adobe Reader plug-in; otherwise, false.
Specifies a report instance, associated with ReportViewer.
An object.
For internal use only. Gets or sets the fully qualified type name of the report, whose instance is displayed by this ReportViewer object.
A containing the report's type name (including its namespace).
Occurs when a Report Viewer requires a report to display, and it's possible to restore an existing report document from the cache.
Provides access to the style settings of the Search dialog's buttons.
A object that defines the appearance of buttons.
Provides access to the image settings of the Search dialog's editors.
An object that defines the image settings of editors.
Provides access to the style settings of the Search dialog's editors.
An object that defines the appearance of editors.
Provides access to the image settings of the Search dialog's form.
A object that defines the form's image settings.
Provides access to the style settings of the Search dialog's form.
A object that defines the form's appearance.
Gets or sets whether the image can be displayed within a Loading Panel.
true if the image is allowed to be displayed within a Loading Panel; otherwise, false.
Specifies the path to the CSS file, storing styles for the Search dialog of the ReportViewer and its associated .
A value, representing the path to the CSS file.
Specifies the URL of the sprite image file, storing images for the Search dialog of the ReportViewer and its associated .
A value, representing the sprite image file URL.
For internal use.
A Boolean value.
Gets or sets the width of the ReportViewer.
A value representing the control's width.
Exports the report to an image in BMP file format, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Exports the report to an image in GIF file format, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Creates an HTML file that contains a Web representation of the report. The destination directory for the created file will be determined by the specified path.
A value containing the full path to the HTML file to be created.
Creates an HTML file that contains a Web representation of the report, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
An object to be represented as an HTML file.
Creates an HTML file that contains a Web representation of the report, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Exports the report to an image in JPG file format, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Writes the MHT version of a report to the specified HTTP response. An object should be passed to this method as a parameter.
A object specifying the HTTP response to which the file should be written.
An object to be represented as an MHT file.
Exports the report to the MHT format, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Exports the report to the PDF format, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Exports the report to the PDF format, and writes the output to the specified HTTP response. An object should be passed to this method as a parameter.
A object specifying the HTTP response to which the file should be written.
An object to be represented as an PDF file.
Exports the report to an image in PNG file format, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Exports the report to the RTF format, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Exports the report to the RTF format, and writes the output to the specified HTTP response. An object should be passed to this method as a parameter.
A object specifying the HTTP response to which the file should be written.
An object to be represented as an RTF file.
Exports the report to text, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Exports the report to text using the specified export type and text-specific export options, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
A specifying the appropriate file extension (e.g. "txt" or "csv").
A object which contains Text-specific export options.
Writes the text version of the current report to the specified HTTP response using the specified separator string, quotation and text encoding settings.
A object specifying the HTTP response to which the file should be written.
A specifying the appropriate file extension (e.g. "txt" or "csv").
A containing the symbols which will be used to separate the text elements of the report in the created text document. The default value is "\t".
true to quote (place quotation marks around) text elements which contain symbols that are the same as the specified separator string; otherwise, false. The default value is false.
A class descendant specifying the encoding of the created text document. The default value is System.Text.Encoding.Default.
Exports the report to an image in TIFF file format, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Exports the report to the XLS format, and writes the output to the specified HTTP response. An object should be passed to this method as a parameter.
A object specifying the HTTP response to which the file should be written.
An object to be represented as an XLS file.
Exports the report to the XLS format, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Exports the report to the XLSX format, and writes the output to the specified HTTP response. An object should be passed to this method as a parameter.
A object specifying the HTTP response to which the file should be written.
An object to be represented as an XLSX file.
Exports the report to the XLSX format, and writes the output to the specified HTTP response.
A object specifying the HTTP response to which the file should be written.
Represents a button within the control.
Initializes a new instance of the ReportToolbarButton class with default settings.
Initializes a new instance of the ReportToolbarButton class with the specified item type.
A enumeration value which defines the type of a toolbar item.
Initializes a new instance of the ReportToolbarButton class with the specified item type and a value indicating whether the item is enabled.
A enumeration value which defines the type of a toolbar item.
true if the button is enabled; otherwise, false.
Copies all the settings from the ReportToolbarButton object passed as the parameter.
A ReportToolbarButton object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets a value that indicates whether the button is enabled, allowing it to respond to end-user interactions.
true if the button is enabled; otherwise, false.
Gets or sets the URL of the image source for the ReportToolbarButton object.
A value specifying the URL representing the path to the image displayed within the ReportToolbarButton.
Gets or sets the URL of the image source, which is used when the ReportToolbarButton object is disabled (its property returns false).
A value specifying the URL representing the path to the image displayed within the disabled ReportToolbarButton.
Gets or sets the type of a particular report toolbar button.
A enumeration value which defines the type of a toolbar button.
Gets or sets the client-side script that executes when a button is clicked.
The client-side script that executes when a button is clicked.
Gets or sets the text displayed within the button.
A value representing the text displayed within the button.
Gets or sets the current toolbar button's tooltip text.
A string value which specifies the text content of the current toolbar button's tooltip.
Represents a default localizer to translate the 's resources.
Initializes a new instance of the ASPxReportsResLocalizer class with default settings.
Provides options that control the appearance of a 's labels.
Initializes a new instance of the ReportToolbarLabelStyle class with default settings.
Gets the margin settings of a 's labels.
A object.
Provides options that control the appearance of a 's combo boxes.
Initializes a new instance of the ReportToolbarComboBoxStyle class with default settings.
Applies the value of the property to the specified control.
An object.
Specifies the spacing between items in a 's combo boxes (in pixels).
An integer value.
Provides options that control the appearance of a 's combo box buttons.
Initializes a new instance of the ReportToolbarComboBoxButtonStyle class with default settings.
Gets the image that is shown for the drop-down button of a 's combo boxes.
A object.
Provides options that control the appearance of a 's buttons.
Initializes a new instance of the ReportToolbarButtonStyle class with default settings.
Specifies the height of a 's buttons.
A structure.
Specifies the width of a 's buttons.
A structure.
The base class for classes that control the appearance of a 's combo boxes.
Initializes a new instance of the ReportToolbarBoxStyle class with default settings.
Gets the margin settings of a 's combo boxes.
A object.
Provides options that control the appearance of a .
Initializes a new instance of the ReportToolbarStyles class with the specified Report Toolbar.
A object.
Gets the style settings of the 's buttons.
A object.
Gets the style settings of the 's combo box buttons.
A object.
Gets the style settings of the 's list box items.
A object.
Gets the style settings of the 's combo box lists.
An descendant.
Gets the style settings of the 's combo boxes.
A object.
Gets the style settings of the 's editors.
A object.
Gets the style settings of the 's labels.
A object.
Gets the style settings of the 's text boxes.
A object.
Contains settings that define the appearance of a Document Map's elements.
Initializes a new instance of the ReportDocumentMapStyles class with the specified owner.
A object.
Gets the style of a Document Map's elements that are in the disabled state.
A object.
Gets the style of a Document Map's links.
A object.
Gets the style settings of a Document Map's nodes.
A object.
Gets the style settings of a Document Map's nodes that receive the focus.
A object.
Gets the general style settings of a Document Map's elements.
An object.
Represents an object providing a means to localize the .
Initializes a new instance of the ASPxReportsLocalizer class with default settings.
Returns an XtraLocalizer object storing resources based on the thread's language and regional settings (culture).
An XtraLocalizer object, storing resources based on the thread's culture.
Returns an XtraLocalizer object representing resources based on the thread's language and regional settings (culture).
A object representing resources based on the thread's culture.
Returns a localized string for the given string identifier.
An enumeration value identifying the string to localize.
A corresponding to the specified identifier.
Represents a collection of objects.
Initializes a new instance of the ReportToolbarItemCollection class using the specified report toolbar.
A object which specifies the owner report toolbar. This value is assigned to the property.
Appends the specified object to the current collection.
A object to append to the collection.
An integer value indicating the position into which a new element was inserted.
Appends an array of toolbar items to the collection.
An array of objects to append to the collection.
Determines whether the collection contains the specified toolbar item.
A object to locate in the collection.
true if the collection contains the specified toolbar item; otherwise, false.
Returns the specified object's position within the collection.
A object to locate in the collection.
A zero-based integer which represents the object's position within the collection. -1 if the object doesn't belong to the collection.
Adds the specified toolbar item to the collection at the specified position.
A zero-based integer which specifies the position at which the toolbar item is to be inserted.
A object that specifies the toolbar item to insert into the collection.
Provides indexed access to individual items in the collection.
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
A object which represents the toolbar item at the specified position.
Removes the specified object from the collection.
A object to be removed from the collection.
Contains a client-side Report Toolbar's event list.
Initializes a new instance of the ReportToolbarClientSideEvents class with default settings.
For internal use only.
Overrides the property to hide it.
Always .
Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Toolbar's ItemClick event.
A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Toolbar's ItemValueChanged event.
A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
Contains values corresponding to strings that can be localized for the .
The name of the CSV format that is shown in the 's drop-down list of export formats.
Default value: "Csv"
The name of the MHT format that is shown in the 's drop-down list of export formats.
Default value: "Html"
The name of the MHT format that is shown in the 's drop-down list of export formats.
Default value: "Mht"
The name of the PDF format that is shown in the 's drop-down list of export formats.
Default value: "Pdf"
The name of the PNG format that is shown in the 's drop-down list of export formats.
Default value: "Png"
The name of the RTF format that is shown in the 's drop-down list of export formats.
Default value: "Rtf"
The name of the TXT format that is shown in the 's drop-down list of export formats.
Default value: "Txt"
The name of the XLS format that is shown in the 's drop-down list of export formats.
Default value: "Xls"
The name of the XLSX format that is shown in the 's drop-down list of export formats.
Default value: "Xlsx"
The caption of the negative value displayed in the that is shown for Boolean parameters in the Parameters user interface.
Default Value: "False"
The caption of the Reset button in the Parameters user interface.
Default Value: "Reset"
The caption of the Submit button in the Parameters user interface.
Default Value: "Submit"
The caption of the positive value displayed in the that is shown for Boolean parameters in the Parameters user interface.
Default Value: "True"
The caption of the Cancel button in the 's Search dialog.
Default Value: "Cancel"
The caption of the Match case check box in the 's Search dialog.
Default Value: "Match case"
The access key of the Match case option in the 's Search dialog.
Default Value: "c"
The caption of the Down search direction check box in the 's Search dialog.
Default Value: "Down"
The access key of the Down search direction option in the 's Search dialog.
Default Value: "d"
The caption of the Find Next button in the 's Search dialog.
Default Value: "Find Next"
The caption of the Find What field in the 's Search dialog.
Default Value: "Find@nbsp;what"
The access key of the Find What field in the 's Search dialog.
Default Value: "n"
The caption shown after the searching is finished in the 's Search dialog.
Default Value: "Finished searching the document."
The caption of the header in the 's Search dialog.
Default Value: "Search"
The caption of the Up search direction check box in the 's Search dialog.
Default Value: "Up"
The access key of the Up search direction option in the 's Search dialog.
Default Value: "u"
The caption of the Whole Word check box in the 's Search dialog.
Default Value: "Match whole word only"
The access key of the Whole Word option in the 's Search dialog.
Default Value: "w"
The caption of the 's navigation button.
Default value: "First Page"
The caption of the 's navigation button.
Default value: "Last Page"
The caption of the 's navigation button.
Default value: "Next Page"
The caption of the 's label.
Default value: "of"
The caption of the 's label.
Default value: "Page"
The caption of the 's navigation button.
Default value: "Previous Page"
The caption of the 's button.
Default value: "Print the current page"
The caption of the 's button.
Default value: "Print the report"
The caption of the 's button.
Default value: "Export a report and save it to the disk"
The caption of the 's button.
Default value: "Export a report and show it in a new window"
The caption of the 's button.
Default value: "Display the search window"
Provides data for the event.
Specifies a custom editor for the parameter.
An descendant that is the parameter's editor.
Gets the parameter, for which a custom editor is being provided.
A object.
For internal use.
A Boolean value.
Provides user interface for showing the parameters panel on a Web page, to request report parameters on the client-side.
Initializes a new instance of the ReportParametersPanel class with default settings.
Enables support for Section 508.
true to enable support for Section 508; otherwise, false.
Specifies the name of a client-side instance of the ReportParametersPanel.
A value.
Specifies the width of the ReportParametersPanel control's buttons container, in percents.
An structure.
Occurs when standard editors are created for the report parameters, according to their types.
Disposes of the ReportParametersPanel object.
Specifies the instance with which a ReportParametersPanel is associated.
A object.
Specifies the ID of the instance with which a ReportParametersPanel is associated.
A value, specifying the Report Viewer's ID.
Specifies the path to the CSS file, storing styles for a Document Map's elements.
A value, representing the path to the CSS file.
Provides access to the style settings that define the appearance of button elements used by the ReportParametersPanel control.
A object that contains style settings.
Provides access to style settings of a Document Map's editors.
An object.
Provides a user interface for showing the document map on a Web page, to provide client-side navigation through a report.
Initializes a new instance of the ReportDocumentMap class with default settings.
Enables support for Section 508.
true to enable support for Section 508; otherwise, false.
Specifies whether or not the node selection is available to the Document Map.
true if nodes can be selected; otherwise false.
Specifies the name of a client-side instance of the ReportDocumentMap.
A value.
This property is not in effect for the ReportDocumentMap class.
A object.
Specifies whether or not animation is available when expanding/collapsing nodes in a Document Map.
true if animation is used; otherwise, false.
Specifies whether or not nodes of a Document Map can visually respond to mouse hovering.
true if nodes can be hot-tracked; otherwise, false.
Provides access to the images that define the look of a Document Map's nodes.
A object.
Gets or sets the delay between starting an asynchronous operation and displaying the loading panel.
An integer value that specifies the delay before displaying the loading panel, in milliseconds.
Specifies the position of an image displayed within a loading panel with respect to the panel's text content.
An enumeration value.
Specifies the text displayed within a loading panel while waiting for a callback response.
A value.
Specifies the instance with which a ReportDocumentMap is associated.
A object.
Specifies the ID of the instance with which a ReportDocumentMap is associated.
A value, specifying the Report Viewer's ID.
Specifies whether or not a Loading Panel is displayed within a Document Map while waiting for a callback response.
true if a Loading Panel is allowed to be displayed; otherwise, false.
Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.
true if an image is allowed to be displayed within the loading panel; otherwise, false.
Specifies whether or not tree lines are displayed within a Document Map.
true to display tree lines; otherwise, false.
Provides access to the style settings that control the appearance of a Document Map's elements.
A object.