DevExpress.XtraReports.v17.2 Lists the available report serialization formats. The report is saved in CodeDOM format. For internal use. The report is saved in XML format. Lists the categories of reports available in the Template Wizard. A category containing templates for invoice reports. A category containing templates for sales reports. Provides customization settings to desktop versions of the End-User Report Designer (WinForms and WPF). Initializes a new instance of the Settings class with the default settings. Provides access to the default Settings instance. A Settings object. Use the property instead. A Boolean value. Provides access to the settings specifying the saving format for report files in an End-User Report Designer for WinForms. A object. Provides access to the customization settings of desktop End-User Report Designer versions. A object. Provides settings specifying the saving format for report files in an End-User Report Designer for WinForms. Initializes a new instance of the StorageOptions class with the default settings. For internal use. Specifies the directory to which a refers when the property is assigned a relative path to the report definition file. A value, specifying the relative path to a directory where the report definition file is located. Specifies the format for serializing reports in the End-User Report Designer for WinForms. A enumeration value. Specifies whether to save the opened reports using their original serialization format (CodeDOM or XML). true, to maintain the original report format; false, to save all reports in XML format. Provides customization settings to desktop versions of the End-User Report Deisgners. Initializes a new instance of the UserDesignerOptions class with the default settings. Specifies whether end-users are prompted to convert a legacy report to use expression bindings when opening it in the End-User Report Designer. A enumeration value. Specifies the binding mode used to provide dynamic content to reports. A enumeration value. Specifies whether end-users are allowed to load untrusted reports with potentially dangerous content in a desktop reporting application. A enumeration value. Specifies whether to use camel case for spelling property names in the Property Grid of an End-User Report Designer. true, to spell property names using white spaces (e.g., "Printer Name"); false, to spell property names using camel case (e.g., "PrinterName"). Lists the options that define whether end-users are allowed to load untrusted reports with potentially dangerous content in desktop reporting applications. Forbid loading untrusted reports by end-users via application GUI. Permit loading untrusted reports by end-users via application GUI. Ask for an end-user's permission on every attempt to load an untrusted report. Provides information about the current state of the Report Gallery. Initializes a new instance of the GalleryState class with the default settings. Restores the Report Gallery state from the specified stream. A from which the Report Gallery state is read. true, if the Report Gallery state has been successfully restored; otherwise, false. Provides access to the collection that contains IDs of expanded nodes. A collection of strings that specify IDs of expanded nodes. Saves the Report Gallery state to the specified stream. A to which the Report Gallery state should be written. Provides information about an item within the Report Gallery. Initializes a new instance of the GalleryItem class with the default settings. For internal use. Specifies the content of a Report Gallery item. A array that stores the item content. Specifies the display name of a Report Gallery item. A value that specifies the item display name. Specifies the unique identifier of a Report Gallery item. A value that specifies the item ID. Specifies whether or not a Report Gallery item is a container for other items. true, if the current item is a container; otherwise, false. Specifies whether or not a Report Gallery item is a root container. true, if the current item is a root container; otherwise, false. Specifies the type of a Report Gallery item. A value that specifies the item type. Specifies the unique identifier of a corresponding root node. A value. Provides information about the Report Gallery that allows you to store common report controls, styles, data sources and full report layouts, and re-use them in different reports. Initializes a new instance of the Gallery class with the default settings. Copies items from the specified collection to the current collection. A collection whose objects should be copied. Restores a Report Gallery from the specified stream. A from which Report Gallery settings are read. true, if the Report Gallery has been successfully created; otherwise, false. Returns the ID of the next Report Gallery item. A value that specifies the item ID. Provides access to the collection of Report Gallery items. A collection of objects. Specifies the ID of the last available Report Gallery item. An integer value that specifies the item ID. Saves the Report Gallery to the specified stream. A to which the Report Gallery should be written. Provides the functionality required to implement a custom storage for the Report Gallery. Registers the specified Report Gallery storage extension to be used by all End-User Designers within the current application. A class descendant. Saves the specified Report Gallery to the storage. An object that specifies the Report Gallery. Saves the state of the Report Gallery to the storage. An object that provides information about the Report Gallery state. Loads the specified Report Gallery from the storage. An object that specifies the Report Gallery. true, if the Report Gallery has been successfully restored; otherwise, false. Loads the Report Gallery state from the storage. An object that provides information about the Report Gallery state. true, if the Report Gallery state has been successfully restored; otherwise, false. The base for the and classes. Copies all the settings from the StyleFlagsBase object passed as the parameter. A StyleFlagsBase object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. Creates a copy of the current StyleFlagsBase object. A StyleFlagsBase object which is a copy of the current object. Determines whether the specified object is equal to the current StyleFlagsBase instance. The object to compare with the current object. true if the specified object is equal to the current StyleFlagsBase instance; otherwise false. Gets the hash code (a number) that corresponds to the value of the current StyleFlagsBase object. An integer value representing the hash code for the current object. The base for and classes. Applies the filter string assigned to the property, to a report's data source using the current values of parameters. Occurs when the height of any band in the collection returned by the property changes. Gets the collection of bands contained in a report. A object that is the collection of bands contained in a report. For internal use. Creates a band of the specified type. A enumeration value. A descendant of the specified type. Gets the index of the current data row in a report's . An integer value which represents the index of the current data row. Specifies the data adapter that should be used to populate a report's data source. A which represents the report's data adapter. Gets or sets a specific list in a report's data source. A representing a list in a report's . Gets or sets a data source object that provides data for a master or detail report, as well as to the charts and pivot grids it contains. An object representing the report's data source. Occurs before report generation, to specify a data source for the report. Occurs when the current row in the report's data source has been changed. For internal use. For internal use. For internal use. Populates a data source, which is assigned to a report's property. Specifies the criteria used to filter data in a report. A value, specifying the filter criteria. Obtains the real name of a data field, based on the field's display name. A value. A value. Gets the current value of the specified column in the report's . A , which specifies the name of the column whose value is to be obtained. An object which represents the current value of the specified column in the data source. If the specified column was not found, this method returns null (Nothing in Visual Basic). Gets the current value (strongly typed) of the specified column in the report's . A value, specifying the column name. A <T> object that corresponds to the current value of the specified column in the data source. If the specified column was not found, this method returns null (Nothing in Visual Basic). Returns the current data row in the report's data source. A value (if the report's data source is a ), or a collection item (if the report's data source is an object implementing the interface). Gets the next value of the specified column in the report's . A , which specifies the name of the column whose value to be obtained. An object which represents the next value of the specified column in the data source. If the specified column was not found, this method returns null (Nothing in Visual Basic). Gets the next value (strongly typed) of the specified column in the report's . A value, specifying the name of the column whose value to be obtained. A <T> object that corresponds to the next value of the specified column in the data source. If the specified column was not found, this method returns null (Nothing in Visual Basic). Returns the next data row in the report's data source. A value (if the report's data source is a ), or a collection item (if the report's data source is an object implementing the interface). Gets the previous value of the specified column in the report's . A , which specifies the name of the column whose value to be obtained. An object which represents the previous value of the specified column in the data source. If the specified column was not found, this method returns null (Nothing in Visual Basic). Gets the previous value (strongly typed) of the specified column in the report's . A , specifying the name of the column whose value to be obtained. A <T> object that corresponds to the previous value of the specified column in the data source. If the specified column was not found, this method returns null (Nothing in Visual Basic). Returns the previous data row in the report's data source. A value (if the report's data source is a ), or a collection item (if the report's data source is an object implementing the interface). For internal use. For internal use. A delegate. For internal use. For internal use. Gets the ordered collection of bands contained in a report. An object that specifies the ordered collection of bands contained in the report. For internal use. For internal use. Provides access to options that define a report's print-out. A object. Gets the total amount of data rows in a report's . An integer value representing the total amount of data rows in a data source. Provides access to the report's scripts. An object. For internal use. For internal use. For internal use. For internal use. For internal use. Specifies the path to an XML file that should be used as the report's data source. A value, specifying the full path (including the file name and extension) to the XML file. A watermark in a report. Initializes a new instance of the class with default settings. Specifies the watermark picture. A object. Specifies which multi-column properties will be taken into account if the multi-column feature is enabled. Multicolumn printing is disabled. Multicolumn printing is enabled and uses the property's value. The property's value is ignored in this case, and the width of the columns is calculated automatically based upon the property's value and the page's width. Multicolumn printing is enabled and uses the property's value. The property's value is ignored in this case, and the number of the columns is calculated automatically based upon the property's value and the page's width. Stores the report grouping settings while running the Report Wizard. Initializes a new instance of the GroupingLevelInfo class with the specified data columns. An array of objects. Provides access to the data columns used as grouping criteria for the current grouping level. An array of objects. Checks whether or not a grouping level contains the specified data column. A value, specifying the data column name. true, if the grouping level contains the specified column; otherwise, false. Gets the display name of a grouping level. A value, specifying the grouping level display name. Determines whether the specified object is equal to the current GroupingLevelInfo instance. The object to compare with the current object. true, if the specified object is equal to the current GroupingLevelInfo instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Specifies the scripting language in which all the scripts in this object are written. All the scripts in a report object have to be in the same language. The C# programming language will be used in the current report's scripts. The Java Script programming language will be used in the current report's scripts. The Visual Basic .NET programming language will be used in the current report's scripts. The base for the and classes. For internal use. For internal use. Specifies whether the PageBand should be printed on the same page with Report Header and Report Footer bands. A enumeration value, which specifies the method of printing the PageBand. Enables you to register custom functions in the End-User Report Designer's Expression Editor. Registers the specified custom functions in the Expression Editor in the End-User Report Designer. A collection of objects specifying custom functions to register. Unregisters a custom function with the specified name from the End-User Report Designer's Expression Editor. A object that the name of a custom function to unregister. true, if a custom function with the specified name has successfully been removed from the Expression Editor; otherwise, false. A collection of objects. Initializes a new instance of the ColumnSummariesSet class with the specified settings. A collection of objects. Initializes a new instance of the ColumnSummariesSet class with the default settings. Adds the specified object to the collection. A object to be added to the collection. true, if the specified object has been successfully added; otherwise, false. Clears the collection. Creates a new ColumnSummariesSet instance, which is a copy of the current instance. A new object, which is a copy of the current instance. Determines whether or not the specified object is a member of the collection. The object to locate in the collection. true, if the specified object is a member of the collection; otherwise, false. Copies the entire collection to a one dimensional array starting at the specified index of the target array. A one-dimensional array that is the destination for the objects copied from the collection. An integer value specifying the zero-based index in the target array at which copying begins. Gets the number of elements in the collection. An integer value that specifies the total number of objects in the collection. Returns an enumerator that iterates through a collection. An enumerator object that can be used to iterate through the collection. Removes the specified object from the collection. A object to be removed. true, if the specified object has been successfully removed; otherwise, false. Provides the multi-column functionality for reports. Gets or sets how many columns are present in each detail band when multicolumn printing is enabled. An integer value specifying the number of columns. The value should be equal to or greater than 1. Gets or sets the amount of space between the columns when multi-column reports are printed. A value specifying the spacing between the columns. This value is measured in report units. Gets or sets the widths of the columns when printing muli-column reports. A value representing the width of one column in a multicolumn report. This width is measured in report units. This property has become obsolete. Use the property instead. A enumeration value. Specifies the layout direction for columns in a multi-column report. A enumeration value. Gets or sets the mode in which the multicolumn reports will be printed. One of the enumeration's values which specifies the multicolumn mode. Specifies the order in which the detail band is printed on a page when the multi-column mode is enabled. The detail bands are printed horizontally, then vertically (in rows). The detail bands are printed vertically, then horizontally (in columns). Specifies which formula is used to calculate the checksum for the MSI bar code. The checksum is calculated with respect to base 10 twice. The checksum is calculated with respect to base 10. The checksum is not calculated. Provides Report Wizard settings. Initializes a new instance of the ReportWizardSettings class with the default settings. Specifies whether or not to expand complex fields, displaying the nested fields they contain. true, to expand complex fields displaying their contents; otherwise, false. Specifies whether or not to use a newer Report Wizard version that enables creating master-detail reports and specify its grouping and summary options. true, to use the master-detail Report Wizard version; false, to use the standard Report Wizard version. The class used to generate a UPC-E0 bar code. Initializes a new instance of the class with default settings. Represents the class used to generate an UPC A bar code. Initializes a new instance of the class with default settings. Represents the class used to generate a PostNet bar code. Initializes a new instance of the class with default settings. Represents the class used to generate an Interleaved 2 of 5 bar code. Initializes a new instance of the class with default settings. Represents the class used to generate an Industrial 2 of 5 bar code. Initializes a new instance of the class with default settings. Represents the class used to generate an EAN 8 bar code. Initializes a new instance of the class with default settings. Represents the class used to generate an EAN 13 bar code. Initializes a new instance of the class with default settings. Represents the class used to generate an EAN 128 bar code. Initializes a new instance of the class with default settings. Gets or sets the value specifying the charset type for the EAN-128 bar code. A enumeration value that specifies a charset to be used. The class used to generate a MSI bar code. Initializes a new instance of the class with default settings. Gets or sets the value which specifies the checksum type for the MSI bar code. One of the enumeration's values. Represents the class used to generate a Code 93 bar code. Initializes a new instance of the class with default settings. Represents the class used to generate a Code 93 Extended bar code. Initializes a new instance of the class with default settings. Represents the class used to generate a Code 39 bar code. Initializes a new instance of the class with default settings. Represents the class used to generate a Code 39 Extended bar code. Initializes a new instance of the class with default settings. The class used to generate a Code 128 bar code. Initializes a new instance of the class with default settings. Gets or sets the value specifying the charset type for the Code 128 bar code. One of the enumeration's values specifying the charset used. Represents the class used to generate a Code 11 bar code. Initializes a new instance of the class with default settings. Represents the class used to generate a Codabar bar code. Initializes a new instance of the class with default settings. Gets or sets the value specifying the first (start) and last (stop) symbols used to code the Codabar bar code's structure. One of the enumeration's values specifying the pair of start and stop symbols used. Renders a numeric postal code that is used to identify the mail address in some countries. This control is not related to the Zone Improvement Plan (ZIP) code used by the United States Postal Service. Initializes a new instance of the class with default settings. For internal use. Gets or sets the width of the lines that the numbers in a zip code control are drawn with. An integer value specifying the width (in pixels) of an object's lines. Specifies the text to be encoded by the XRZipCode control. A value, specifying the control's text. For internal use. For internal use. For internal use. Provides a presenter to the Select the Data Binding Mode page of the Report Wizard. Initializes a new instance of the ChooseObjectBindingModePageEx<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. An enumeration value. Initializes a new instance of the ChooseObjectBindingModePageEx<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. An enumeration value. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. If implemented by a class, provides methods to obtain the information about a data source from the database. Fills the data source schema. A object. A object. A object. A value, specifying the table name. Returns the table rows available in a data source schema. A object. A value, specifying the collection name. A value, specifying the restriction level. A value, specifying the parameter name. An array of objects. Returns the SELECT query string from a data source schema. A object. A value, specifying the table name. A value, specifying the table schema name. An array of values, specifying the column names. A value. Returns the SELECT query string from a data source schema. A object. A value, specifying the table name. A value, specifying the table schema name. A value. Obtains column names from the specified data table. A object. A value. A value. An array of values. Builds a SQL query string to obtain data from a data source. Builds the specified SELECT query command. A value, specifying the table name. A value, specifying the table schema name. An array of values, specifying column names. A value, specifying the prefix. A value, specifying the suffix. A value. A Report Wizard's data provider that works with object model data sources (e.g., Entity Framework or XPO). Initializes a new instance of the ObjectDataProvider class with the specified data source and data member. A value. A value. Initializes a new instance of the ObjectDataProvider class with the specified data source. A value. Returns a collection of columns available in a data source. A value, specifying the data member. A collection of objects. Returns data available in a data source. A value, specifying the data member. A value. Returns a collection of tables available in a data source. A collection of objects. Returns a collection of views available in a data source. A collection of objects. For internal use. Specifies whether a data source is table-based (e.g., a database), or object-model-based (e.g., an XPO object). true if the data source is table-based; otherwise false. A helper class that obtains the information about a data source from the database. Initializes a new instance of the DbSchemaHelper class with the default settings. Fills the data source schema. A object. A object. A object. A value, specifying the table name. Returns the column name from a data source schema. A object. A value. Returns the table rows available in a data source schema. A object. A value, specifying the collection name. A value, specifying the restriction level. A value, specifying the parameter name. An array of objects. Returns the SELECT query string from a data source schema. A object. A value, specifying the table name. A value, specifying the table schema name. An array of values, specifying the column names. A value. Returns the SELECT query string from a data source schema. A object. A value, specifying the table name. A value, specifying the table schema name. A value. Returns an array of table column names available in a data source schema. A object. A value, specifying the table name. A value, specifying the schema name in the database. An array of values. Specifies the character set used for coding the Code 128 bar code structure. The "A" character set will be used for coding a bar code. The character set will be chosen automatically according to the assigned to the bar code. The "B" character set will be used for coding a bar code. The "C" character set will be used for coding a bar code. Specifies the first (start) and last (stop) symbols used to code the Codabar bar code structure. The first element in a bar code is "A" and the last element is "T". The first element in a bar code is "B" and the last element is "N". The first element in a bar code is "C" and the last element is "*". The first element in a bar code is "D" and the last element is "E". The are no start (first) and stop (last) elements used in a bar code. Lists the ranges to which values in the Template Report can be applied. For internal use. A value is not taken into account. A value is applied to an entire report. A value is applied to individual lines. Specifies how the Windows Forms control that is embedded using a should be drawn in a report. Use the WM_PAINT message to draw the Windows Forms control. Use the WM_PAINT message to recursively draw the Windows Forms control and all its child controls. Use the WM_PRINT message to draw the Windows Forms control. Use the WM_PRINT message to recursively draw the Windows Forms control and all its child controls. Displays a bar code in a report. Initializes a new instance of the XRBarCode class with the default settings. Gets or sets the alignment of the barcode object in the control rectangle. A enumeration value that specifies how the barcode is aligned in the control. Gets or sets whether the Module property value should be calculated automatically based upon the barcode's size. true if the barcode's module is calculated automatically; otherwise, false. Gets or sets how a barcode should be rotated in a report. A enumeration value specifying the angle at which a barcode is rotated. Gets or sets the byte array to be coded into a bar code. An array of values to be coded into a bar code. For internal use. Returns an object representing the default padding value for the XRBarCode class. A object representing the default padding for a barcode. Gets or sets the width of the narrowest bar or space in the current XRBarCode instance (measured in report units). The width of the narrowest bar or space (measured in report units). For internal use. Specifies how to process report controls with duplicate values. A enumeration value. Specifies whether to process duplicate values of the , or property. A enumeration value. Specifies how to process a Bar Code control receiving a null value from a connected data source. A enumeration value. Gets or sets a value indicating whether the text is displayed in the control. true if the text is displayed; otherwise, false. Gets or sets the symbology (code type) for the bar code and the text displayed in the control. A class descendant which defines the symbology for the current XRBarCode control. Gets or sets the textual information to be coded into a barcode. A value to be coded into a barcode. Gets or sets the barcode's text alignment. A enumeration value that specifies how the text is aligned within the barcode. Specifies the output format for the bar code's text. A string containing the output format for the bar code's text. Indicates whether or not the bar code is correctly rendered. A enumeration value, identifying the error ( if the bar code validation succeeds). For internal use. For internal use. Contains names of the scripts for an control. For internal use. For internal use. Provides serialization functionality in the XtraReports Suite. Initializes a new instance of the SerializableString class with the default settings. Initializes a new instance of the SerializableString class with the specified value. A that specifies the value to be serialized. For internal use. A value. A System.String.Empty value. A report band containing a nested detail report. Initializes a new instance of the class with default settings. Specifies a control used to expand/collapse the current report band. An object specifying a report control. Specifies whether the current report band is expanded or collapsed when using the automatic drill down feature. true, if the band is expanded; otherwise, false. Specifies the order of several DetailReportBand objects in a report. An integer value indicating the relative position of several DetailReportBand objects. The base class for classes that assist in accessing a Silverlight Report Wizard's data sources using a connection string. Initializes a new instance of the DbConnectionDataProvider class with the specified settings. A object. A object. An array of objects that implement the interface. Disposes the DbConnectionDataProvider object. Returns a collection of columns available in a data source. A value, specifying the data member. A collection of objects. Returns data available in a data source. A value, specifying the data member. A value. Returns a collection of tables available in a data source. A collection of objects. Returns a collection of views available in a data source. A collection of objects. For internal use. Specifies whether a data source is table-based (e.g., a database), or object-model-based (e.g., an XPO object). true if the data source is table-based; otherwise false. A method that will handle the and events. Represents a method that will handle the and events. An object of any type that triggers the or event. A object that provides data for the and events. Contains settings that define the sorting of groups by summary function results. Initializes a new instance of the XRGroupSortingSummary class with the default settings. Specifies whether the summary function is enabled. true if the summary function is enabled; otherwise, false. Specifies the data field, for which the summary function is calculated. A value, specifying the data field name. Specifies the arithmetic function to calculate. A enumeration value. Specifies whether null values should be ignored when a summary is calculated. true to ignore null values; otherwise, false. Specifies the sorting direction for groups. An enumeration value. A method that will handle the event. A method that will handle the event. The event source. A object that contains data related to the event. Provides data for the event. Initializes a new instance of the GroupSortingSummaryRowChangedEventArgs class with the specified settings. A , specifying the data row. A , specifying the data field's value. Provides access to a data field, whose data can be used in calculating a custom summary for sorting groups. A representing a data field. Provides access to a data row, whose data can be used in calculating a custom summary for sorting groups. A representing a data row. A method that will handle the event. A method that will handle the event. The event source. A object that contains data related to the event. Provides data for the event. Initializes a new instance of the GroupSortingSummaryGetResultEventArgs class with the specified settings. An array of values, that corresponds to all the values automatically calculated by this moment. This value is assigned to the property. Gets an array of values which can be used to calculate a custom summary. An array of values to be used for a custom summary. Specifies whether or not the event was handled. If so, the custom summary value is assigned to the property. true, if the custom summary value is calculated; otherwise, false. Gets or sets the result of a custom summary for sorting groups. A which represents the resulting summary value. Lists the summary functions available for sorting groups by summary results. Calculates the average of all the values within the group. Counts the number of values within the group. Calculates the custom summary using the , and events. Calculates the average of all the distinct values within the group. Counts the number of distinct values within the group. Calculates the standard deviation of all the distinct values within the group. Calculates the standard population deviation of all the distinct values within the group. Calculates the total of all the distinct values within the group. Calculates the amount of variance for all the distinct values within the group. Calculates the population variance of all the distinct values within the group. Calculates the maximum of all the values within the group. Finds the middle number within a sequence. Note that if the total number of elements is odd, this function returns the value of a middle number in a sequence. If the total number of elements is even, this function returns the arithmetical mean of the two middle numbers. Calculates the minimum of all the values within the group. Calculates the standard deviation of all the values within the group. Calculates the standard population deviation of all the values within the group. Calculates the total of all the values within the group. Calculates the amount of variance for all the values within the group. Calculates the population variance of all the values within the group. A collection of objects. Initializes a new instance of the class. An object which will be the container for the created collection. Provides data for the event. Initializes a new instance of the PivotCustomColumnWidthEventArgs class with the specified settings. A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object. An integer value. Gets the visual index of the column that contains the processed cell. A zero-based integer value which specifies the visual index of the column that contains the processed cell. Specifies the width of the current column. An integer value, specifying the column width. Returns a cell value calculated for the specified row field value, against the specified data field. A zero-based integer value that specifies the index of a row where the cell resides. A value displayed in the specified cell. Gets the number of rows in the pivot grid. An integer value, specifying the total number of rows. Provides data for the event. Initializes a new instance of the PivotCustomRowHeightEventArgs class with the specified settings. A DevExpress.XtraPivotGrid.Data.PivotFieldValueItem object. An integer value. Gets the number of columns in the pivot grid. An integer value, specifying the total number of columns. Returns a cell value calculated for the specified column field value, against the specified data field. A zero-based integer value that specifies the index of a column where the cell resides. A value displayed in the specified cell. Specifies the height of the current row. An integer value, specifying the row height. Gets the visual index of the row that contains the processed cell. An integer value, specifying the visual index of the row that contains the processed cell. Determines the settings of a Windows Forms control assigned to a . Initializes a new instance of the WindowControlOptions class with the default settings. Specifies the rendering mode of a Windows Forms control hosted in the WindowControlOptions. A enumeration value. For internal use. A enumeration value. For internal use. A enumeration value. For internal use. A Boolean value. Provides a presenter to the Specify Summary Options (Multi-Query Version) page of the Report Wizard. Initializes a new instance of the MasterDetailChooseSummaryOptionsPage<TModel> class with the specified page view. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. If implemented, provides a view for the Specify Summary Options (Multi-Query Version) page of the Report Wizard. Occurs when the collection of currently selected summaries is changed. If implemented, fills the Summary functions drop-downs with available summary types. An object that contains information about selected summary functions. If implemented, specifies the state of the Ignore null values check box. true, to activate the check box; otherwise, false. If implemented, initializes a wizard page with the list of available queries. A collection of objects. If implemented, specifies a query selected on a wizard page. A object. Occurs when a query selected on a wizard page is changed. If implemented, fills the Fields drop-downs with available columns. An array of objects. Provides options for templates available in the Report Wizard. Initializes a new instance of the TemplateOptions class with the defaut settings. Creates a copy of the current TemplateOptions object. A TemplateOptions object which is a copy of the current object. Specifies the index of the selected currency pattern. An index of the selected currency pattern. Specifies the selected currency symbol. A string that specifies the currency symbol. Specifies to which range a discount value should be applied. A enumeration value. Specifies the selected discount value type. A enumeration value. Determines whether or not the specified object is equal to the current TemplateOptions instance. The object to compare with the current object. true, if the specified object is equal to the current TemplateOptions instance; otherwise, false. Gets the hash code that corresponds to the value of the current TemplateOptions object. An integer value representing the hash code for the current object. Specifies whether the tax value is included in the price values. A value that specifies whether the tax value is included in the price values. Specifies to which range a tax value should be applied. A enumeration value. Specifies the selected tax value type. A enumeration value. Lists values that specify whether and how to convert legacy reports to the new binding mode when opening them in the End-User Report Designer. Legacy reports are not converted to use expression bindings. Users are prompted to convert legacy reports to use expression bindings. Legacy reports are automatically converted to use expression bindings. The class used to generate a UPC Supplemental 5 bar code. Initializes a new instance of the class with default settings. For internal use. Creates a data source with the specified parameters. An object implementing the interface. A value. A value. Specifies how the control should be internally rendered in a report. The control is rendered as a bitmap. In this case the quality of the rendered image is sometimes poor, but it allows a control to be drawn more precisely. The control is rendered as a metafile. In this case the quality of the rendered image is always good, but in some cases some details of the control may be lost. For internal use. Assists the XtraReports Suite localization. Initializes a new instance of the ResFinder class with the default settings. Stores the information about selected data columns while running the Report Wizard. Initializes a new instance of the ColumnInfoCache class with the default settings. Specifies the collection of selected data columns while running the Report Wizard. A collection of objects. A default localizer to translate the XtraReports' resources. Initializes a new instance of the ReportResLocalizer class with the default settings. Enables you to localize the user interface elements of XtraReports. Initializes a new instance of the ReportLocalizer class with the default settings. Specifies a localizer object providing localization of the XtraReports Suite interface at runtime. An descendant, used to localize the user interface at runtime. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). An object, storing resources based on the thread's language and regional settings (culture). For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). An object, storing resources based on the thread's language and regional settings (culture). The default localizer object. Returns a localized string for the given string identifier. A enumeration value, identifying the string to localize. A value, corresponding to the specified identifier. Provides data for the event. Provides access to the list of components that will be saved along with a report's layout into a REPX file. An object, which implements the interface, representing the components to be saved. Lists the values specifying whether to process duplicate values of a report control's data, or its property values. The property is in effect for the property of a report control. The property is in effect for the reports control's data. Lists the values specifying how to process report controls with duplicate values. A control is always printed. The identical data values are merged into a single column.This setting is in effect for the property that is specified via the option. If a control receives an identical value, a blank space is printed instead. If a control receives an identical value, it is not printed (without adding blank space in its place).This setting has no effect on intersecting controls. Lists the types for template field values available in the Template Wizard. A value is a percent of the original value as a decimal fraction. For internal use. A value is fixed, meaning that it is applied to individual items and does not depend on the item quantity. A value is flat, meaning that it is applied to line subtotals. A value is a percent of the original value as a fraction of 100. Contains names of the scripts for an control. Initializes a new instance of the XRLineScripts class with the specified control. An object. For internal use. Provides data for the event. Gets a component for which an event has occurred. An object implementing interface. Provides access to properties of the current component. An object that implements the interface. The base for classes that provide functionality to the control levels. Initializes a new instance of the XRTableOfContentsLevelBase class with the default settings. Specifies the background color of a Table of Contents level. A structure. Defines the font used to draw text within the Table of Contents control. A object. Specifies the foreground color of a Table of Contents level. A structure. Specifies the height of the level. A value. Specifies the padding of the level. A object. A collection of levels assigned to a Table of Contents. Initializes a new instance of the XRTableOfContentsLevelCollection class with the specified . An object. The title of a Table of Contents. Initializes a new instance of the XRTableOfContentsTitle class with the default settings. Specifies the text for the title. A value. Specifies the text alignment for the title. A enumeration value. An individual level in a Table of Contents. Initializes a new instance of the XRTableOfContentsLevel class with the default settings. Specifies the indent for the level to highlight the hierarchy of the bookmarks assigned to various elements of a document. A value. Specifies the leader symbol for the level. A structure, specifying the leader symbol. A container for DevExpress and third-party Windows Forms controls, as well as controls implementing the interface and documents created using printing links. Initializes a new instance of the PrintableComponentContainer class with the default settings. Overrides the property. A structure, specifying the background color of the control. Overrides the property. A structure, specifying the background color of the control. Overrides the property. A enumeration value. Overrides the property. A enumeration value. Overrides the property. A value. Specifies whether to clip the content which does not within the PrintableComponentContainer's bounds, or increase the control's dimensions to display the content in full. true to clip the excessive content; otherwise false. For internal use. For internal use. Specifies the inner spacing between the borders of the PrintableComponentContainer and the content it displays. A object. Used to assign a Windows Forms control or a printing link to a PrintableComponentContainer at runtime. A value. Occurs when a new component has been assigned to the PrintableComponentContainer. For internal use. For internal use. For internal use. For internal use. For internal use. Occurs when a new object has been assigned to the PrintableComponentContainer. Provides access to an object containing options that detail the drawing of a Windows Forms control assigned to the PrintableComponentContainer. A object. A Cross-Band Line control. Initializes a new instance of the XRCrossBandLine class with the default settings. For internal use. For internal use. For internal use. For internal use. For internal use. Gets or sets the style used to draw a cross-band line. A enumeration value that represents the line style. For internal use. A collection of objects. Initializes a new instance of the XRCrossBandControlCollection class. An object which will be the container for the created collection. Appends the specified cross-band control to the current collection. An object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of cross-band controls to the collection. An array of objects to append to the collection. Determines whether the collection contains the specified cross-band control. An object to locate in the collection. true if the collection contains the specified cross-band control; otherwise, false. Returns the specified object's position within the collection. An 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. 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. An object which represents the cross-band control at the specified position. Provides access to individual items in the collection by their names. A value specifying the name of the cross-band control to get. An object which represents the cross-band control with the specified name. Removes the specified cross-band control from the collection. An object to be removed from the collection. The base for controls which are not restricted to a particular Band, but are drawn across multiple bands based on the specified start and end points. Initializes a new instance of the XRCrossBandControl class with the default settings. This event is not available for the XRCrossBandControl class. This event is not available for the XRCrossBandControl class. For internal use. For internal use. For internal use. For internal use. For internal use. This event is not available for the XRCrossBandControl class. Gets or sets a band, from which a cross-band control finishes its drawing. A object, representing a band where the control's ending point lies. For internal use. Gets or sets the ending point where the control ends drawing. A object, representing a point where the drawing finishes. For internal use only. Specifies the end position of an descendant. A object. This event is not available for the XRCrossBandControl class. For internal use. For internal use. For internal use. This event is not available for the XRCrossBandControl class. For internal use. This event is not available for the XRCrossBandControl class. For internal use. For internal use. For internal use. This event is not available for the XRCrossBandControl class. This event is not available for the XRCrossBandControl class. This event is not available for the XRCrossBandControl class. This event is not available for the XRCrossBandControl class. This event is not available for the XRCrossBandControl class. This event is not available for the XRCrossBandControl class. This event is not available for the XRCrossBandControl class. Gets the report which contains the cross-band control. An instance of the class descendant. Gets the root report. An object representing the root report. For internal use. This event is not available for the XRCrossBandControl class. For internal use. Gets or sets a band, from which a cross-band control starts its drawing. A object, representing a band where the control's starting point lies. For internal use. Gets or sets the starting point where the cross-band control starts drawing. A object, representing a point where the drawing begins. For internal use only. Specifies the start position of an descendant. A object. For internal use. For internal use. For internal use. For internal use. For internal use. This event is not available for the XRCrossBandControl class. For internal use. Supports serialization of the property for the XRCrossBandControl. A value representing the width of the control. For internal use. For internal use. Contains the names of the scripts assigned to . Initializes a new instance of the XRShapeScripts class with the specified control. An object. For internal use. Contains the names of the scripts assigned to . Initializes a new instance of the XRPictureboxScripts class with the specified control. An object. For internal use. Contains the names of the scripts assigned to . Initializes a new instance of the XRPanelScripts class with the specified control. An object. For internal use. Contains the names of the scripts assigned to . Initializes a new instance of the XRGaugeScripts class with the specified control. An object. For internal use. For internal use. For internal use. A report band used to display information at the top margin of every report page. This band cannot be deleted from a report. Initializes a new instance of the TopMarginBand class with the default settings. A report band used to display information at the bottom margin of every report page. This band cannot be deleted from a report. Initializes a new instance of the BottomMarginBand class with the default settings. Provides methods that calculate arithmetic functions for the values in the data source field bound to the property of the control and its descendants. Initializes a new instance of the XRSummary class with the default settings. Initializes a new instance of the XRSummary class with the specified range, function and format string. A enumeration value which specifies the range for which the summary function should be calculated. This value is assigned to the property. A enumeration value which specifies the summary function to be calculated. This value is assigned to the property. A value containing a format for the summary output. This value is assigned to the property. Initializes a new instance of the XRSummary class with the specified range. A enumeration value which specifies the range for which the summary function should be calculated. This value is assigned to the property. Initializes a new instance of the XRSummary class with the specified range and function. A enumeration value, specifying the range for which the summary function should be calculated. This value is assigned to the property. A enumeration value, specifying the summary function to be calculated. This value is assigned to the property. Creates a copy of the current XRSummary object. An XRSummary object which is a copy of the current object. Disposes of the XRSummary object. Gets or sets a format for the output of the object. A string containing a format for the output value. Specifies the arithmetic function to calculate. A enumeration value. Returns the calculated function's result. An object representing the result for the calculated function. Specifies whether null values should be ignored when a summary is calculated. true to ignore null values; otherwise, false. Gets or sets a value specifying a report area, for which the arithmetic function is calculated. A enumeration value. Specifies whether or not a summary function should treat strings as numeric values. true to make the summary function treat strings as numeric values; otherwise false. Use the control instead. Initializes a new instance of the XRRichTextBox class with the default settings. Specifies the sorting order for a group. The column is sorted in ascending order. The column is sorted in descending order. The column is not sorted. Specifies the report area for which the selected function is calculated. The function is calculated for every group. The function is not calculated. The function is calculated for every page. The function is calculated for the entire report. Lists the supported systems of measurement. The unit of measurement is in hundredths of an inch. The unit of measurement is in pixels (one pixel equals 1/96 of an inch). The unit of measurement is in tenths of a millimeter. A method that will handle the event. Represents a method that will handle the event. The event source. This parameter identifies the control which raised the event. A object which contains event data. The base for the obsolete class. Initializes a new instance of the XRRichTextBoxBase class with the default settings. Gets or sets the control's background color. A object that represents the background color. For internal use. Gets or sets a value indicating whether the control's height can grow in order to display the contents in their entirety. true if the control's height can grow in order to display all its text; otherwise, false. For internal use. Gets or sets a value indicating whether the control's height can decrease if its text does not completely fill the control. true if the control's height can decrease in order to remove the unused space; otherwise, false. Clears all the control's content. For internal use. A Boolean value. For internal use. Gets or sets the control's font. A object that represents font settings including font face, size, and style attributes. For internal use. Overrides the property. A Boolean value. For internal use. Gets or sets the text lines in the XRRichTextBoxBase control. An array of values that contain some text in the XRRichTextBoxBase control. For internal use. Loads a specific type of file into the XRRichTextBoxBase control. A containing a path to the file to be loaded into the XRRichTextBoxBase control. An enumeration value that determines the type of stream used to load the file into the XRRichTextBoxBase control. For internal use. Loads the contents of the Rich Text Format (RTF) file into the XRRichTextBoxBase control. A containing a path to the file to be loaded into the XRRichTextBoxBase control. For internal use. A of data to load into the XRRichTextBoxBase control. A of data to load into the XRRichTextBoxBase control. An enumeration value that determines the type of stream used to load the file into the XRRichTextBoxBase control. For internal use. Gets or sets a value specifying whether carriage returns (CRLF) stored in a label's text should be processed. Always true. For internal use. For internal use. Gets or sets the text of the XRRichTextBoxBase control, including all the Rich Text Format (RTF) codes. A value which represents the control's text in RTF format. For internal use. Saves the contents of the XRRichTextBoxBase control to the specified open data stream. A of data to which the contents of the XRRichTextBoxBase control will be saved. An enumeration value that identifies the type of stream to save the control's contents to. For internal use. Saves the contents of the XRRichTextBoxBase control to the specified type of file. A containing the name and location of the file to save the control's contents to. An enumeration value that identifies the type of stream to save the control's contents to. For internal use. Saves the contents of the XRRichTextBoxBase control to a Rich Text Format (RTF) file. A containing a path to the file, which the contents of the XRRichTextBoxBase control will be saved to. For internal use. Overrides the property to hide it. A value. For internal use. 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 settings that are required to display summary functions on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. Initializes a new instance of the SummaryOptions class with the specified settings. One or more enumeration values. This value is assigned to the property. Specifies whether or not the Average function should be calculated across the created report. true if the Average function is enabled; otherwise false. Specifies whether or not the Count function should be calculated across the created report. true if the Count function is enabled; otherwise false. Specifies the summary functions to display on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. One or more enumeration values. Specifies whether or not the Max function should be calculated across the created report. true if the Max function is enabled; otherwise false. Specifies whether or not the Min function should be calculated across the created report. true if the Min function is enabled; otherwise false. Specifies whether or not the Sum function should be calculated across the created report. true if the Sum function is enabled; otherwise false. A Subreport control that is used to embed other reports in an . Initializes a new instance of the XRSubreport class with the default settings. For internal use. For internal use. Applies subreport parameter bindings assigned to the collection. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. Gets or sets a value indicating whether the subreport's height can decrease if its contents don't completely fill the control. true, if the subreport's height can decrease in order to remove unused space; otherwise, false. For internal use. Fills the collection. For internal use. For internal use. For internal use. For internal use. Provides access to the collection of subreport parameter bindings, which allow you to bind a subreport's parameter value to a master report's data field. A object, specifying the collection of subreport parameter bindings. For internal use. Removes inappropriate subreport parameter bindings from the collection. Specifies an URL of a report definition file, to be included as a subreport. A value, specifying the path to the REPX file (including the name of the file). For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. The base for subreport classes. For internal use. For internal use. For internal use. For internal use. For internal use. Overrides the property. An object representing a collection of bindings for the control. This event is not available for the SubreportBase class. This event is not available for the SubreportBase class. For internal use. This event is not available for the SubreportBase class. For internal use. Loads the layout of the report assigned to the subreport's property. A which specifies the type name of the loaded report source. An object which represents the loaded report source. For internal use. For internal use. For internal use. This event is not available for the SubreportBase class. This event is not available for the SubreportBase class. This event is not available for the SubreportBase class. This event is not available for the SubreportBase class. This event is not available for the SubreportBase class. This event is not available for the SubreportBase class. Specifies an object to be included as a subreport. An object to be included. Provides access to the SubreportBase's scripts. A object. For internal use. Overrides the property. A DevExpress.XtraReports.UI.XRControl.XRControlStyles object that determines the set of styles for a control. For internal use. For internal use. Overrides the property to hide it. A value containing the text associated with the control. Overrides the property. A enumeration value that specifies how the text is aligned in the control. This event is not available for the SubreportBase class. Overrides the property. true if the control wraps words; otherwise false. For internal use. Enables you to assign one or more summary functions to a data column in a master-detail report. Initializes a new instance of the ColumnSummaries class with the default settings. Initializes a new instance of the ColumnSummaries class with the specified column. An object that provides info about a data column. This value is assigned to the property. Initializes a new instance of the ColumnSummaries class with the specified settings. An object that provides info about a data column. This value is assigned to the property. A collection of objects. This collection is assigned to the property. Creates a new ColumnSummaries instance, which is a copy of the current instance. A new ColumnSummaries instance, which is a copy of the current instance. Specifies a data column. An object that stores information about a data column. Determines whether or not the specified object is equal to the current ColumnSummaries instance. The object to compare with the current object. true if the specified object is equal to the current ColumnSummaries instance; otherwise false. Gets the hash code that corresponds to the value of the current ColumnSummaries object. An integer value representing the hash code for the current object. Specifies the summary functions assigned to a data column. A collection of objects. A collection of objects. Initializes a new instance of the MasterDetailInfoCollection class with the specified settings. A collection of objects. Initializes a new instance of the MasterDetailInfoCollection class with the default settings. Creates a new MasterDetailInfoCollection instance, which is a copy of the current instance. A new MasterDetailInfoCollection instance, which is a copy of the current instance. The base for classes that store settings of queries and data fields while running the master-detail Report Wizard. Initializes a new instance of the MasterDetailInfoBase class with the specified settings. A value. This value is assigned to the property. Initializes a new instance of the MasterDetailInfoBase class with the specified settings. A value. This value is assigned to the property. A value. This value is assigned to the property. Creates a new MasterDetailInfoBase instance, which is a copy of the current instance. A new MasterDetailInfoBase instance, which is a copy of the current instance. Specifies the item display name. A value that specifies the item display name. Determines whether or not the specified object is equal to the current MasterDetailInfoBase instance. The object to compare with the current object. true if the specified object is equal to the current MasterDetailInfoBase instance; otherwise false. Gets the hash code that corresponds to the value of the current MasterDetailInfoBase object. An integer value representing the hash code for the current object. Specifies the item name. A value that specifies the item name. Occurs when a property value changes. Stores data field settings while running the master-detail Report Wizard. Initializes a new instance of the MasterDetailFieldInfo class with the specified settings. A value. This value is assigned to the property. A value. This value is assigned to the property. A enumeration value. This value is assigned to the property. Initializes a new instance of the MasterDetailFieldInfo class with the specified settings. A value. This value is assigned to the property. A enumeration value. This value is assigned to the property. Specifies whether or not a data field is selected for inclusion into a resulting report. true, if the data field is checked; otherwise, false. Creates a new MasterDetailFieldInfo instance, which is a copy of the current instance. A new MasterDetailFieldInfo instance, which is a copy of the current instance. Determines whether or not the specified object is equal to the current MasterDetailFieldInfo instance. The object to compare with the current object. true if the specified object is equal to the current MasterDetailFieldInfo instance; otherwise false. Gets the hash code that corresponds to the value of the current MasterDetailFieldInfo object. An integer value representing the hash code for the current object. Specifies the data field type. A enumeration value. Stores query settings while running the master-detail Report Wizard. Initializes a new instance of the MasterDetailQueryInfo class with the specified settings. A value. This value is assigned to the property. A collection of objects. This value is assigned to the property. A collection of objects. This value is assigned to the property. Initializes a new instance of the MasterDetailQueryInfo class with the specified settings. A value. This value is assigned to the property. A value. This value is assigned to the property. A collection of objects. This value is assigned to the property. A collection of objects. This value is assigned to the property. Specifies whether or not a query is selected to include into a report. true, if a query is selected; otherwise, false. Creates a new MasterDetailQueryInfo instance, which is a copy of the current instance. A new MasterDetailQueryInfo instance, which is a copy of the current instance. Determines whether or not the specified object is equal to the current MasterDetailQueryInfo instance. The object to compare with the current object. true if the specified object is equal to the current MasterDetailQueryInfo instance; otherwise false. Provides access to a query's data fields. A list of objects. Gets the hash code that corresponds to the value of the current MasterDetailQueryInfo object. An integer value representing the hash code for the current object. Provides access to master-detail relationships specified for a query. A list of objects. For internal use. For internal use. For internal use. A value. A value. A value. For internal use. A value. For internal use. A value. For internal use. A value. For internal use. A value. Provides options specifying how to sort a report in Print Preview. Initializes a new instance of the SortingOptions class with the default settings. Specifies the name of a that is used to sort data in Print Preview. A value. Specifies the band for which sorting in Print Preview is enabled. A object. Provides a presenter to the Choose Fields to Display in a Report (Multi-Query Version) page of the Report Wizard. Initializes a new instance of the MasterDetailSelectDataMembersPage<TModel> class with the specified page view. An object implementing the interface. For internal use. Initializes a new instance of the MasterDetailSelectDataMembersPage<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. For internal use. Initializes a new instance of the MasterDetailSelectDataMembersPage<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. A object. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Add Grouping Levels (Multi-Query Version) page of the Report Wizard. Initializes a new instance of the MasterDetailAddGroupingLevelPage<TModel> class with the specified page view. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides data for the event. Initializes a new instance of the SummaryGetResultEventArgs class with the specified settings. An object implementing the interface, specifying the calculated values. Returns a collection of values calculated using the summary function. An object implementing the interface, specifying the calculated values. Gets or sets a value indicating whether an event was handled. If it was handled, the custom summary value is assigned to the property. true if the custom summary value is calculated; otherwise, false. Gets or sets the result of a custom summary calculation. A which represents the resulting summary value. Note that this object is converted to the type to be shown within a label for which a custom summary is calculated. Contains values corresponding to strings that can be localized for the report designer. "one band per page" "one band per report" "Binding" "Property" "Invalid binding" "Show only invalid bindings" "{0} '{1}' has wrong DataMemer '{2}'." "Label '{0}' with a custom summary is not supported." "FormattingRule '{0}' has Value '{1}' which can not be converted to the Expression." "Appearance" "Behavior" "Data" "Design" "Elements" "Layout" "Navigation" "Options" "Page Settings" "Parameters" "Printing" "Report Data" "Structure" "User Designer" "Add Formatting Rule" "Add New Folder" "Add Style" "Add &amp;Sub-Band" "Add To Gallery" "Add to Report Components" "Add to Report Style Sheet" "Align To &amp;Grid" "Apply Layout to Report" "Assign Even Style To The XRControl" "Assign Odd Style To The XRControl" "Assign Style To The XRControl" "Move Down" "Move Up" "BottomMargin" "&amp;Bring To Front" "Remove All Formatting Rules" "Remove All Styles" "Clone Formatting Rule" "Clone Style" "Commands" "Cop&amp;y" "Copy" "Cu&amp;t" "Cut" "&amp;Delete" "Delete" "Delete" "Delete" "Detail" "DetailReport" "Edit Formatting Rules..." "Edit Styles..." "GroupFooter" "GroupHeader" "Insert &amp;Band" "Insert Detail Report" "Unbound" "Load Gallery..." "PageFooter" "PageHeader" "&amp;Paste" "Paste" "P&amp;roperties" "Delete Unused Formatting Rules" "Delete Unused Styles" "Rename" "ReportFooter" "ReportHeader" "Clear" "Load File..." "Save Gallery As..." "Select Controls With Formatting Rule" "Select Controls With Style" "&amp;Send To Back" "&amp;Convert To Labels" "De&lete" "Ce&amp;ll" "&amp;Column" "&amp;Row" "&amp;Insert" "&amp;Cell" "Column To &amp;Left" "Column To &amp;Right" "Row &amp;Above" "Row &amp;Below" "TopMargin" "View &amp;Code" "Height" "Loc" "Size" "Save '{0}'" "Condition Editor" "The type of this field is: " "Argb(Alpha, Red, Green, Blue)\r\n\r\nReturns a string defining a color using the Alpha, Red, Green, and Blue color channel values." "<font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Collection</font>][<font color=rgb({0},{1},{2})>Condition</font>].Avg(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Returns the average of all the <font color=rgb({0},{1},{2})>Expression</font> values in the <font color=rgb({0},{1},{2})>Collection</font> based on the specified <font color=rgb({0},{1},{2})>Condition</font> (optional).<br/><br/>Example:<br/><br/><font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Products</font>][<font color=rgb({0},{1},{2})>Discontinued</font> == <b>False</b>].Avg([<font color=rgb({0},{1},{2})>UnitsInStock</font>])</font>" "<font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Collection</font>][<font color=rgb({0},{1},{2})>Condition</font>].Count()</font><br/><br/>Returns the number of entries in the <font color=rgb({0},{1},{2})>Collection</font> based on the specified <font color=rgb({0},{1},{2})>Condition</font> (optional).<br/><br/>Example:<br/><br/><font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Products</font>][<font color=rgb({0},{1},{2})>Discontinued</font> == <b>False</b>].Count()</font>" "<font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Collection</font>][<font color=rgb({0},{1},{2})>Condition</font>].Exists()</font><br/><br/>Determines whether the specified <font color=rgb({0},{1},{2})>Condition</font> holds true for the defined <font color=rgb({0},{1},{2})>Collection</font>.<br/><br/>Example:<br/><br/><font face=\"Consolas\">[][<font color=rgb({0},{1},{2})>UnitPrice</font> > 0].Exists()</font>" "<font face=\"Consolas\">FormatString(<font color=rgb({0},{1},{2})>String1</font>, ... , <font color=rgb({0},{1},{2})>StringN</font>)</font><br/><br/>Converts the value of columns to strings based on the specified formats and inserts them into another string.<br/>This function can accept any number of arguments.<br/><br/>Example:<br/><br/><font face=\"Consolas\">FormatString(<font color=rgb({0},{1},{2})>'{0} - {1:c}'</font>, [<font color=rgb({0},{1},{2})>Column1</font>], [<font color=rgb({0},{1},{2})>Column2</font>])</font>" "<font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Collection</font>][<font color=rgb({0},{1},{2})>Condition</font>].Max(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Returns the maximum <font color=rgb({0},{1},{2})>Expression</font> value in the specified <font color=rgb({0},{1},{2})>Collection</font> based on the defined <font color=rgb({0},{1},{2})>Condition</font> (optional).<br/><br/>Example:<br/><br/><font face=\"Consolas\">[][<font color=rgb({0},{1},{2})>Discontinued</font> == <b>False</b>].Max([<font color=rgb({0},{1},{2})>UnitPrice</font>])</font>" "<font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Collection</font>][<font color=rgb({0},{1},{2})>Condition</font>].Min(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Returns the minimum <font color=rgb({0},{1},{2})>Expression</font> value in the specified <font color=rgb({0},{1},{2})>Collection</font> based on the defined <font color=rgb({0},{1},{2})>Condition</font> (optional).<br/><br/>Example:<br/><br/><font face=\"Consolas\">[][<font color=rgb({0},{1},{2})>Discontinued</font> == <b>False</b>].Min([<font color=rgb({0},{1},{2})>UnitPrice</font>])</font>" "<font face=\"Consolas\">NewLine()</font><br/><br/>Returns the newline string defined for this environment." "Rgb(Red, Green, Blue)\r\n\r\nReturns a string defining a color using the Red, Green, and Blue color channel values." "<font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Collection</font>][<font color=rgb({0},{1},{2})>Condition</font>].Single(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Returns the <font color=rgb({0},{1},{2})>Expression</font> if the <font color=rgb({0},{1},{2})>Collection</font> contains only one object meeting the specified <font color=rgb({0},{1},{2})>Condition</font> (optional).<br/><br/>Example:<br/><br/><font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Products</font>][<font color=rgb({0},{1},{2})>UnitPrice</font> > 200].Single(<font color=rgb({0},{1},{2})>'True'</font>)</font>" "<font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Collection</font>][<font color=rgb({0},{1},{2})>Condition</font>].Sum(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Returns the sum of all the <font color=rgb({0},{1},{2})>Expression</font> values in the <font color=rgb({0},{1},{2})>Collection</font> based on the specified <font color=rgb({0},{1},{2})>Condition</font> (optional).<br/><br/>Example:<br/><br/><font face=\"Consolas\">[<font color=rgb({0},{1},{2})>Products</font>][<font color=rgb({0},{1},{2})>Discontinued</font>].Sum([<font color=rgb({0},{1},{2})>UnitsInStock</font>])</font>" "<font face=\"Consolas\">sumAvg(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the average of all the values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumCount(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Counts the number of values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumDAvg(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the average of all the <b>distinct</b> values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumDCount(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Counts the number of <b>distinct</b> values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumDStdDev(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the standard deviation of all the <b>distinct</b> values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumDStdDevP(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the standard population deviation of all the <b>distinct</b> values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumDSum(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the total of all the <b>distinct</b> values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumDVar(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the amount of variance for all the <b>distinct</b> values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumDVarP(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the population variance of all the <b>distinct</b> values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumMax(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the maximum of all the values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumMedian(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Finds the middle number within a sequence.<br/>Note that if the total number of elements is odd, this function returns the value of a middle number in a sequence. If the total number of elements is even, this function returns the arithmetical mean of the two middle numbers." "<font face=\"Consolas\">sumMin(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the minimum of all the values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumPercentage(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the percent ratio of the current data row's value to the total of all the values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumRecordNumber(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Returns the current record number in the data source within the specified summary region (group, page or report). This means for instance, if the summary is calculated for a group, then the record number is calculated only within that group, and is reset every time a new group is started." "<font face=\"Consolas\">sumRunningSum(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Summarizes all the values, which were printed before the current data row, with the current data row's value." "<font face=\"Consolas\">sumStdDev(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the standard deviation of all the values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumStdDevP(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the standard population deviation of all the values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumSum(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the total of all the values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumVar(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the amount of variance for all the values within the specified summary region (group, page or report)." "<font face=\"Consolas\">sumVarP(<font color=rgb({0},{1},{2})>Expression</font>)</font><br/><br/>Calculates the population variance of all the values within the specified summary region (group, page or report)." "Expression Editor" "Summary Expression Editor" "Description:" "Fields" "Summary" "Report Items" "Values" "Variables" "Returns a zero-based index of the current data row in a data source." "Returns the total amount of data rows in a data source." For internal use. For internal use. For internal use. "You selected more than one formatting rule" "No formatting rules are selected" For internal use. For internal use. For internal use. For internal use. For internal use. "The current report layout will be lost. Do you wish to continue?" "New Folder" "Add a Group" "Add a Sort" "Delete" "Move Down" "Move Up" "Are you sure you want to apply these changes?" "Cannot obtain data columns. Make sure that the report data source and data member are valid." For internal use. "XtraReports" "{0} does not support placing in another report control (e.g., XRTableCell or XRPanel)." "The report currently being edited is of a different type than the one you are trying to open.\r\nDo you want to open the selected report anyway?" "Can't create two instances of a class on a form" "There are cyclic bookmarks in the report." For internal use. Detail reports don't support multicolumn." "Error" "Can't load the report's layout. The file is possibly corrupted or contains incorrect information." "Can't load the report. The file is possibly corrupted or report's assembly is missing." "File not found." "Error when trying to populate the data source. The following exception was thrown:" "To add a new grouping or sorting level, first provide a data source for the report." "The group header or footer you want to delete is not empty. Do you want to delete this band along with its controls?" "Incorrect argument's value" "Incorrect band type" "The padding should be greater than or equal to 0." For internal use. For internal use. "The condition must be Boolean!" "The DrillDownControl property of the '{0}' band is not valid." "The specified expression contains invalid symbols (line {0}, character {1})." "The specified expression is invalid." "Invalid leader symbol." "This method call is invalid for the object's current state" "This operation is not available for an inherited report because of possible\nconflicts between bands of the source report and bands of the loaded report layout." "Can not be set to a descendant of the current report" "No more instances of XRTableOfContents can be added to the report." "No more instances of XRTableOfContents can be added to the band." For internal use. "Text is too large." "No bookmarks were found in the report. To create a table of contents, specify a bookmark for at least one report element." "Custom function '{0}' not found." "Not enough memory to paint. Zoom level will be reset." "A parameter binding assigns a value of an incompatible type to the subreport parameter \"{0}\"." "The XRTableOfContents control can be placed only into Report Header and Report Footer bands." "Importing a report layout. Please, wait..." "Entered code is not correct" "There are following errors in script(s):\r\n{0}" "The following error occurred when the script in procedure {0}:\r\n {1}\r\nProcedure {0} was executed, it will not be called again." For internal use. "You don't have sufficient permission to execute the scripts in this report.\r\n\r\nDetails:\r\n\r\n{0}" "Serialization Errors" "Use Ctrl with the left mouse button to rotate the shape" "Opening this file within the Report Designer may be unsafe.\r\nWas this file obtained from a trusted source?" "Unable to open file as its contents may be unsafe." "Warning: The following controls are outside the report printing area and will not be properly printed and/or exported - {0}." "Printing warning: The following controls are outside the right page margin, and this will cause extra pages to be printed - {0}." "Export warning: The following controls are overlapped and may be exported to HTML, RTF, XLS, XLSX, CSV and Text incorrectly - {0}." "The Font name can't be empty." "This operation will remove all calculated fields from all data tables. Do you wish to proceed?" "This operation will remove all formatting rules. Do you wish to proceed?" "This operation will remove all parameters. Do you wish to proceed?" "This operation will remove all styles. Do you wish to proceed?" "Printing warning: Save the following reports to preview subreports with recent changes applied - {0}." "An error occurred during deserialization - possible wrong report class name" "Space for repeating columns." "Controls placed here will be printed incorrectly." "Data adapter:" "Data member:" "Data source:" "Display member:" "Value member:" "Place controls here to keep them together" For internal use. For internal use. For internal use. "Main" "Main settings(Fields, Layout)." "Printing" "Printing option management for the current XRPivotGrid." "Appearances" "Adjust the print appearances of the current XRPivotGrid." "Fields" "Manage fields." "Layout" "Customize the current XRPivotGrid's layout and preview its data." "Printing Settings" "Adjust the printing settings for the current XRPivotGrid." "Select one or more of the Appearance objects to customize the printing appearances of the corresponding visual elements." "XRPivotGrid Fields" "You can add and delete XRPivotGrid fields and modify their settings." "Select and drag field to the PivotGrid fields panel to create PivotGrid field." "Modify the XRPivotGrid's layout (sorting settings, field arrangement) and click the Apply button to apply the modifications to the current XRPivotGrid. You can also save the layout to an XML file (this can be loaded and applied to other views at design time and runtime)." "Hide fields &amp;selector" "Show fields &amp;selector" "To print a Windows Forms control or a printing link, assign it to the PrintableComponent property in code." "Designer" "HTML View" "Nothing" "Preview" "{0} {{ PaperKind: {1} }}" "Scripts" "Align Bottoms" "Align the bottoms of the selected controls." "Align Bottoms" "Align Middles" "Align the centers of the selected controls horizontally." "Align Middles" "Align Lefts" "Left align the selected controls." "Align Lefts" "Align Rights" "Right align the selected controls." "Align Rights" "Align to Grid" "Align the positions of the selected controls to the grid." "Align to Grid" "Align Tops" "Align the tops of the selected controls." "Align Tops" "Align Centers" "Align the centers of the selected controls vertically." "Align Centers" "Background Color" "Change the text background color." "Background Color" "Bring to Front" "Bring the selected controls to the front." "Bring to Front" "Center Horizontally" "Horizontally center the selected controls within a band." "Center Horizontally" "Center Vertically" "Vertically center the selected controls within a band." "Center Vertically" "Close" "Close the current report." "Close" "Copy" "Copy the selected controls and put them on the Clipboard." "Copy" "Cut" "Cut the selected controls from the report and put them on the Clipboard." "Cut" "Exit" "Close the report designer." "Exit" "Bold" "Make the selected text bold." "Bold" "Italic" "Italicize the text." "Italic" "Change the font face." "Font" "Change the font size." "Font Size" "Underline" "Underline the selected text." "Underline" "Foreground Color" "Change the text foreground color." "Foreground Color" "Remove Horizontal Spacing" "Remove the horizontal spacing between the selected controls." "Remove Horizontal Spacing" "Decrease Horizontal Spacing" "Decrease the horizontal spacing between the selected controls." "Decrease Horizontal Spacing" "Increase Horizontal Spacing" "Increase the horizontal spacing between the selected controls." "Increase Horizontal Spacing" "Make Horizontal Spacing Equal" "Make the horizontal spacing between the selected controls equal." "Make Horizontal Spacing Equal" "Back" "Move back to the previous page." "Back" "Find" "Find the text on this page." "Find" "Forward" "Move forward to the next page." "Forward" "Home" "Display the home page." "Home" "HTML View" "Refresh" "Refresh this page." "Refresh" "Center Text" "Center text" "Center Text" "Justify" "Align text to both the left and right sides, adding extra space between words as necessary." "Justify" "Align Text Left" "Align text to the left." "Align Text Left" "Align Text Right" "Align text to the right." "Align Text Right" "New Report" "Create a new blank report." "Create a new blank report." "New Blank Report" "New Report via Wizard..." "Launch the report wizard to create a new report." "Launch the report wizard to create a new report." "New Report via Wizard" "Open..." "Open a report." "Open Report" "Alignment" "Edit" "Font" "Navigation" "Report" "Scripts" "Layout" "View" "Zoom" "Report Designer" "Paste" "Paste the contents of the Clipboard." "Paste" "Redo" "Redo the last operation." "Redo" "Save All" "Save all modified reports." "Save All Reports" "Save" "Save the current report." "Save the current report." "Save Report" "Save As..." "Save the current report with a new name." "Save the current report with a new name." "Save Report As" "Scripts" "Show or hide the Scripts Editor." "Show/Hide Scripts" "Send to Back" "Move the selected controls to the back." "Send to Back" "Make Same Size" "Make the selected controls have the same size." "Make Same Size" "Make Same Height" "Make the selected controls have the same height." "Make Same Height" "Make Same Width" "Make the selected controls have the same width." ""Make Same Width" "Size to Grid" "Size the selected controls to the grid." "Size to Grid" "Done" "Processing..." "Toolbox Controls" "Undo" "Undo the last operation." "Undo" "Remove Vertical Spacing" "Remove the vertical spacing between the selected controls." "Remove Vertical Spacing" "Decrease Vertical Spacing" "Decrease the vertical spacing between the selected controls." "Decrease Vertical Spacing" "Increase Vertical Spacing" "Increase the vertical spacing between the selected controls." "Increase Vertical Spacing" "Make Vertical Spacing Equal" "Make the vertical spacing between the selected controls equal." "Make Vertical Spacing Equal" "Windows" "Show or hide the Tool Box, Report Explorer, Field List and Property Grid windows." "Show/Hide Windows" "Zoom" "Change the zoom level of the document designer." "Zoom" "Exact" "Zoom In" "Zoom in to get a close-up view of the report." "Zoom In" "Zoom Out" "Zoom out to see more of the report at a reduced size." "Zoom Out" @"Click ""Validate"" to check scripts." "Column" "Description" "Line" "(New)" "The error log is unrelated to the actual script, because the script has been changed after its last validation.\r\nTo see the actual script errors, click the Validate button again." "All scripts are valid." "Validate" "Height" "Horizontal pitch" "Number Across" "Number\r\nDown" "Side margins" "Top\r\nmargin" "Vertical\r\npitch" "Width" For internal use. For internal use. "Report StyleSheet files (*.repss)|*.repss|All files (*.*)|*.*" "Invalid file format" "You selected more than one style" "No styles are selected" " selected styles..." " style" For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. "{0} {1}" "Tasks" "Bands" "Checked" "Column Count" "Multi-Column Layout" "Multi-Column Mode" "Column Spacing" "Column Width" "Data Binding" "Expression" "Field Area for a New Field" "Format String" "Height" "Html Data Binding" "Html Expression" "Mail Merge" "Preview Row Count" "Rtf Data Binding" "Rtf Expression" "Summary Func" "Summary Running" "Edit Parameter Bindings..." "&amp;Bottoms" "&amp;Centers" "&amp;Lefts" "&amp;Middles" "&amp;Rights" "to &amp;Grid" "&amp;Tops" "Bac&amp;kground Color" "&amp;Horizontally" "&amp;Vertically" "&amp;Close" "&amp;Copy" "Cu&amp;t" "&amp;Delete" "E&amp;xit" "&amp;Bold" "&amp;Italic" "&amp;Underline" "For&amp;eground Color" "Formatting Toolbar" "&amp;Center" "&amp;Justify" "&amp;Left" "&amp;Rights" "Layout Toolbar" "Main Menu" "&amp;Both" "&amp;Height" "Size to Gri&amp;d" "&amp;Width" "&amp;Cascade" "Tile &amp;Horizontal" "Tile &amp;Vertical" "&amp;New" "New via &amp;Wizard..." "&amp;Open..." "&amp;Bring to Front" "&amp;Send to Back" "&amp;Paste" "&amp;Redo" "Save A&amp;ll" "&amp;Save" "Save &amp;As..." "Select &amp;All" "&amp;Decrease" "&amp;Increase" "Make &amp;Equal" "&amp;Remove" "Status Bar" "&amp;Tabbed Interface" "Toolbar" "&amp;Undo" "Zoom" "Zoom Factor: {0}%" "Zoom In" "Zoom Out" "Zoom Toolbar" "Report Designer" "&amp;Align" "&amp;Center in Form" "&amp;Windows" "&amp;Edit" "&amp;File" "&amp;Font" "Fo&amp;rmat" "&amp;Horizontal Spacing" "&amp;Justify" "&amp;Make Same Size" "&amp;Order" "Tab Buttons" "&amp;Toolbars" "&amp;Vertical Spacing" "&amp;View" "&amp;Window" "Align the bottoms of the selected controls" "Align the centers of the selected controls vertically" "Left align the selected controls" "Align the centers of the selected controls horizontally" "Right align the selected controls" "Align the positions of the selected controls to the grid" "Align the tops of the selected controls" "Set the background color of the control" "Horizontally center the selected controls within a band" "Vertically center the selected controls within a band" "Close the report" "Copy the control to the clipboard" "Delete the control and copy it to the clipboard" "Delete the control" "Close the designer" "Make the font bold" "Make the font italic" "Underline the font" "Set the foreground color of the control" "Align the control's text to the center" "Justify the control's text" "Align the control's text to the left" "Align the control's text to the right" "Make the selected controls the same size" "Make the selected controls have the same height" "Size the selected controls to the grid" "Make the selected controls have the same width" "Arrange all open documents cascaded, so that they overlap each other" "Arrange all open documents from top to bottom" "Arrange all open documents from left to right" "Create a new blank report" "Create a new report using the Wizard" "Open a report" "Bring the selected controls to the front" "Move the selected controls to the back" "Add the control from the clipboard" "Redo the last operation"" "Save all reports" "Save the report" "Save the report with a new name" "Select all the controls in the document" "Decrease the spacing between the selected controls" "Increase the spacing between the selected controls" "Make the spacing between the selected controls equal" "Remove the spacing between the selected controls" "Switch between tabbed and window MDI layout modes" "Undo the last operation" "Hide or show the {0}" "Hide or show the {0} window" "Switch to the {0} tab" "Select or input the zoom factor" "Zoom in the design surface" "Zoom out the design surface" "The {0} contains bindings. Do you want to convert them to expressions?" "Remember my choice and don't ask me again." "Convert" "\"{0}\" has been changed. Do you want to save changes ?" "Report has been changed. Do you want to save changes ?" "No report with the specified URL has been found. Do you want to create a new report?" "(Not set)" "Report Designer" "Report Files (*{0})|*{1}|All Files (*.*)|*.*" "Scripts Errors" "Field List" "Add New data source" For internal use. "None" "Project Objects" "Group and Sort" "Property Grid" "Report Explorer" "Components" "Fomatting Rules" "None" "Styles" "Report Gallery" "Tool Box" "Align Bottoms" "Align Middles" "Align Lefts" "Align Rights" "Align to Grid" "Align Tops" "Align Centers" "Bring to Front" "Center Horizontally" "CenterVertically" "\r\n\r\nDataMember: {0}" "\r\nData Type: {0}" "Copy" "Cut" "Paste" "Open File" "Save File" "Align Left" "Align Right" "Background Color" "Bold" "Center" "Font Name" "Font Size" "Foreground Color" "Italic" "Justify" "Underline" "Remove Horizontal Spacing" "Decrease Horizontal Spacing" "Increase Horizontal Spacing" "Make Horizontal Spacing Equal" "Drag-and-drop this item to create a control bound to it;\r\n- or -\r\nDrag this item with the right mouse button or SHIFT\r\nto select a bound control from the popup menu;\r\n- or -\r\nUse the context menu to add a calculated field or parameter." "Redo" "Send to Back" "Make Same size" "Make Same Height" "Make Same Width" "Size to Grid" "Drag-and-drop this item to create a table with its items;\r\n- or -\r\nDrag this item with the right mouse button or SHIFT\r\nto create a 'header' table with field names;\r\n- or -\r\nUse the context menu to add a calculated field or parameter." "Undo" "Remove Vertical Spacing" "Decrease Vertical Spacing" "Increase Vertical Spacing" "Make Vertical Spacing Equal" "Pointer" "Standard Controls" "About" "Add Field to Area" "Bind" "Convert to Expressions" "Delete..." "Edit and Reorder Bands..." "Edit Bindings..." "Edit GroupFields..." "Edit Text" "Save/Export..." "Format String..." "Open/Import..." "Insert..." "Load Report Template..." "Design in Report Wizard..." "Clear" "Load File..." "Run Designer..." "Save..."" "Summary..." "You must select fields for the report before you continue" "Report Data Source" "Name: {0}\r\n" "Null" "Report Source: {0}\r\n" "Report Source Url: {0}\r\n" For internal use. Provides options that define how a report is printed in various circumstances. Initializes a new instance of the ReportPrintOptions class with the default settings. For internal use. Specifies how many times the empty Detail band is repeated before printing the regular data. An integer value. Specifies the maximum number of times the Detail band will be printed when a data source is defined for the report, and it is not empty. An integer value. Specifies how many times the Detail band is printed when a report is being previewed at design time. An integer value, specifying the number of detail records displayed in the report. Specifies how many times the Detail band should be printed when no data source is defined for the report. An integer value. Specifies whether or not a report should be printed if its data source is empty. true to allow printing a report when its data source is empty; otherwise false. Provides data for the event. Returns the value of a specified column. A value, specifying the column name. A value. Provides access to a report which owns the calculated field, for which the event was raised. An class descendant which represents the owner report. Provides access to a data row whose data can be used in calculating a custom value for a calculated field in the event handler. A representing a data row. Gets or sets a value of a calculated field. A representing a field's value. A Table of Contents that is auto-generated based on the hierarchy of bookmarks contained in a report's document map. Initializes a new instance of the XRTableOfContents class with the default settings. For internal use. A collection of descendants. For internal use. For internal use. For internal use. For internal use. For internal use only. Overrides the property, to hide it. A structure. For internal use only. Overrides the property, to hide it. A Boolean value. For internal use. For internal use. For internal use. For internal use. For internal use. Contains default formating properties for hierarchical levels of . An object. Provides access to the collection of levels. An object. Contains text and formating properties for a title of an . An object. Specifies the maximum number of levels to be displayed. If set to 0, no limitation applied. An integer value. For internal use. Specifies the orientation of the XRTableOfContents's content. A enumeration value. For internal use. For internal use. For internal use. Overrides the property to hide it. A DevExpress.XtraReports.UI.XRControl.XRControlStyles object. For internal use. For internal use. For internal use. For internal use. For internal use. A Sparkline control. Initializes a new instance of the XRSparkline class with the default settings. Specifies the data adapter that is assigned to the sparkline. A value, specifying the sparkline data adapter. Specifies the name of a data member that is assigned to the sparkline. A value, specifying the data member name. Specifies the data source that is assigned to the sparkline. A value, specifying the sparkline data source. For internal use. For internal use. For internal use. Specifies how XRSparkline contents are rendered. A enumeration value, specifying how a sparkline is rendered in a report. For internal use. For internal use. For internal use. Overrides the event. Specifies the name of a data member that supplies values to the sparkline. A value. Provides access to the range of values displayed by a Sparkline. A value. Specifies the view type of the XRSparkline. A descendant, specifying the Sparkline view type. For internal use. For internal use. Lists the summary functions available on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. The Average summary function is calculated. The Count summary function is calculated. The Max summary function is calculated. The Min summary function is calculated. No summary function is calculated. The Sum summary function is calculated. Specifies the type of the End-User Designer tool window. Identifies the Field List window. Identifies the Properties window. Identifies the Report Explorer window. A repository of objects. Initializes a new instance of the FormattingRuleSheet class with the specified report. An object that specifies the report which will be the owner of this formatting rule sheet. Appends an array of formatting rules to the sheet. An array of objects to append to the sheet. Disposes of the FormattingRuleSheet object. Provides access to individual items in the collection by their names. A value specifying the name of the formatting rule to get. A object which represents the formatting rule with the specified name. A container of values, which are applied to a control when its owner Formatting Rule's condition is true. Initializes a new instance of the Formatting class with the default settings. Initializes a new instance of the Formatting class with the specified name and visibility setting. A value, which specifies a formatting's name. This value is assigned to the property. A value which specifies whether the visibility should be changed by applying this formatting, and to what value it should be changed. This value is assigned to the property. Creates a new Formatting instance, which is a copy of the current instance. A new Formatting instance, which is a copy of the current instance. Gets or sets the visibility state. A value which represents the visibility state. Enables you to generate master-detail reports with the specified settings in code (without running the Report Wizard). Initializes a new instance of the MasterDetailReportBuilder class with the specified settings. An object. An object implementing the interface. A object. For internal use. Provides the basic functionality for an End-User Designer on the client. For internal use. For internal use. For internal use. For internal use. For internal use. Enables you to overcome possible issues related to report generation after migrating to newer versions of XtraReports. For internal use. For internal use. Starting with version 16.2, enables you to switch to using the old behavior of the property. true to use the new auto-width behavior; otherwise false. The default is true. Specifies how the Windows Forms control that is embedded using a should be rendered in a report. A control is always printed as a set of bricks, if possible. It is possible, for example, in the case of a GridControl, PivotGridControl and other Developer Express controls. If a control can't be represented as a set of bricks, it is printed as an image. A control is always printed as an image. If a control is placed onto a , it is printed as a set of bricks, if possible. If a control is placed onto any other report band, it is printed as an image. Contains names of the scripts for a calculated field. Initializes a new instance of the CalculatedFieldScripts class with the specified calculated field. A object, which specifies the owning calculated field for the script. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. A Formatting Rule object. Initializes a new instance of the FormattingRule class with the default settings. Copies the appearance from the specified style and applies it to the rule's object. An object, containing the appearance to copy from. Gets or sets a string representing a Boolean expression which determines when this FormattingRule is applied. A representing a Boolean expression. Specifies which of the data fields that are available in a can be used in constructing a formatting rule's . A value, specifying a data member. Gets or sets a data source containing the list of data fields that can be used in constructing a formatting rule's . A representing a formatting rule's data source. Provides access to a set of formatting properties applied when the is true. A object, containing a set of formatting properties. Gets or sets the name of the formatting rule. A containing the name of the formatting rule. Returns the textual representation of FormattingRule. A value. A collection of objects. Initializes a new instance of the FormattingRuleCollection class with the specified owner. An class descendant that specifies the control which will be the owner of this collection. Appends an array of formatting rules to the collection. An array of objects to append to the collection. Determines whether or not the specified object is equal to the current FormattingRuleCollection instance. The object to compare with the current object. true if the specified object is equal to the current FormattingRuleCollection instance; otherwise false. Returns the style object representing the appearance applied to a control by the rules from the FormattingRuleCollection, and whose is true. An object, specifying the actual values of appearance properties. Returns the visibility state applied to a control by the rules from the FormattingRuleCollection, and whose is true. A value, which represents the visibility state. Serves as the default hash function. An integer value, specifying the hash code for the current object. Returns the style object representing the appearance applied to a control by the rules from the FormattingRuleCollection, and whose is true. An object containing appearance properties. Returns the visibility state applied to a control by the rules from the FormattingRuleCollection, and whose is true. A value, which represents the visibility state. Represents a method that will handle the event. A method that will handle the event. The event source. This parameter identifies the which raised the event. A object that contains data related to the event. Provides data for the event. Provides access to a control, whose properties can be filtered in this event's handler. An class descendant, representing a report control, report band or a report itself, whose properties can be filtered. Provides access to a control's properties, which can be hidden from the Property Grid in this event's handler. An object implementing the interface. A method that will handle the event. A method that will handle the event. The descendant which fires the event. A object that contains data related to the event. Provides data for the event. Initializes a new instance of the BindingEventArgs class. An object specifying the control's bindings. This value is assigned to the property. A specifying the new value for the bound property of the control. Provides the information about a control's bindings in the event handler. An object specifying the control's bindings. Specifies a new value for a control's bound property obtained in the event handler. A , specifying the new value for the bound property of the control. A collection of objects. Initializes a new instance of the class. An object that owns this collection of table cells. Appends the specified to the table row's collection of cells. An object to append to the collection. An integer value specifying the index of the new element in the collection. This method adds the object to the end of the collection. Appends an array of table cells to the collection. An array of objects to append to the collection. An indexer that returns the object at the specified index in the collection of cells. An integer index value that locates the cell in the collection. An object that has the specified index in the collection of cells. Provides values that determine how a control is positioned within a band. The bottom of the control is positioned at the bottom of the band. The top of the control is positioned at the top of the band and the bottom of the control is positioned at the bottom of the band, so its height is the same as that of the band. The control is not docked. The top of the control is positioned at the top of the band. A Picture Box control that is used to display an image in a report. Initializes a new instance of the XRPictureBox class with the default settings. For internal use. For internal use. For internal use. For internal use. Bindable. Gets or sets the image to display in the XRPictureBox control. A object which is the image to display in the picture box. Specifies the alignment of a displayed image in relation to the XRPictureBox control's boundaries. A enumeration value. Bindable. Gets or sets the path to the image to display in the XRPictureBox control. A which represents the path to an image. Gets or sets the picture box's padding values (measured in report units). A object that represents the padding values for a picture. Specifies how to process report controls with duplicate values. A enumeration value. Specifies whether to process duplicate values of the , or property. A enumeration value. Specifies how to process a Picture Box control receiving a null value from a connected data source. A enumeration value. Specifies the image displaying mode in the Picture Box control. One of the enumeration values that specifies how the image is displayed in the control. For internal use. For internal use. Overrides the event. For internal use. For internal use. A collection of objects. Initializes a new instance of the class. An object that owns this collection of table rows. Appends the specified table row to the current collection. An object to append to the collection. An integer value indicating the position into which a new element was inserted. Appends an array of table rows to the collection. An array of objects to append to the collection. Determines whether the specified row is a member of the collection. The object to locate in the collection. true if the row is a member of the collection; otherwise, false. Gets the first row in the collection of rows in the table. An object occupying the uppermost position in the table. Returns the zero-based index of the specified row in the collection. The object to locate in the collection. An integer value representing the position of the specified row in the collection. Adds the specified table row to the collection at the specified position. A zero-based integer that specifies the position at which the table row is to be inserted. An object that specifies the table row to insert into the collection. An indexer that returns an object at the specified index in the collection of rows. An integer index value that locates the row in the collection. An object that has the specified index in the collection of rows. Gets the last row in the collection of table rows. An object occupying the lowest position in the table. Removes the specified row from the collection. The object to remove from the collection. A single Row in an . Initializes a new instance of the XRTableRow class with the default settings. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. Specifies the height, width and location of the control. A object representing a rectangular region by its height, width and location. Overrides the property to hide it. true if the control's height can grow in order to display all its contents; otherwise, false. Overrides the property to hide it. true if the control's height can decrease in order to remove unused space; otherwise, false. Gets the collection of cells in the given table row. A object representing the collection of cells in the table row. Gets the collection of objects that are contained in this instance. An object of the class representing the collection of contained controls. Creates an instance of the class with the specified settings. A value, representing the row's height. An integer value, representing the number of cells in the row. An descendant. Creates an instance of the class with the specified settings. A object, representing the row's dimensions. An integer value, representing the number of cells in the row. An descendant. For internal use. Deletes a cell from the current table row. An XRTableRow object to be deleted from the table row. Gets or sets the height of the XRTableRow (measured in report units). A value representing the height of the control. Overrides the event. Inserts the cell into the table row. An object to be inserted into the table row. An integer value indicating the position in which to insert the cell, in the collection of row cells. Specifies the X-coordinate of the control's left edge (measured in report units). A value, representing the X-coordinate of the left edge of the control. For internal use. For internal use. For internal use. Overrides the method. Replaces the existing collection of cells in the row with an array of objects. An array of objects that will replace the existing collection of cells in the row. Gets or sets the size of the XRTableRow. A object that represents the control's width and height. Swaps the content of the specified 's cells. An object. An object. Gets the parent table for the table row. An object of the class. For internal use. For internal use. Overrides the event. Gets or sets the Y-coordinate of the control's top edge (measured in report units). A value, representing the Y-coordinate of the top edge of the control and measured in the units set by the property. Gets or sets the relative size of the XRTableRow in respect to the sizes of other rows in a table. A value, which specifies the row's size, in relation to other rows. Gets or sets the width of the XRTableRow (measured in report units). A value representing the width of the control. For internal use. For internal use. A single Cell in an 's Row. Initializes a new instance of the XRTableCell class with the default settings. For internal use. For internal use. For internal use. Specifies the height, width and location of the control. A object representing a rectangular region by its height, width and location. Gets or sets a value indicating whether the table cell's height can grow in order to display the contents in their entirety. true if the table cell's height can grow in order to display all its contents; otherwise, false. Overrides the property. true always. Gets or sets a value indicating whether the table cell's height can decrease if its contents do not completely fill the control. true if the table cell's height can decrease in order to remove unused space; otherwise, false. Gets or sets the height of the XRTableCell (measured in report units). A value representing the height of the control. Specifies the X-coordinate of the control's left edge (measured in report units). A value, representing the X-coordinate of the left edge of the control. For internal use. For internal use. Gets the cell following the given cell in a table row. An object representing the next cell in a row. Gets the cell previous to the given cell in a table row. An object representing the previous cell in a row. Gets a parent row for the XRTableCell object. An object of the class. Specifies the number of rows in the control that the cell spans. An integer value specifying the number of rows. For internal use. Gets or sets the Y-coordinate of the control's top edge (measured in report units). A value, representing the Y-coordinate of the top edge of the control and measured in the units set by the property. Specifies the relative size of the XRTableCell in respect to the sizes of other cells in a row. A value. Gets or sets the width of the XRTableCell (measured in report units). A value representing the width of the control. A Table control. Initializes a new instance of the XRTable class with the default settings. Makes the table width equal to the total width of its cells and the height equal to the total height of its rows. Starts the XRTable's initialization. Initialization occurs at runtime. Gets the collection of objects that are contained in this instance. An object of the class representing the collection of contained controls. Converts the objects that belongs to a selected instance to a set of individual controls. An array of objects. Creates an instance of the class with the specified settings. A object, representing the table's bounds. An integer value, representing the number of rows. An integer value, representing the number of columns. An descendant. Deletes the column that contains the specified cell from the current table. An object representing a table cell belonging to the column to be deleted. Deletes the column that contains the specified cell from the current table. An object representing a table cell belonging to the column to be deleted. true, to shrink the table by the width of the deleted column; otherwise, false. Deletes the specified row from the current table. An object representing a table row to be deleted. Ends the XRTable's initialization. Overrides the event. Inserts a column into the table to the left of the column that contains the cell passed as the parameter. An object of the class. If the baseCell parameter is null (Nothing in Visual Basic), the new column is added to the left from the first table column. An array of objects representing the inserted column. Inserts a column into the table to the left of the column that contains the cell passed as the parameter. An object of the class. If the baseCell parameter is null (Nothing in Visual Basic), the new column is added to the left of the first table column. true to expand the table width to accommodate a new column; false to fit the column into the current table width. An array of objects representing the inserted column. Inserts a column into the table to the right of the column that contains the cell passed as the parameter. An object of the class. If the baseCell parameter is null (Nothing in Visual Basic), the new column is added to the right from the last table column. An array of objects representing the inserted column. Inserts a column into the table to the right of the column that contains the cell passed as the parameter. An object of the class. If the baseCell parameter is null (Nothing in Visual Basic), the new column is added to the right of the last table column. true to expand the table width to accommodate a new column; false to fit the column into the current table width. An array of objects representing the inserted column. Inserts a row into the table above the given row. An object representing a row, above which a new row is inserted. An object inserted into the table. Inserts a row into the table below the given row. An object representing a row, below which a new row is inserted. If the baseRow parameter is null (Nothing in Visual Basic), then the newly created row is added after the last table row. An object inserted into the table. Overrides the property. Always false. For internal use. Specifies the orientation of the content within the XRTable's cells. A enumeration value. Gets the collection of rows contained in the table. An object of the class. For internal use. For internal use. Overrides the event. For internal use. For internal use. An individual style object that is also a base for all conditional formatting objects. Initializes a new instance of the XRControlStyle class with the default settings. Initializes a new instance of the class and copies the settings from the object passed as the parameter. An object whose settings are used to initialize the created object's properties. Initializes a new instance of the XRControlStyle class with the specified dpi value. A float value which specifies the dpi value used internally in the created XRControlStyle. Initializes a new instance of the XRControlStyle class with the specified settings. A structure. This value is assigned to the property. A structure. This value is assigned to the property. A enumeration value. This value is assigned to the property. A value. This value is assigned to the property. A value. This value is assigned to the property. A structure. This value is assigned to the property. A enumeration value. This value is assigned to the property. A object. This value is assigned to the property. A enumeration value. This value is assigned to the property. Initializes a new instance of the XRControlStyle class with the specified settings. A structure. This value is assigned to the property. A structure. This value is assigned to the property. A enumeration value. This value is assigned to the property. A value. This value is assigned to the property. A value. This value is assigned to the property. A structure. This value is assigned to the property. A enumeration value. This value is assigned to the property. A object. This value is assigned to the property. Initializes a new instance of the XRControlStyle class with the specified settings. A structure. This value is assigned to the property. A structure. This value is assigned to the property. A enumeration value. This value is assigned to the property. A value. This value is assigned to the property. A value. This value is assigned to the property. A structure. This value is assigned to the property. A enumeration value. This value is assigned to the property. Gets or sets the background color stored in this style. A object that represents the background color. Gets or sets the border color stored in this style. A object that represents the border color. Gets or sets the border dash style stored in this style. A enumeration value. The default is value . Specifies a set of borders (top, right, bottom, left) that should be visible for the control. A enumeration value or combination of values, specifying a set of visible borders. Overrides the property. A enumeration value that represents the border style of a control's brick. Specifies the border width, in floating point values. A value. Creates a copy of the current XRControlStyle object. A XRControlStyle object which is a copy of the current object. Gets the container of this control style object. An object which represents the container of this control style. Represents an object with all its style properties set to their default values. Occurs after the XRControlStyle has been disposed of. Determines whether the specified object is equal to the current XRControlStyle instance. The object to compare with the current object. true if the specified object is equal to the current XRControlStyle instance; otherwise false. Gets or sets the font stored in this style. A object that represents font settings including font face, size, and style attributes. Gets or sets the foreground color stored in this style. A object that represents the foreground color. Gets the hash code (a number) that corresponds to the value of the current XRControlStyle object. An integer value representing the hash code for the current object. For internal use. Gets a value indicating whether the control has been disposed of. true if the control has been disposed of; otherwise, false. Gets or sets the name of the control style. A representing the name of the control style. Gets or sets the padding stored in this style. A object that represents the padding values. Overrides the property. One of the enumeration's values that defines the visible brick borders. Gets or sets the site associated with this control style. An object associated with the component; or a null reference (Nothing in Visual Basic), if the component does not have a site. Overrides the property. A specifying the formatting for the text and its layout. Determines whether the specified instance equals the current instance. The object to compare the current object's properties with. true if the specified style is equal to the current instance; otherwise, false. Gets the object that determines which of the current style's properties are used by the current object. A object containing the style's properties. Gets or sets the text alignment stored in this style. A enumeration value that specifies how the text is aligned within the control. An object that determines which of a style's properties are used by an object. Initializes a new instance of the StyleUsing class with the default settings. Gets or sets a value indicating whether the style's property is used by the object. true if the object uses the property; otherwise, false. The default value is true. Gets or sets a value indicating whether the style's property is used by the object. true if the object uses the property; otherwise, false. The default value is true. Gets or sets a value indicating whether the style's property is used by the object. true if the object uses the property; otherwise, false. The default value is true. Gets or sets a value indicating whether the style's property is used by the object. true if the object uses the property; otherwise, false. The default value is true. Gets or sets a value indicating whether the style's property is used by the object. true if the object uses the property; otherwise, false. The default value is true. Gets or sets a value indicating whether the style's property is used by the object. true if the object uses the property; otherwise, false. The default value is true. Gets or sets a value indicating whether the style's property is used by the object. true if the object uses the property; otherwise, false. The default value is true. Gets or sets a value indicating whether the style's property is used by the object. true if the object uses the property; otherwise, false. The default value is false. A method that will handle the events associated with the value changes of any properties. Handles the events associated with the value changes of any properties. An object of any type that triggers an event associated with the property's value changes. An object of the class that provides data for the events associated with the property's value changes. Provides data for the events that are associated with changes to property values. Initializes a new instance of the class. An object representing the old value of the property whose change triggered the event. An object representing the new value of the property whose change triggered the event. Gets an object which represents the new value of the property whose change triggered the event. An object of the class. Gets an object which represents the old value of the property whose change triggered the event. An object of the class. A method that will handle the event. Handles the event. An object of any type that triggers the event. A object that provides data for the event. Provides data for the events that are associated with a band. Initializes a new instance of the class. A object, for which an event has occurred. Gets a band, for which an event has occurred. An object of the class. Specifies where to make a page break, with respect to the given band. A page break is inserted after the band. A page break is inserted after the band with the exception of the last entry. A page break is inserted before the band. A page break is inserted before the band with the exception of the first entry. No page breaks should be inserted before or after the current band. The base for the class. For internal use. Initializes a new instance of the PivotFieldValueEventArgs class with the specified settings. A object. Initializes a new instance of the PivotFieldValueEventArgs class with the specified pivot grid field. An object. Provides data for the , , , and events. Initializes a new instance of the PreviewMouseEventArgs class with the specified settings. A object, representing a control's contents in a report document. This value is assigned to the property. A object, specifying the changes to property values. Gets a visual brick that represents this control's contents on a report page. A object which represents the control's contents. Obtains the location and size of the on the screen. A object representing brick bounds on the screen. Provides access to the value that specifies which mouse button has been clicked. A enumeration member, specifying which mouse button has been clicked. Gets the control which shows the print preview of the report for this event. A object which represents the preview control for the event. Specifies how groups of records should be split across pages, if required. A group is printed so that it is split across several pages if there isn't enough space on a page to print the entire group. A group is printed entirely on a single page (including its group header, rows and footer). This means that if there isn't enough space on a page to print the entire group, this group is printed on the following page. However, if the height of the entire group is more than the page height, this group is still split across several pages. A group is split across several pages "as is". However, if there isn't enough space on a page to print a Group Header together with the following group row, they both are moved to the next page, so that a Group Header is never printed on a page alone (with no group rows below it). A Panel control that can contain other controls. Initializes a new instance of the XRPanel class with the default settings. Gets or sets a value indicating whether the panel's height can grow in order to display the contents in their entirety. true if the panel's height can grow in order to display all its contents; otherwise, false. Overrides the property. true always. Specifies whether or not the panel's height is allowed to decrease if its contents do not completely fit into the control's dimensions. true, if the panel's height is allowed to decrease; otherwise, false. For internal use. For internal use. For internal use. For internal use. Specifies the content orientation of controls residing within the XRPanel. A enumeration value. Specifies the inner indents to be maintained when report elements are aligned to the 's edges using snap lines. A object, containing padding information associated with the control. For internal use. For internal use. Overrides the event. For internal use. For internal use. Lists the available right-to-left layout states. The right-to-left feature is disabled. The right-to-left feature is enabled. Lists the modes of assigning the right-to-left feature to a specific control. The right-to-left state is obtained from the control's parent container. The right-to-left feature is disabled. The right-to-left feature is enabled. Provides information about a report, according to its . Initializes a new instance of the ReportInfo class with the default settings. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. A Page Information control that is used to display auxiliary information on report pages. Initializes a new instance of the XRPageInfo class with the default settings. For internal use. For internal use. Returns an object representing the default padding value for the XRPageInfo class. A object representing the default padding for a page info control. For internal use. For internal use. Gets or sets the value of the type. A enumeration value that determines the auxiliary information (date, page number etc.) displayed on each report page. Specifies the orientation of the XRPageInfo's content. A enumeration value. Gets or sets the band upon which gathers information. A descendant, upon which XRPageInfo's data is calculated. Gets or sets the value used as the number to start numbering the pages from within the control. An integer value indicating the page number for the first report's page. For internal use. Specifies the control's format. A string that specifies the control's format. For internal use. A Page Break control that defines a page delimiter in a report. Initializes a new instance of the XRPageBreak class with the default settings. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use only. Overrides the property, to hide it. A object. For internal use. For internal use. This event is not available for the XRPageBreak class. This event is not available for the XRPageBreak class. For internal use. For internal use. For internal use. For internal use. For internal use. This event is not available for the XRPageBreak class. For internal use. For internal use. For internal use. For internal use. This event is not available for the XRPageBreak class. This event is not available for the XRPageBreak class. This event is not available for the XRPageBreak class. This event is not available for the XRPageBreak class. This event is not available for the XRPageBreak class. This event is not available for the XRPageBreak class. Provides access to an object that contains XRPageBreak-specific scripts to handle its events in the End-User Report Designer. An object, specifying XRPageBreak script events. This event is not available for the XRPageBreak class. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. This event is not available for the XRPageBreak class. For internal use. For internal use. A container for embedding the class and its descendants into your reports. Initializes a new instance of the WinControlContainer class with the default settings. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. Gets or sets the type of the method that is used to draw a Windows Forms control in a report. A enumeration value. For internal use. For internal use. For internal use. For internal use. For internal use. Gets or sets a value which indicates how a WinControl contents is rendered. A enumeration value which specifies how a WinControl is rendered in a report. For internal use. For internal use. For internal use. Gets or sets a value which indicates whether a WinControl's contents should be rendered as a set of Printing System bricks (if possible), or as an image. A enumeration value. For internal use. For internal use. Gets or sets a Boolean value indicating whether the Windows Forms control should synchronize its bounds with the bounds of the object it is contained in. true to synchronize the bounds of the Windows Forms control and the ; otherwise, false. For internal use. For internal use. Gets or sets a object that is placed into the object. A class descendant. Occurs when a new object is placed into the object. For internal use. For internal use. A report band used to display a report's header. Report controls placed on this band are displayed once, at the beginning of the report. Initializes a new instance of the ReportHeaderBand class with the default settings. A report band used to display a report's footer. Report controls placed on this band are displayed once, at the end of the report. Initializes a new instance of the ReportFooterBand class with the default settings. Gets or sets a value which specifies whether the Report Footer should be printed at the bottom of the last page, or immediately after the last report's details. true if the Report Footer should be printed at the bottom of a page; otherwise, false. A report band used to display information at the beginning of every report page. Initializes a new instance of the PageHeaderBand class with the default settings. A report band used to display information at the end of every report page. Initializes a new instance of the PageFooterBand class with the default settings. A collection of objects. Initializes a new instance of the GroupFieldCollection class with the specified owner band. A object which specifies the owner band for this collection. Appends an array of group fields to the collection. An array of objects to append to the collection. An indexer that returns the object with the specified field name in the collection. A string containing a field name in the primary data source. A object that has the specified field name in the collection. A collection of objects. Initializes a new collection of bands in the specified report. A report in which the collection of bands will be initialized. Overrides the method. A object to add to the collection of bands. An integer value indicating the position into which the new band was inserted. Adds an array of objects to the collection. An array of objects to add to the collection. Determines whether the specified band is a member of the collection. The object to locate in the collection. true if the band is a member of the collection; otherwise, false. Returns a object if an object of the specified type is contained in the collection. A object representing the type of band to locate. A descendant representing the band found. Returns null (Nothing in Visual Basic) if there isn't any band of the specified type in the collection. Returns the zero-based index of the specified band in the collection. A object to locate in the collection. An integer value representing the position of the specified band in the collection. An indexer that returns the object located at the specified index in the collection. An integer index value that identifies a object in the collection. A object that has the specified index in the collection. Provides access to individual items in the collection by their names. A value specifying the name of the band to get. A class descendant which represents the band with the specified name. An indexer that returns the object that is of the specified band kind. A enumeration value that identifies a object by its band kind in the collection. The object that has the specified band kind in the collection. If no band with the specified band kind was found in the collection the indexer returns null (Nothing in Visual Basic). Removes the specified band from the collection. A object to remove from the collection of bands. The base for classes that provide functionality to report bands. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. Overrides the property. true always. For internal use. For internal use. For internal use. This event is not available for the Band class. Overrides the event to hide it. For internal use. Occurs when the band height is changed. Specifies the band's height (measured in report units). A value representing the height of the band. This event is not available for the Band class. Gets or sets a value which specifies whether a band can be split across pages. true to keep the contents of the entire band on a single page; otherwise, false. For internal use. This event is not available for the Band class. For internal use. For internal use. For internal use. For internal use. Gets or sets a value that determines where to make a page break, in respect to the given band. A enumeration value. This event is not available for the Band class. This event is not available for the Band class. This event is not available for the Band class. This event is not available for the Band class. This event is not available for the Band class. This event is not available for the Band class. This event is not available for the Band class. For internal use. Provides access to an object that contains Band-specific scripts to handle its events in the End-User Designer. A object, which represents scripts handling Band's events. This event is not available for the Band class. For internal use. For internal use. Specifies the band's inner indents to be maintained when report elements are aligned to the band's edges using snap lines. A object, containing padding information associated with the band. Provides access to the band's collection of sub-bands. A object. For internal use. For internal use. This event is not available for the Band class. Replaces the method. A object. Replaces the method. One of the values that specifies the text rendering mode. A object. For internal use. For internal use. For internal use. For internal use. Specifies the types of bands used in the XtraReports Suite. Objects placed in this band are displayed at the bottom of each page. This section usually contains the page number and other auxiliary information. Objects placed in this band are displayed with each new record from the primary data source. A band of this type contains the bulk of the report data as it is reprinted for each record, and typically displays individual records. This band contains a detail report which contains its own bands and controls. This detail report band is intended to create master-detail reports. Objects placed in this band are displayed at the end of each group of records. Normally used to provide summary values based upon the group's data. Objects placed in this band are displayed at the beginning of each group of records. Typically holds the field headers for the group. This band kind is intended for internal use only. Objects placed in this band are displayed at the bottom of each page, above the . Normally used to contain the footer of a table continued on the following page. Objects placed in this band are displayed at the top of each page, below the . Normally used to contain the header of a table continued from the previous page. Objects placed in this band are displayed once, at the end of the report. Used to display information only required once at the end of the report such as grand totals. Objects placed in this band are displayed once, at the beginning of the report. Usually contains the report title and any other information only required at the start of the report. This band provides a functional copy of the source band below which it is located. Objects placed in this band are displayed at the top of each page. These can be used to display the date, report name, etc. For internal use. For internal use. For internal use. Determines whether or not the specified object is equal to the current BandKindAttribute instance. The object to compare with the current object. true if the specified object is equal to the current BandKindAttribute instance; otherwise false. Gets the hash code that corresponds to the value of the current BandKindAttribute object. An integer value representing the hash code for the current object. If implemented, enables you to assign scripts to a report control. Provides access to a collection of script events available for a report control. An descendant. Defines filter conditions of a specific series or a series template in a report's chart. Initializes a new instance of the XRDataFilter class with the specified settings. A value, specifying the column name. This value is assigned to the property. A value, specifying the data type. This value is assigned to the property. A object. This value is assigned to the property. A value, assigned to the property. Initializes a new instance of the XRDataFilter class with the specified settings. A value, specifying the column name. This value is assigned to the property. A value, specifying the data type. This value is assigned to the property. A object. This value is assigned to the property. A value, specifying the data source. A value, specifying the data member. Initializes a new instance of the XRDataFilter class with the default settings. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Creates a new XRDataFilter instance, which is a copy of the current instance. A new XRDataFilter instance, which is a copy of the current instance. For internal use. For internal use. Specifies the value by which series data should be filtered. A value. Specifies the data field providing values by which series data should be filtered. A object. Enables you to use an to visualize data in report groups without writing report scripts. Initializes a new instance of the ValueBinding class with the default settings. Initializes a new instance of the ValueBinding class with the specified settings. A value, specifying the data source. This value is assigned to the property. A value, specifying the data member. This value is assigned to the property. Initializes a new instance of the ValueBinding class with the specified prototype. A object, specifying a prototype for a new ValueBinding instance. Specifies the data member containing a data field that will provide values by which series data should be filtered. A value, specifying the data member. Specifies the data source containing a data field that will provide values by which series data should be filtered. A value, specifying the data source. The base class for any report created using the XtraReports Suite. Initializes a new instance of the XtraReport class with the default settings. For internal use. Starts the XtraReport's initialization. Initialization occurs at runtime. Starts the XtraReport's runtime initialization. Gets or sets the text shown as a root bookmark in a Document Map. A representing a root bookmark's text. Specifies whether or not to suppress duplicated bookmarks in a final document. true if duplicated bookmarks are suppressed in a final document; otherwise, false. Provides access to a report's collection of calculated fields. A object. For internal use. Collects all report parameters that satisfy the specified conditions. A list of the objects. A Predicate object that stores the parameter conditions. For internal use. Gets the assembly-qualified name of the report. A value specifying the assembly-qualified name of a report, which includes the name of the assembly from which the report was loaded. Creates a document from the object, so it can be displayed or printed. Creates a document from the object, so the report can be displayed or printed. Optionally, the document pages can be generated progressively and accessed as soon as they are created. Document creation is always synchronous and does not occur in a background thread. true to enable accessing document pages progressively as they are created; otherwise false. For internal use. Creates a report document for editing using a Silverlight Report Designer. Creates a Printing System for the report. A object that represents the report's Printing System. Provides access to a collection of cross-band controls in the current report. An object containing all cross-band controls, which exist in the current report. Gets or sets an XML/XSD file, containing a schema of a report's data source. A value. Always . A object representing the default page size (850 by 1100 hundredths of an inch) used for reports. Represents the default paper type () used in a report. Provides access to an object that defines which of the system's default printer settings should be used when printing an . A object, specifying which of the default printer's settings should be used by this object. Occurs after the End-User Designer has been loaded for the current report instance. Provides access to the options that determine the availability of popup hints and warnings in the Report Designer. A object that represents the designer options. Specifies text displayed in the report title of a corresponding End-User Designer's tab, as well as the default file name of the exported document. A value, specifying the report's display name. For internal use. Gets or sets a value indicating whether to draw the snap grid over the report surface. true, to display the snap grid; otherwise, false. Gets or sets a value indicating whether or not to draw a watermark at design time. true, to display a watermark; otherwise, false. For internal use. Ends the XtraReport's initialization. Ends the XtraReport's runtime initialization. This method is intended for internal use only. Normally, you don't need to use it. For internal use. For internal use. For internal use. Overrides the property, to hide it. Gets the settings used to specify exporting parameters when exporting a report. An object which contains the export settings for a report. Exports a report to the specified file path in CSV format using the specified CSV-specific options. A which specifies the file name (including the full path) for the created CSV file. A object which specifies the CSV export options to be applied when a report is exported. Exports a report to the specified file path in CSV format. A which specifies the file name (including the full path) for the created CSV file. Exports a report to the specified stream in CSV format using the specified CSV-specific options. A object to which the created CSV file should be sent. A object which specifies the CSV export options to be applied when a report is exported. Exports a report to the specified stream in CSV format. A object to which the created CSV file should be sent. Exports a report to the specified stream in DOCX format. A object to which the created DOCX file should be sent. Exports a report to the specified stream in DOCX format using the defined DOCX-specific options. A object to which the created DOCX file should be sent. A object that specifies the DOCX export options to be applied when a report is exported. Exports a report to the specified file path in DOCX format using the specified DOCX-specific options. A value that specifies the file name (including the full path) for the created DOCX file. A object that specifies the DOCX export options to be applied when a report is exported. Exports a report to the specified file path in DOCX format. A value that specifies the file name (including the full path) for the created DOCX file. Exports a report to the specified stream in HTML format. A object to which the created HTML file should be sent. Exports a report to the specified stream in HTML format using the specified HTML-specific options. A object to which the created HTML file should be sent. A object which specifies the HTML export options to be applied when a report is exported. Exports a report to the specified file path in HTML format. A which specifies the file name (including the full path) for the created HTML file. Exports a report to the specified file path in HTML format using the specified HTML-specific options. A which specifies the file name (including the full path) for the created HTML file. A object which specifies the HTML export options to be applied when a report is exported. Exports a report to the specified stream in Image format. A object to which the created Image file should be sent. Exports a report to the specified stream in Image format using the specified Image-specific options. A object to which the created Image file should be sent. A object which specifies the Image export options to be applied when a report is exported. Exports a report to the specified file path in Image format using the specified Image-specific options. A which specifies the file name (including the full path) for the created Image file. A object which specifies the Image export options to be applied when a report is exported. Exports a report to the specified file path in Image format. A which specifies the file name (including the full path) for the created Image file. Exports a report to the specified stream in the specified Image format. A object to which the created Image file should be sent. A object which specifies the image format. Exports a report to the specified file path using the specified image format. A which specifies the file name (including the full path) for the created Image file. A object which specifies the image format. Exports a document to HTML and then inserts it into a specified e-mail. A object. A value, specifying the sender. A value, specifying a comma-separated list of recipients. A value, specifying the e-mail subject. A object. Exports a document to HTML and then inserts it into a specified e-mail. A object. A object. Exports a document to HTML and then inserts it into a specified e-mail. A value, specifying the sender. A value, specifying a comma-separated list of recipients. A value, specifying the e-mail subject. A object. Exports a document to HTML and then inserts it into a specified e-mail. A object. Exports a report to the specified stream in MHT format. A object to which the created MHT file should be sent. Exports a report to the specified stream in MHT format using the specified MHT-specific options. A object to which the created MHT file should be sent. A object which specifies the MHT export options to be applied when a report is exported. Exports a report to the specified file path in MHT format. A which specifies the file name (including the full path) for the created MHT file. Exports a report to the specified file path in MHT format using the specified MHT-specific options. A which specifies the file name (including the full path) for the created MHT file. A object which specifies the MHT export options to be applied when a report is exported. Exports a report to the specified file path in PDF using the specified PDF-specific options. A which specifies the file name (including the full path) for the created PDF file. A object which specifies the PDF export options to be applied when a report is exported. Exports a report to the specified stream in PDF. A object to which the created PDF file should be sent. Exports a report to the specified stream in PDF using the specified PDF-specific options. A object to which the created PDF file should be sent. A object which specifies the PDF export options to be applied when a report is exported. Exports a report to the specified file path in PDF. A which specifies the file name (including the full path) for the created PDF file. Exports a report to the specified stream in RTF format. A object to which the created RTF file should be sent. Exports a report to the specified file path in RTF format. A which specifies the file name (including the full path) for the created RTF file. Exports a document to the specified file path in RTF format. A object to which the created RTF file should be sent. An object, containing RTF export settings. Exports a document to the specified file path in RTF format. A which specifies the file name (including the full path) for the created RTF file. An object, containing RTF export settings. Exports a report to the specified stream in Text format. A object to which the created Text file should be sent. Exports a report to the specified stream in Text format using the specified Text-specific options. A object to which the created Text file should be sent. A object which specifies the Text export options to be applied when a report is exported. Exports a report to the specified file path in Text format. A which specifies the file name (including the full path) for the created Text file. Exports a report to the specified file path in Text format using the specified Text-specific options. A which specifies the file name (including the full path) for the created Text file. A object which specifies the Text export options to be applied when a report is exported. Exports a report to the specified stream in XLS format. A object to which the created XLS file should be sent. Exports a report to the specified file path in XLS format. A which specifies the file name (including the full path) for the created XLS file. Exports a report to the specified file path in XLS format using the specified XLS-specific options. A which specifies the file name (including the full path) for the created XLS file. A object which specifies the XLS export options to be applied when a report is exported. Exports a report to the specified file path in XLS format. A object to which the created XLS file should be sent. A object which specifies the XLS export options to be applied when a report is exported. Exports a report to the specified stream in XLSX format. A object to which the created XLSX file should be sent. Exports a report to the specified file path in XLSX format using the specified XLSX-specific options. A object to which the created XLSX file should be sent. A object which specifies the XLSX export options to be applied when a report is exported. Exports a report to the specified file path in XLSX format. A which specifies the file name (including the full path) for the created XLSX file. Exports a report to the specified stream in XLSX format using the specified XLS-specific options. A which specifies the file name (including the full path) for the created XLSX file. A object which specifies the XLSX export options to be applied when a report is exported. Provides access to the report's extensions. A dictionary storing the report extensions. Fires after page rendering if a gap remains between the rendered bands. Occurs every time the Property Grid refreshes its item list in the End-User Designer. Occurs every time the Property Grid refreshes its item list in the End-User Designer. Provides access to a collection of formatting rules stored in a report. A object, that represents the collection of objects. Loads the report definition from the specified REPX file. A value, specifying the full path (including the file name and extension) to the REPX or XML file. true to restore the property values of a report along with the settings applied to its elements (bands and controls); false to load only the base type settings of the specified report. An class (or its descendant, the type of which is specified in the REPX or XML file). Loads the report definition from the specified REPX file. A value, specifying the full path (including the file name and extension) to the REPX or XML file. An class (or its descendant, the type of which is specified in the REPX or XML file). Loads the report definition data from the specified stream and creates a report object from it. The created report's class is also specified in the REPX data format. The object containing the REPX or XML data to load. true to load the report's state which is also saved in the REPX or XML data; otherwise, false. An class or its descendant of the type specified in the REPX or XML data. Loads the report definition data from the specified stream and creates a report object from it. The created report's class is also specified in the REPX data format. The object containing the REPX or XML data to load. An class or its descendant of the type specified in the REPX or XML data. For internal use. Returns a collection of controls for which export warnings exist. A collection of objects. When the brick dimensions do not fit into the bottom page margin, specifies whether the brick content is split across two pages or moved to a new page. A enumeration value. This event is not available for the XtraReport class. Gets or sets a value indicating whether the page orientation is landscape. true if the page orientation is landscape; otherwise, false. Loads the report's definition (layout and configuration) from a object in the REPX format. A object containing the report's definition. Loads the report's definition (layout and configuration) from a file in the REPX format. A value specifying the path to the REPX file to be loaded, containing the report's definition. Restores the report from its XML definition residing in the specified stream. A object. Restores the report from its XML definition residing in the specified file. A , specifying the file name and location. For internal use. Gets or sets the margins of the report's pages (measured in report units). A object specifying the margins of a report page. Gets or sets the object which contains the current report as a subreport. The object which includes the current report. For internal use. For internal use. Gets or sets the fill color of report pages. A structure that specifies a page color. Gets or sets the height of the report's pages (measured in report units). This can only be set if the is set to Custom. An integer value which represents the height of the report's pages. Gets a collection of pages generated for this report. A object, specifying a collection of pages. Gets or sets the size of the report's pages (measured in report units). A object representing the size of the report's pages. Gets or sets the width of the report's pages (measured in report units). This can only be set if the is set to Custom. An integer value equal to the width of the report's pages. Gets or sets the type of paper for the report. A enumeration value. Gets or sets the name of the custom paper which is used in the printer that the document is going to be printed on. A specifying the name of the paper. Provides access to a report's collection of parameters. A object, specifying a collection of report parameters. Occurs before displaying the Parameters panel in a Print Prevew. Occurs when all parameter values in the Parameters UI are entered, and the Submit button is pressed. Occurs when the parameter values are changed in the Parameters UI. For internal use. Specifies the name of the printer to use for printing the report. A value, specifying the name of the printer to use. Returns a report's Printing System that provides print and export settings. A descendant that provides print and export settings to the report. Occurs before sending every document page to a printer to indicate the current printing progress. Specifies the system of measurement that is used throughout a report for expressing the values of certain properties (e.g., an element's location, dimensions and margins). A enumeration value. Specifies whether the report document creation should start after all the report parameters are submitted. true, to start to report document creation after submitting its parameters; otherwise, false. Specifies the content orientation of the XtraReport's controls. A enumeration value. Specifies the position of controls within report bands. A enumeration value. Specifies whether the document is supposed to be printed on roll paper (i.e., as a single uninterrupted page). true to provide a continuous document layout, suited for roll paper printing; otherwise false. Occurs when a report is saved to an REPX file and allows you to manually decide which components should be stored into a report definition file, and which aren't. Saves the report's definition (layout and configuration) to a file in the REPX format. A containing the full path (including the file name) specifying where the report's definition will be saved. Saves the report's definition (layout and configuration) to a object in the REPX data format. A object to which the report's definition will be saved. Saves the report's definition (layout and configuration) to a object in the REPX data format, with an exception thrown if an error occurs. A object to which the report's definition will be saved. true if a exception should be thrown on error; otherwise, false. Saves the report's definition (layout and configuration) to a file in the REPX format, with an exception thrown if an error occurs. A containing the full path (including the file name) specifying where the report's definition will be saved. true if a exception should be thrown on error; otherwise, false. Save the report in XML format to the specified stream. A object. Save the report in XML format to the specified file. A , specifying the file name and location. Gets or sets the scripting language of all the scripts used in this object. One of the enumeration's values specifying the language of the scripts used in the report. Specifies the collection of file names (with full paths, or file names only if the assemblies are located in GAC) of the assemblies used by the scripts in a report. An array of values, specifying the referenced assemblies. Gets or sets the string containing all script references represented by the property. A containing all the strings returned by the property. Provides access to an object that contains XtraReport-specific scripts to handle its events in the End-User Designer. An object, which represents scripts handling XtraReport's events. Provides access to the collection of security permissions used to permit particular operations in report scripts. A object, specifying a collection of security permissions. Specifies the report scripts. A value, storing the code of all report scripts. For internal use. For internal use. Specifies whether the report preview window shows page margin lines. true to show page margin lines; otherwise false. For internal use. Gets or sets a value which specifies whether an error message is shown when the page margins are set outside the printable area. true to show the margins warning dialog; otherwise false. Gets or sets a value specifying whether a print status dialog is shown when a document is printed. true to show the print status dialog; otherwise false. Gets or sets a value indicating whether all property names and their values should be displayed in the user-friendly format in the Property Grid and smart tags of the End-User Designer. true to display user-friendly names; otherwise, false. For internal use. Specifies the dimensions of the report designer snap grid. A value, that specifies the snap grid size. Note that it should be greater than 0. Specifies the number of grid cells comprising a larger snap grid unit. A non-zero positive integer value. Specifies the mode in which report elements are snapped to each other when they are resized or being relocated. A enumeration value representing the snapping mode. For internal use. For internal use. A value. Interrupts the process of document creation. Provides access to a collection of styles stored in a report. An object, that represents the collection of objects. Gets or sets the path to the style sheet contained in a style sheet file. A containing the full path (including the file name and extension) specifying where the style sheet file is located. Converts report measurement units into screen coordinates. A enumeration value. A value. Validates report scripts. A object, representing a collection of compiler errors or warnings. For internal use. Gets or sets a value indicating whether report controls outside the right page margin should be split across pages, or moved in their entirety to the next page. A enumeration value, which specifies the splitting method of report controls in the vertical direction. Provides access to a report's watermark settings. An object, specifying the report's watermark. A Line control. Initializes a new instance of the XRLine class with the default settings. For internal use. For internal use. For internal use. For internal use. Overrides the property. An object that is a collection of bindings for the control. For internal use. For internal use. Gets or sets the line direction. A enumeration value, which determines the current line direction. Gets or sets the style used to draw a line. A enumeration value that represents the line style. Specifies the width (in report units) of the . An integer specifying the line's width, in report measurement units. For internal use. Provides access to an object that contains XRLine-specific scripts to handle its events in the End-User Report Designer. An object, specifying XRLine script events. For internal use. For internal use. For internal use. This event is not available for the XRLine class. For internal use. For internal use. Displays plain text in a report. Initializes a new instance of the XRLabel class with the default settings. Gets or sets the angle by which the 's text is rotated. A float value specifying the angle by which the label's text is rotated. Specifies whether or not the width of a label depends on its text. true, to automatically adjust the width to accommodate the label text; otherwise, false. Gets or sets a value indicating whether the label's height can grow in order to display the contents in their entirety. true if the label's height can grow in order to display all its text; otherwise, false. Gets or sets a value indicating whether the label's height can decrease if its text does not completely fill the control. true if the label's height can decrease in order to remove unused space; otherwise, false. Returns an object representing the default padding value for the XRLabel class. A object representing the default padding for a label. Provides access to options that define whether and how a control's content can be edited in Print Preview. A object that contains the edit settings for a control. Enables sorting a report in Print Preview by clicking the XRLabel. A object. Overrides the property. true to keep the contents of the entire control on a single page; otherwise, false. Gets or sets the text lines in the control. An array of strings that contain the text in the label control. Gets or sets a value specifying whether carriage returns (CRLF) stored in a label's text should be processed. true if carriage returns should be processed; otherwise, false. Specifies the text shown by the XRLabel when the value of its bound data field is null. A value. Specifies how to process report controls with duplicate values. A enumeration value. Specifies whether to process duplicate values of the , or property. A enumeration value. Specifies how to process a Label control receiving a null value from a connected data source. A enumeration value. Specifies the orientation of the XRLabel's content. A enumeration value. Provides access to an object that contains XRLabel-specific scripts to handle its events in the End-User Report Designer. An object, specifying XRLabel script events. Gets the value that was calculated for the data source field bound to the property of the given label. An object that represents the calculated numerical value. Occurs when the automatic summary value of a label has been calculated. Occurs when a summary gets its final value. Occurs when the summary value needs to be set to its initial value when calculating a custom summary. Occurs when a report retrieves the next data row in the bound data source. Specifies the output format for the label's text. A string containing the output format for the label's text. Specifies the string trimming mode applied to the XRLabel text. A enumeration value, specifying the text trimming mode. Specifies a label's actual value. A specifying an actual control value. A collection of objects. Initializes a new instance of the XRControlCollection class with the specified owner. An object, which will be the container for the created collection. Adds the specified control to the collection. An object to add to the collection. An integer value indicating the position into which the new element was inserted. If the control is already included in the collection the return value indicates the existing position of the control inside the collection. Appends an array of controls to the collection. An array of objects to append to the collection. Determines whether the specified control is a member of the collection. The object to locate in the collection. true if the control is a member of the collection; otherwise, false. Returns the zero-based index of the specified control in the collection. An object to locate in the collection. An integer value representing the position of the specified control in 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. An object which represents the control at the specified position. Provides access to individual items in the collection by their names. A value specifying the name of the control to get. An object which represents the control with the specified name. Removes the specified control from the collection. An object to remove from the collection. Sets the index of the specified child control in the collection to the specified index value. The child object to search for. The new index value of the control. The base class for all visual controls used for creating reports. Initializes a new instance of the XRControl class with the default settings. Occurs after an object is displayed in the report. Returns a collection that contains all controls found within XRControl (within a report). A collection of objects with the specified type. Specifies the horizontal anchoring style of a report control. A enumeration member, specifying the side of the control's container. Specifies the vertical anchoring style of a report control. A enumeration member, specifying the side of the control's container. Gets or sets the control's background color. A object that represents the background color. The default value is . Provides access to the owner band, in which the current control is situated. A class descendant representing the owner band. Occurs before an object creates its image in a report being previewed/printed/exported. Bindable. Gets or sets the text of a bookmark for this control. A representing the bookmark's text which is shown in the report's document map. Gets or sets the report control whose bookmark is the parent of the current bookmark. An object representing the control whose bookmark is the parent of the current bookmark. Gets or sets the control's border color. A object that represents the border color. Specifies the dash style for the control's border. A enumeration value. The default is value . Specifies a set of borders (top, right, bottom, left) that should be visible for the control. A enumeration value or combination of values, specifying a set of visible borders. Specifies the width of cell borders in pixels, as a floating point value. A value. For internal use. Gets the Y-coordinate of the control's bottom edge (measured in report units). A value, representing the Y-coordinate of the control's bottom edge (measured in the units set by the property). For internal use. Specifies the location and size of a report element, according to the system of measurement selected for the report. A structure, specifying the element's dimensions and location. Brings the control to the front of the z-order. Gets or sets a value indicating whether the control's height can grow in order to display the content in its entirety. true, if the control's height can grow in order to display the entire content; otherwise, false. Gets a value indicating whether the control can contain other controls. A Boolean value indicating whether an instance can contain other controls. Specifies whether or not a report control is displayed in a printed or exported document. true, to display a report control in a printed or exported document; false, to display a report control only in a preview. Gets or sets a value indicating whether the control's height can decrease if its contents do not completely fill the control. true, if the control's height can decrease in order to remove unused space; otherwise, false. Gets the collection of objects or their descendants that are contained in this control. An object of the class representing the collection of contained controls. For internal use. Provides access to the collection of a control's bindings. An value, specifying the collection of the control's bindings. For internal use. For internal use. For internal use. Occurs when an object is drawn or redrawn in a report's Print Preview. For internal use. Occurs after a data-bound object obtains data from its data source. Gets or sets the current even style for the control. A string containing the name of the current even style for the object. Provides access to a control's collection of expression bindings. An object. Finds the control that has the specified name in the collection. A specifying the name of the control to find. true to ignore the case of the parameter name and the names of the controls in the collection; otherwise, false. An object which has the specified name and is contained in the collection. If there isn't any control with the specified name in the collection of child controls, then null (Nothing in Visual Basic). Gets or sets the control's font. A object that represents font settings including font face, size, and style attributes. Gets or sets the control's foreground color. A object that represents the foreground color. For internal use. Provides access to a collection of formatting rules applied to this control. A object, containing instances. Returns the color actually used as the control's background color. A value representing the effective background color. Returns the color actually used as the control's border color. A value representing the effective border color. Returns the border dash style that is actually used by the control. A value representing the effective border dash style. Returns the borders settings actually used as the control's borders settings. A enumeration value representing the effective borders settings. Returns the border width settings actually used as the control's current settings. A value representing the effective border width settings. Returns the font actually used as the control's font. A value representing the effective font. Returns the color actually used as the control's foreground color. A value representing the effective foreground color. Returns the padding values actually used as the control's padding. A object representing the effective padding values. Returns the actual visual style of a control taking into account all formatting rules and odd/even styles applied to the control. An object, specifying the actual values of appearance properties. Returns the text alignment actually used as the control's text alignment. A enumeration value representing the effective text alignment. Gets a value indicating whether the control contains other objects. true if the collection returned by the property of the given contains at least one item; otherwise, false. For internal use. Specifies the control's height (measured in report units). A value representing the height of the control. This value cannot be less than 2 units. Occurs when a new item used for a Web representation of the control is created. Gets the zero-based index of this control in its parent's collection of controls. An integer value indicating the position of this object in the parent's collection returned by the property. For internal use. Gets a value indicating whether the control has been disposed of. true if the control has been disposed of; otherwise, false. Checks whether the report element (control or band) is a single child of its parent. true if the report element is a single child; otherwise, false. Specifies whether a control can be split across pages. true, to print the control's on the next page; otherwise, false. For internal use. Specifies the X-coordinate of the control's left edge (measured in report units). A value, representing the X-coordinate of the left edge of the control. For internal use. Occurs when the value of the property is changed. Specifies the floating-point representation of the coordinates of the control's upper-left corner. A value, specifying the upper-left corner of the control. For internal use. Supports serialization of the property. A object. Gets or sets a value that specifies whether this control can be changed by an end-user in the End-User Designer. true if the control is locked and hence can't be changed by an end-user; otherwise, false. Gets or sets a name of the control. A containing a name of the control. Bindable. Specifies the URL to navigate to when the control is clicked. A value containing the URL. For internal use. Gets or sets the current odd style for the control. A string containing the name of the current odd style for the object. Gets or sets the control's padding values (measured in report units). A object that represents the padding values. Gets or sets the parent object of this control. An object representing this 's parent. Occurs when the instance's parent is changed. For internal use. Forces the control to apply layout logic to itself and all its child controls. Occurs when the mouse button is clicked while the cursor is hovering over one of the bricks created by the for its representation in the report preview. Occurs when the left mouse button is double-clicked while the cursor is hovering over one of the bricks created for the control's representation in the report preview. Occurs when an end-user presses the mouse button while the mouse pointer is hovering over one of the bricks created for the control's representation in the report preview. Occurs when the mouse cursor moves over the control during the report's preview. Occurs when an end-user releases the left mouse button while the mouse pointer is hovering over one of the bricks created for the control's representation in the report preview. Occurs when the representation of a control is printed on the current page of the report. For internal use. For internal use. For internal use. For internal use. Removes inappropriate bindings assigned to the XRControl's properties. An predicate. Provides access to the report that contains the control. An descendant. Resets the property value, so that it is no longer stored in the current control and is obtained from its parent instead. Resets the property value, so that it is no longer stored in the current control and is obtained from its parent instead. Resets the property to en empty value. Resets the property value, so that it is no longer stored in the current control and is obtained from its parent instead. Resets the property value, so that it is no longer stored in the current control and is obtained from its parent instead. Resets the property value, so that it is no longer stored in the current control and is obtained from its parent instead. Resets the property value, so that it is no longer stored in the current control and is obtained from its parent instead. Resets the property value, so that it is no longer stored in the current control and is obtained from its parent instead. Resets the property value, so that it is no longer stored in the current control and is obtained from its parent instead. Resumes normal layout logic for the control. For internal use. Gets the X-coordinate of the control's right edge (measured in report units). A value, representing the x-coordinate of the right edge of the control and measured in the units set by the property. For internal use. Provides access to the report to which the control belongs. An value. For internal use. Provides access to an object that contains XRControl-specific scripts to handle its events in the End-User Report Designer. An object, specifying XRControl script events. Sends the control to the back of the z-order. For internal use. Occurs when the value of the property is changed. Gets or sets the size of the control. A value, specifying the control's width and height. Specifies the control's margins that are maintained when the control is aligned using snap lines. A object, containing margins information associated with the control. For internal use. Gets or sets the name of the style, which is applied to the current control. A representing the name of the style. Provides access to the settings that determine which properties of a style assigned to a control should override the corresponding properties of a control. A object, which contains style priority settings. Gets a set of styles for the control. A DevExpress.XtraReports.UI.XRControl.XRControlStyles object that determines a set of styles for an . Temporarily suspends the layout logic for the control. Bindable. Gets or sets the object that contains data about this control. An that contains data about the control. Specifies the target window or frame in which to display the linked Web page's content, when the control is clicked. A which identifies the window or frame at which to target the URL's content. Its values must begin with a letter in the range a through to z (case insensitive), except for the following special values, which begin with an underscore. Bindable. Specifies the control's text. A value, containing the text associated with the control. Specifies the alignment of the control's text. A enumeration value that specifies how the text is aligned within the control. Occurs when the value of the property is changed. For internal use. For internal use. Returns a graphical representation of a control. A object which represents a graphical representation of a control. Returns a control's graphical representation created using the specified text rendering mode. One of the values that specifies the text rendering mode. A object which represents a graphical representation of a control. For internal use. Gets or sets the Y-coordinate of the control's top edge (measured in report units). A value, representing the Y-coordinate of the top edge of the control and measured in the units set by the property. For internal use. Gets or sets a value indicating whether or not the report control is displayed in a document. true, if the control is displayed; otherwise, false. For internal use. Specifies the control's width (measured in report units). A value representing the width of the control. This value cannot be less than 2 units. Indicates whether a control automatically wraps words to the beginning of the next line when necessary. true if the control wraps words; otherwise false. Specifies the native Excel format to be imported to the control's content after the report is exported to an Excel file (XLS or XLSX). A string value, representing the XLSX format string. Displays True/False or Checked/Unchecked/Indeterminate values in a report Initializes a new instance of the XRCheckBox class with the default settings. Gets or sets a value indicating whether the check box is checked. true if the check box is checked; otherwise, false. Bindable. Gets or sets the current state of the XRCheckBox object. A enumeration value which determines the state of a checkbox. Provides access to options that define whether and how a control's content can be edited in Print Preview. A object that contains the edit settings for a control. Specifies the glyph alignment within the XRCheckBox control. A enumeration value. Specifies the orientation of the XRCheckBox's content. A enumeration value. Gets or sets the check box's text alignment. A enumeration value that specifies how the text is aligned within the check box. Specifies the output format for the check box's text. A string containing the output format for the check box's text. Specifies the string trimming mode applied to the XRCheckBox text. A enumeration value, specifying the text trimming mode. Specifies a check box's actual value. A specifying an actual control value. Provides methods and properties for creating a collection of objects. Initializes a new instance of the class with default settings. Appends the specified binding to the current collection. An object to add to the collection. Creates an object and adds it to the collection. The name of the control's property to bind. An object that represents the data source. A string containing a navigation path resolving to the property of an object. An object. Creates an object and adds it to the collection. The name of the control's property to bind. An object that represents the data source. A string containing a navigation path resolving to the property of an object. A string containing a format of the value to be bound. An object. Appends an array of objects to the collection. An array of objects to add to the collection. Disposes of the XRBindingCollection object. Indexer that returns an object at the specified index. An integer value that locates the object in the collection. An object that has the specified index in the collection. An indexer that returns the object specified by the control's property name. A string containing the name of the specified control's property. An object of the class or null. Removes the specified binding from the collection. An object to remove from the collection. A simple binding between the property value of an object and the property value of an instance of the class or one of its descendants. Initializes a new instance of the XRBinding class with the specified property name, data source and data member. A value specifying a control's property name to bind to a data field. This value is assigned to the property. A class descendant, which specifies a data source to provide data for a control's property. This value is assigned to the property. A value, which specifies a navigation path to a data field in a data source. This value is assigned to the property. Initializes a new instance of the XRBinding class with the specified property name, data source, data member and format string. A value specifying a control's property name to bind to a data field. This value is assigned to the property. A class descendant, which specifies a data source to provide data for a control's property. This value is assigned to the property. A value, which specifies a navigation path to a data field in a data source. This value is assigned to the property. A value specifying a format for the output value. This value is assigned to the property. Initializes a new instance of the XRBinding class with the default settings. Initializes a new instance of the XRBinding class with the specified parameter, property name and format string. A object specifying the parameter, to which a control's property should be bound. A value specifying a control's property name to bind to a parameter. This value is assigned to the property. A value specifying a format for the output value. This value is assigned to the property. Assigns the specified data source and a data member to the current data binding. A that specifies the data source for the current data binding. This value is assigned to the property. A value that specifies the data member for the current data binding. This value is assigned to the property. Creates a new data binding object with the specified property name, data source, data member and format string. A value specifying a control's property name to bind to a data field. This value is assigned to the property. A class descendant, which specifies a data source to provide data for a control's property. This value is assigned to the property. A value, which specifies a navigation path to a data field in a data source. This value is assigned to the property. A value specifying a format for the output value. This value is assigned to the property. A new XRBinding instance. Gets a navigation path that resolves to the object's property which is going to be bound to the control's property. A string containing a navigation path resolving to the property of an object. Gets the data source for this binding. An object that represents the data source. Disposes of the XRBinding object. Gets or sets the output format for the value bound to the control's property. A string containing the output format for the value bound to the control's property. For internal use. Gets the parameter for this binding. A object. Gets the name of the control's data-bound property. A string containing the name of a control's property to bind to. Returns the textual representation of XRBinding. A value. A method that will handle the event. Represents a method that will handle the event. An object of any type that triggers the event. An object providing data for the event. Provides data for the event. Gets a visual brick that represents the content of the currently processed item on a report page. A object which represents the control's content. Gets the content of the currently processed item. An object used for a Web representation of the currently processed item. Gets an object that implements the interface and is used for registering the scripts and styles in the current HTML document. An object implementing the interface. A report band used for specifying grouping criteria and displaying information at the beginning of a group of records. Initializes a new instance of the GroupHeaderBand class with the default settings. Specifies a control used to expand/collapse the current report band. An object specifying a report control. Specifies whether the current report band is expanded or collapsed when using the automatic drill down feature. true, if the band is expanded; otherwise, false. Gets a collection of objects used as the criteria for creating groups in a report. A object. Gets or sets a value indicating how a GroupHeaderBand and its group are split across pages. A enumeration value. Provides access to the GroupHeaderBand's scripts. A object. Specifies the sorting options for report groups. An object, that contains the sorting options for groups. Occurs when a summary gets its final value. Occurs when the summary value needs to be set to its initial value when calculating a custom summary. Occurs when a group header retrieves the next data row in the bound data source. A report band used for displaying information at the end of a group of records. Initializes a new instance of the GroupFooterBand class with the default settings. Gets or sets a value indicating how a GroupFooterBand is positioned on a page relative to its group's rows. A enumeration value. Gets or sets a value which specifies whether the Group Footer should be printed at the bottom of the page, or immediately after the last group's details. true if the Group Footer should be printed at the bottom of a page; otherwise, false. Defines the objects used as criteria when creating groups in Reports. Initializes a new instance of the class. A object. Initializes a new instance of the GroupField class with the default settings. Initializes a new instance of the class. A string containing one of the primary data source's field names that is used as the criterion for creating groups in a report. Initializes a new instance of the class. A string containing one of the data source's field names that is used as the criterion for creating groups in a report. The enumeration that determines the sort order of records in the dataset received from the primary data source. Specifies the name of a data field that is used as a criterion for creating a group in a report. A value, specifying the field name in the report data member. Gets or sets the order for the records when grouping or sorting columns in a report's data source. An enumeration value. The base for the and classes that are used to group report data. Occurs when the value of the property changes. Gets or sets a value indicating how close this GroupBand object is nested to the . An integer value indicating the relative position of the objects in reference to the object's position in a report. Specifies whether the group band should be shown only on the first page that the group appears on or on every page that the group is printed on. true if the group band should be shown on every page; otherwise, false. Provides access to the GroupBand's scripts. A object. A method that will handle the event. Represents the method that will handle the event. The source of the event. A object that provides data for the event. Provides data for the event. Initializes a new instance of the DrawEventArgs class with the specified settings. A object used to draw report components. This value is assigned to the property. A object specifying the control's bounding rectangle. This value is assigned to the property. A object specifying control's contents for a report's document. This value is assigned to the property. Gets a rectangle object specifying the height, width and location of the control. A object representing a rectangular region by its height, width and location. Gets a visual brick that represents this control's contents on a report page. A object which represents the control's contents. For internal use. Returns an enumerator containing visual bricks generated for all report controls on this page. A object containing views of all the controls on a report page. Provides access to an object that is used to draw report components. An object implementing the interface. The main report band used to display recurrent data records from a report's data source. This band cannot be deleted from a report. Initializes a new instance of the DetailBand class with the default settings. Specifies a control used to expand/collapse the current report band. An object specifying a report control. Specifies whether the current report band is expanded or collapsed when using the automatic drill down feature. true, if the band is expanded; otherwise, false. Specifies whether or not the current DetailBand band should always be printed on the same page, together with its child . true to always print the Detail band and its child Detail Report band together; otherwise, false. Gets the object that specifies the parameters of the multi-column layout. A object containing the parameters related to the multi-column layout. For internal use. For internal use. Gets the collection of data fields used to sort the data in the report's data source. A object which represents the collection of data fields to sort by. A Shape control. Initializes a new instance of the XRShape class with the default settings. Gets or sets the angle (in degrees) by which the shape's image is rotated. An integer value specifying the angle by which the shape's image is rotated. Gets or sets the color to fill the shape's contents. A object which represents the fill color of a shape. For internal use. For internal use. For internal use. Gets or sets the paint style of the line which is used to draw the shape image. A value that specifies the paint style of the line. Gets or sets the width (in report units) of the line which is used to draw the shape image. An integer value (in report units) representing the width of the line. Gets or sets an object which determines a particular shape type along with its settings. A class descendant which contains settings for a particular shape type. Gets or sets a value indicating whether or not to stretch a shape to fill its client area when it's rotated. true to stretch the shape; otherwise, false. For internal use. For internal use. Overrides the event. For internal use. For internal use. Specifies how the control should be internally rendered in a report. The control is rendered as a bitmap. In this case the quality of the rendered image is sometimes poor, but it allows a control to be drawn more precisely. The control is rendered as a metafile. In this case the quality of the rendered image is always good, but in some cases some details of the control may be lost. The class used to generate a UPC Supplemental 2 bar code. Initializes a new instance of the class with default settings. Allows you to manage properties in the Properties panel's Expressions tab in the End-User Report Designer. Returns all available property descriptions for the specified report control. A object that specifies the control type for which to return available properties. A dictionary listing available property names along with their objects. Hides the specified property for the specified control from the Properties panel's Expressions tab. A object that specifies the control type. An array of strings that specify property names to hide. Adds a new specified property description for the specified control to the Properties panel's Expresssions tab. A object that specifies the control type for which to add the property. A string that specifies the property name to add. A object that specifies the property description. Tries to return the specified property's description for the specified control. A object that specifies the control type. A string that specifies the property name to find. An output object that specifies the property description. true, if the property description has been successfully found; otherwise, false. For internal use. Provides extension methods for the class, enabling you to obtain a floating number representation of a specific unit of measurement. Converts the specified report unit to a corresponding DPI value. A enumeration value. A value. A collection of objects. Initializes a new instance of the ParameterBindingCollection class with the specified subreport. An object. Enables you to pass the value of a report parameter to a subreport placed in a another report. Initializes a new instance of the ParameterBinding class with the default settings. Initializes a new instance of the ParameterBinding class with the specified parameter settings. A value, specifying the report parameter name. This value is assigned to the property. A object. This value is assigned to the property. Initializes a new instance of the ParameterBinding class with the specified parameter settings. A value, specifying the report parameter name. This value is assigned to the property. A value. To use the report's data source, set this value to null (Nothing in Visual Basic). This value is assigned to the property. A value, specifying the data member. This value is assigned to the property. Specifies the parameter data member. A value, specifying the data member. Specifies the parameter data source. A value. To use the report's data source, set this value to null (Nothing in Visual Basic). Specifies the bound parameter. A object. Specifies the parameter name. A value, specifying the report parameter name. An exception thrown on catching a while filling the report data source. Initializes a new instance of the DataRetrievalException class with the specified error message. A value, specifying the error message. Initializes a new instance of the DataRetrievalException class with the specified error message and exception. A value, specifying the error message. A object, specifying the error details. Returns the exception that is the root cause of one or more subsequent exceptions. A object. An exception thrown on disposing a report while filling its data source. Initializes a new instance of the ReportCanceledException class with the specified error message. A value, specifying the error message. An exception thrown on raising an error while executing report scripts. Initializes a new instance of the ScriptExecutionException class with the specified error message and exception. A value, specifying the error message. A object, specifying the error details. Initializes a new instance of the ScriptExecutionException class with the default settings. Enables you to customize the process of creating report bands in the End-User Report Designer. Initializes a new instance of the BandFactory class with the default settings. Creates a report band instance. A enumeration value. A descendant of the class. Indicates the report band type. A enumeration value. A object. Enables you to specify the Property Grid category where a custom property should be placed. Initializes a new instance of the SRCategoryAttribute class with the specified localization string, identifying the Property Grid category. A enumeration value, specifying the Property Grid category. Enables you to make a custom property the default property to bind a descendant when dropping a Field List item on the control. Initializes a new instance of the DefaultBindablePropertyAttribute class with the specified property name. A value, specifying the property name. This value is assigned to the property. Determines whether or not the specified object is equal to the current DefaultBindablePropertyAttribute instance. The object to compare with the current object. true if the specified object is equal to the current DefaultBindablePropertyAttribute instance; otherwise false. Gets the hash code that corresponds to the value of the current DefaultBindablePropertyAttribute object. An integer value representing the hash code for the current object. Specifies the name of a custom property to which a DefaultBindablePropertyAttribute is applied. A value, specifying the property name. Implements methods that allow working with a data source that is used by a Silverlight Report Wizard. Returns a collection of columns available in a data source. A value, specifying the data member. A collection of objects. Returns data available in a data source. A value, specifying the data member. A value. Returns a collection of tables available in a data source. A collection of objects. Returns a collection of views available in a data source. A collection of objects. Specifies whether a data source is table-based (e.g., a database), or object-model-based (e.g., an XPO object). true if the data source is table-based; otherwise false. A prefilter editor that allows your end-users to customize filter criteria at runtime. For internal use. Gets or sets the filter expression. A object, specifying the filter expression. The default is null. Gets or sets the filter expression, in the string form. A string value that specifies the filter expression. For internal use. A DevExpress.XtraPivotGrid.Data.PivotGridData object. Provides functionality for an object used as a repository for the 's styles. Initializes a new instance of the XRControlStyleSheet class with the default settings. Initializes a new instance of the XRControlStyleSheet class with the specified report. An object that specifies the report which will be the owner of this style sheet. Adds the style with the specified name to the instance. A string containing the name of the style to add to the . An object to be added to the . Appends the specified object to the current style sheet. An object to append to the style sheet. Appends an array of control styles to the style sheet. An array of objects to append to the style sheet. Determines whether the collection contains the specified control style. An object to locate in the collection. true if the collection contains the specified control style; otherwise, false. Copies the entire control style collection to a one dimensional array starting at the specified index of the target array. A one-dimensional array that is the destination for the control styles copied from the collection. An integer value specifying the zero-based index in the target array at which copying begins. Copies the entire control style collection to an array of objects starting at the specified index of the target array. An array of objects that is the destination for the control styles copied from the collection. An integer value specifying the zero-based index in the target array at which copying begins. Gets or sets the path to the report's style sheet. A containing the full path (including the file name) to a file containing the styles. Returns the specified control style's position within the collection. An to locate in the collection. A zero-based integer which represents the control style's position within the collection. -1 if the control style doesn't belong to the collection. Adds the specified control style to the collection at the specified position. A zero-based integer, specifying the position at which the table row is to be inserted. An object, specifying the control style to insert into the collection. Provides access to individual items in the collection by their names. A value specifying the name of the style to get. An object which represents the style with the specified name. Provides indexed access to the 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. An object which represents the control style at the specified position. Loads the styles from the given file into the current object. A string containing the full path to a file containing the styles that needed to be loaded. Loads the styles from the given stream into the current object. A object which stores the loaded style sheet. Restores the style sheet from the specified XML file. A value that specifies the style sheet's file name. Restores the style sheet from an XML object located in the specified stream. A value that specifies the style sheet's stream location. Removes the specified control style from the collection. An object to be removed from the collection. Saves the styles contained in the given XRControlStyleSheet object to a file. A string containing the full path to the file (including the file name and extension) in which the styles will be saved. Saves the styles contained in the current object to a stream. A object which the saved style sheet object should be sent to. Serializes the style sheet in XML format to the specified file. A value that specifies the style sheet's file name. Serializes the style sheet in XML format to the specified stream. A value that specifies the style sheet's stream location. Gets styles that are stored in XRControlStyleSheet. A descendant. A collection of custom totals for a field. Initializes a new instance of the XRPivotGridCustomTotalCollection class with the default settings. Initializes a new instance of the XRPivotGridCustomTotalCollection class with the specified field. An object. Initializes a new instance of the XRPivotGridCustomTotalCollection class with the specified custom total. An array of the objects. Appends an array of custom totals to the collection. An array of descendants to append to the collection. Returns the field that is the owner of the current collection. An object. Provides indexed access to individual items in the collection. A zero-based integer value, specifying the desired item's position within the collection. If it is negative or exceeds the last available index, an exception is raised. An object, specifying the custom total item at the specified position. A custom total that can be calculated for an outer column field or row field. Initializes a new instance of the XRPivotGridCustomTotal class with the default settings. Initializes a new instance of the XRPivotGridCustomTotal class with the specified summary type. A enumeration value. Gets the appearance settings used to paint the custom total's cells. An value. The base for all report controls that support the data binding using embedded fields. Initializes a new instance of the XRFieldEmbeddableControl class with the default settings. Bindable. Specifies the control's text. A value, specifying the control's text. A Rich Text control which is used to display RTF content in a report. Initializes a new instance of the XRRichText class with the default settings. Starts the XRRichText's initialization. Initialization occurs at runtime. Gets or sets a value indicating whether the control's height can grow in order to display the contents in their entirety. true if the control's height can grow in order to display all its text; otherwise, false. Gets or sets a value indicating whether the control's height can decrease if its text does not completely fill the control. true if the control's height can decrease in order to remove the unused space; otherwise, false. Clears all contents of the Rich Text control. Ends the XRRichText's initialization. Overrides the property, to return the font from the content of the control. A value representing the effective font. Overrides the property, to return the foreground color from the content of the control. A value representing the effective foreground color. Bindable. Used to supply HTML content to a XRRichText control. Always empty string. Overrides the property. true to keep the contents of the entire control on a single page; otherwise, false. Gets or sets the text lines in the XRRichText control. An array of values that contain some text in the XRRichText control. Loads the contents of an existing data stream into the XRRichText control. A of data to load into the XRRichText control. An enumeration value that determines the type of stream to be used for loading data into the XRRichText control. Loads a specific type of file into the XRRichText control. A containing a path to the file to be loaded into the XRRichText control. An enumeration value that determines the type of stream used to load the file into the XRRichText control. Loads the content of the specified file into the XRRichText control. A containing a path to the file to be loaded into the XRRichText control. Bindable. Gets or sets the text of the XRRichText control, including all the Rich Text Format (RTF) codes. A value which represents the control's text in RTF format. Saves the contents of the XRRichText control to the specified type of file. A containing the name and location of the file to save the control's contents to. An enumeration value that defines the type of stream to use for saving the XRRichText control's contents to a file. Saves the contents of the XRRichText control to the specified open data stream. A of data to which the contents of the XRRichText control will be saved. An enumeration value that identifies the type of stream to save the control's contents to. Saves the contents of the XRRichText control to a Rich Text Format (RTF) file. A containing a path to the file, which the contents of the XRRichText control will be saved to. Specifies the control's text. A value containing the text associated with the control. For internal use. For internal use. The base for and controls. Specifies the text shown by the XRRichTextBase when the value of its bound data field is null. A value. Specifies how to process report controls with duplicate values. A enumeration value. Specifies whether to process duplicate values of the , or property. A enumeration value. Specifies how to process a Rich Text control receiving a null value from a connected data source. A enumeration value. Gets or sets the text of the XRRichTextBase control, including all the Rich Text Format (RTF) codes. A value which represents the control's text in RTF format. For internal use. For internal use. For internal use. For internal use. Specifies the types of input and output streams used to load and save data in the control. An HTML stream. A plain text stream that includes spaces in places of Object Linking and Embedding (OLE) objects. A Rich Text Format (RTF) stream. A Microsoft Office Word Open XML Format (DOCX) stream. Contains names of the scripts for an control. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Provides information about a property displayed in the Properties panel's Expressions tab in the End-User Report Designer. Initializes a new instance of the ExpressionBindingDescription class with the specified settings. An array of strings that specify events in which the property should be available. This value is assigned to the property. An integer value that specifies a weighted position at which the property should be displayed. This value is assigned to the property. A object that specifies the surrogate type used to change values of read-only complex properties. This value is assigned to the property. A string that specifies the property's category (the empty string indicates the root node). This value is assigned to the property. Initializes a new instance of the ExpressionBindingDescription class with the specified settings. An array of strings that specify events in which the property should be available. This value is assigned to the property. An integer value that specifies a weighted position at which the property should be displayed. This value is assigned to the property. An array of strings that specifies the property's inner properties. This value is assigned to the property. A string that specifies the property's category (the empty string indicates the root node). This value is assigned to the property. Initializes a new instance of the ExpressionBindingDescription class with the specified settings. true, to display the corresponding property in the Expressions tab; otherwise, false. This value is assigned to the property. Initializes a new instance of the ExpressionBindingDescription class with the default settings. Returns whether a property is displayed in the Expressions tab. true, if the property is available in the Expressions tab; otherwise, false. Returns the collection of the property's inner properties. An array of strings that specify the property's inner properties. Returns the collection of events in which the property is available. An array of strings that specify events in which the property is available. Returns a weighted position at which the property is displayed. An integer value that specifies a weighted position at which the property is displayed. Returns the name of the category in which the property is displayed. A string that specifies the category name. Returns a surrogate type used to change values of read-only complex properties. A object. A collection of objects. Initializes a new instance of the CalculatedFieldCollection class with the specified owner report. An object. Appends an array of calculated fields to the collection. An array of objects to append to the collection. Disposes the CalculatedFieldCollection object. A calculated field. Initializes a new instance of the CalculatedField class with the default settings. Initializes a new instance of the CalculatedField class with the specified data source and data member. A , which specifies a field's data source. This value is assigned to the property. A value, which specifies a field's data member. This value is assigned to the property. Specifies the data member of the calculated field. A containing a calculated field's data member. Specifies the data source, associated with the calculated field. A representing a calculated field's data source. Specifies the display name of the calculated field. A representing the calculated field's display name. Determines whether or not the specified object is equal to the current CalculatedField instance. The object to compare with the current object. true if the specified object is equal to the current CalculatedField instance; otherwise false. Specifies the expression of the calculated field. A containing a calculated field's expression. Specifies the type of the value returned by the calculated field. A enumeration value, specifying the calculated field's value type. Serves as the default hash function. An integer value, specifying the hash code for the current object. Occurs when a calculated field obtains its value, enabling you to return a custom value for this calculated field. For internal use. Gets a value indicating whether the control has been disposed of. true if the control has been disposed of; otherwise, false. Gets or sets the name of the calculated field. A containing the name of the calculated field. Provides access to an object that contains CalculatedField-specific scripts to handle its events in the End-User Designer. A object, which represents scripts handling CalculatedField's events. The base for the , and classes. For internal use. For internal use. Specifies how the Windows Forms control that is embedded using a should be internally rendered in a report. The control is rendered as a bitmap. In this case the quality of the rendered image is sometimes poor, but it allows a control to be drawn more precisely. The control is rendered as a metafile. In this case the quality of the rendered image is always good, but in some cases some details of the control may be lost. Contains names of the scripts for an control. Initializes a new instance of the XRChartScripts class with the specified control. An object. Gets or sets the name of the script used to handle the event. A value, specifying the script name. Gets or sets the name of the script used to handle the event. A value, specifying the script name. Gets or sets the name of the script used to handle the event. A value, specifying the script name. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the script name. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. For internal use. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the script name. For internal use. Contains names of the scripts for an control. Initializes a new instance of the XRLabelScripts class with the specified control. An object. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Lists the categories of fields available in the Template Report. A category that contains fields providing information about a customer. A category that contains fields with general information about an invoice report. A category that contains fields displaying order details. A category that contains fields providing information about a vendor. Specifies the arithmetic function to be calculated. Calculates the average of all the values within the specified summary region (group, page or report). Counts the number of values within the specified summary region (group, page or report). Calculates the custom summary using the , and events. Calculates the average of all the distinct values within the specified summary region (group, page or report). Counts the number of distinct values within the specified summary region (group, page or report). Calculates the standard deviation of all the distinct values within the specified summary region (group, page or report). Calculates the standard population deviation of all the distinct values within the specified summary region (group, page or report). Calculates the total of all the distinct values within the specified summary region (group, page or report). Calculates the amount of variance for all the distinct values within the specified summary region (group, page or report). Calculates the population variance of all the distinct values within the specified summary region (group, page or report). Calculates the maximum of all the values within the specified summary region (group, page or report). Finds the middle number within a sequence. Note that if the total number of elements is odd, this function returns the value of a middle number in a sequence. If the total number of elements is even, this function returns the arithmetical mean of the two middle numbers. Calculates the minimum of all the values within the specified summary region (group, page or report). Calculates the percent ratio of the current data row's value to the total of all the values within the specified summary region (group, page or report). Returns the current record number in the data source within the specified summary region (group, page or report). This means for instance, if the summary is calculated for a group, then the record number is calculated only within that group, and is reset every time a new group is started. Summarizes all the values, which were printed before the current data row, with the current data row's value. Calculates the standard deviation of all the values within the specified summary region (group, page or report). Calculates the standard population deviation of all the values within the specified summary region (group, page or report). Calculates the total of all the values within the specified summary region (group, page or report). Calculates the amount of variance for all the values within the specified summary region (group, page or report). Calculates the population variance of all the values within the specified summary region (group, page or report). Provides a presenter to the Select the Data Context page of the Report Wizard. Initializes a new instance of the ChooseEFConnectionStringPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides access to the available connection strings. An object implementing the interface that provides a service functionality to store the data connection settings. Initializes a new instance of the ChooseEFConnectionStringPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides access to the available connection strings. An object implementing the interface that provides a service functionality to store the data connection settings. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. A base class for classes that provide information about Template Reports. Returns the template category. A enumeration value. Returns the template report name. A value that specifies the template name. Returns a template's preview image. A object. Returns a template report type. A object. Specifies the information that is required to create a custom Label Report. Initializes a new instance of the CustomLabelInformation class with the default settings. Specifies the bottom margin of a custom label. A structure. Creates a copy of the current CustomLabelInformation instance. A value. Determines whether or not the specified object is equal to the current CustomLabelInformation instance. The object to compare with the current object. true if the specified object is equal to the current CustomLabelInformation instance; otherwise false. Gets the hash code that corresponds to the value of the current CustomLabelInformation object. An integer value representing the hash code for the current object. Specifies the height of a custom label. A structure, specifying the custom label's height. Specifies the horizontal pitch of a custom label. A structure, specifying the custom label's horizontal pitch. Specifies the left margin of a custom label. A structure that specifies the custom label's left margin. Specifies the paper kind ID of a custom label. An integer value, specifying the paper kind ID. Specifies the right margin of a custom label. A structure. Specifies the top margin of a custom label. A structure that specifies the custom label's top label. Specifies the unit of measurement of a custom label. A structure that specifies the custom label's unit of measurement. Specifies the vertical pitch of a custom label. A structure, specifying the custom label's vertical pitch. Specifies the width of a custom label. A structure, specifying the custom label's width. Serves as the base class for classes that represent collections of class descendants. Initializes a new instance of the XRControlCollectionBase class with the specified owner. An object, which will be the container for the created collection. Occurs after making any change to the collection of report controls. Disposes of the XRControlCollectionBase object. The base for the and classes. For internal use. A Boolean value. For internal use. For internal use. For internal use. Contains names of the scripts for the class descendants. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Provides functionality for a Template Report's field. Initializes a new instance of the TemplateField class with the specified settings. A enumeration value. This value is assigned to the property. A enumeration value. This value is assigned to the property. Initializes a new instance of the TemplateField class with the specified settings. A enumeration value that specifies the field kind. This value is assigned to the property. A enumeration value that specifies to which category the field belongs. This value is assigned to the property. A value that specifies the field type. This value is assigned to the property. Initializes a new instance of the TemplateField class with the specified settings. A enumeration value that specifies the field kind. This value is assigned to the property. A enumeration value that specifies to which category the field belongs. This value is assigned to the property. A value that specifies the field type. This value is assigned to the property. A value that specifies the field description. This value is assigned to the property. Specifies the template field category. A enumeration value. Creates a copy of the current TemplateField object. A TemplateField object which is a copy of the current object. Specifies the template field description. A string that specifies the field description. Specifies the template field display name. A string that specifies the field display name. Determines whether or not the specified object is equal to the current TemplateField instance. The object to compare with the current object. true, if the specified object is equal to the current TemplateField instance; otherwise, false. Gets the hash code that corresponds to the value of the current TemplateField object. An integer value representing the hash code for the current object. Specifies whether the template field is bound to a data source's field. true, if the template field is bound to data; false, if this value is not specified or entered manually. Specifies the template field kind. A enumeration value. Occurs when a property value changes. Specifies the template field type. A object. Specifies the actual template field value. An object that specifies the field value. Initializes a new instance of the TemplateStorage class with the default settings. Provides information about a Template Report. Initializes a new instance of the TemplateInfo class with the specified settings. A value, specifying the template name. This value is assigned to the property. A enumeration value. This value is assigned to the property. A object. This value is assigned to the property. A object. This value is assigned to the property. Provides access to template fields. A list of objects. Provides access to template options. A object. A Chart control. Initializes a new instance of the XRChart class with the default settings. Provides centralized access to all annotations present in a chart. An object, representing the collection of annotations. Provides access to the chart's collection of annotations. An object, representing the chart's collection of annotations. Gets or sets the appearance name currently used to draw the chart's elements. A value which represents the appearance name. For internal use. Provides access to the repository of a chart's appearance settings. An object. For internal use. Specifies whether the adaptive layout feature is enabled for chart elements in the chart control. true, to apply the adaptive layout algorithm to the chart; otherwise, false. For internal use. Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed. Occurs when the axis visual range has been changed. Occurs when the axis whole range has been changed. Gets or sets the chart control's background color. A value which specifies the chart control's background color. Gets the background image settings of the chart control. A object which provides the settings that specify the chart control's background image. Starts the XRChart's initialization. Initialization occurs at runtime. Binds a chart to data. A descendant, specifying the view type of the series to be generated. A that is the data source for a chart. This value is assigned to the property. A value. This value is assigned to the property. A that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the property. A that is the name of the data field that contains arguments for series points. This value is assigned to the property of a object. An array of values that are the names of data fields that contain information on data values of series points. These values are assigned to the property of a object. Binds a chart to data. A enumeration value specifying the view type of the series to be generated. A that is the data source for a chart. This value is assigned to the property. A that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the property. A that is the name of the data field that contains arguments for series points. This value is assigned to the property of a object. An array of values that are the names of data fields that contain information on data values of series points. These values are assigned to the property of a object. Binds a chart to data. A enumeration value specifying the view type of the series to be generated. A that is the data source for a chart. This value is assigned to the property. A value. This value is assigned to the property. A that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the property. A that is the name of the data field that contains arguments for series points. This value is assigned to the property of a object. An array of values that are the names of data fields that contain information on data values of series points. These values are assigned to the property of a object. Binds a chart to data. A descendant, specifying the view type of the series to be generated. A that is the data source for a chart. This value is assigned to the property. A that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the property. A that is the name of the data field that contains arguments for series points. This value is assigned to the property of a object. An array of values that are the names of data fields that contain information on data values of series points. These values are assigned to the property of a object. Occurs every time a chart control generates its series points from the underlying data source. For internal use. Occurs before an axis label is drawn when the chart's content is being drawn. Occurs before crosshair items are drawn when the chart's contents are being drawn. Occurs before a series is drawn when the chart's contents are being drawn. Occurs before a series point is drawn when the chart's contents is being drawn. Occurs when applying automatic data source settings to a Chart that is linked to a Pivot Grid. Occurs before automatic settings are applied to the legend's layout properties. Occurs before an automatic setting is applied to the overlap resolving mode of series labels. Occurs before automatic settings are applied to the Simple Diagram's layout properties. Occurs after automatic layout settings are applied to the X-axis' labels. Occurs after the chart has been drawn. Gets or sets the data adapter used to populate the chart control's data source. A which represents the chart's data adapter. Specifies the data source member which supplies data to the control. A value that is the data source member. Gets or sets the chart control's data source. If it's empty, then the report's data source will be used. A representing the chart control's data source. Gets the chart control's diagram and provides access to its settings. A object that represents the chart control's diagram. Provides access to the settings of the text to be displayed in the , when it has no data to display. An object, representing the empty chart text options. Ends the XRChart's initialization. Gets the chart control's background fill style. A object which specifies the background fill style. For internal use. For internal use. For internal use. Returns an array of strings representing the names of all the appearances in the Chart. An array of values which represent the appearances names. Gets the colors that comprise the chart's palette. An integer value, representing the number of entries to return. An array of objects. Returns an array of strings that represent the names of all the palettes in the Chart. An array of values that represent the palettes names. Gets a series within the chart's series collection by its name. A which specifies the name of the series to find. A object that represents the series with the specified name. Specifies how XRChart contents are rendered. A enumeration value, specifying how a chart is rendered in a report. Specifies the palette that is used to paint all indicators that exist in a chart control. A value, specifying the palette name. Gets the indicators palette repository of the chart. A object which represents the indicators palette repository of the chart. For internal use. Gets the chart control's legend and provides access to its settings. A object that represents the chart control's legend. Returns a collection of additional legends. A object. Restores the chart's layout from the specified file. A value which specifies the path to the file that contains the layout to be loaded. Restores the chart's layout from the specified stream. A descendant from which settings are read. Overrides the property. A object representing padding values for a control. Gets or sets the number of a color within the selected palette, which will be used as a base color to paint series points. An integer value representing a 1-based color number. Gets or sets the name of the palette which is currently being used to draw the chart's elements. A value which represents the palette name. Gets the palette repository of the chart. A object which represents the palette repository of the chart. Fires when a pie slice, representing a series point, is moved to or from the pie center. Occurs before automatic settings are applied to the legend's layout properties. Occurs before an automatic setting is applied to the overlap resolving mode of series labels. Occurs after automatic layout settings are applied to the X-axis' labels. Provides access to the layout settings of a Chart that is linked with a Pivot Grid. A object, storing the Pivot Chart settings. Occurs after a chart has been bound to a Pivot Grid. Occurs after a chart has been bound to a Pivot Grid. Registers the custom summary function with the specified settings. A value containing the function's name. A value containing the function's display name, which is used for localization purposes. A enumeration value representing the type of the function's result. An integer value representing the dimension of the resulting series point's values. An array of objects containing argument descriptions. A delegate to be registered. Registers the custom summary function with the specified settings. A value containing the function's name. A value containing the function's display name, which is used for localization purposes. An integer value representing the dimension of the resulting series point's values. An array of objects containing argument descriptions. A delegate to be registered. Cancels the changes applied to the for each series, and makes it equal to the . Resets the text pattern applied to the legend items via the property. Resets the property to an empty value. Resets the collection of the chart's summary functions. Saves the chart's layout to the specified file. A value which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised. Saves the chart's layout to the specified stream. A descendant to which the chart's layout is written. Provides access to an object that contains XRChart-specific scripts to handle its events in the End-User Report Designer. An object, specifying XRChart script events. Provides access to the chart's collection of series objects. A object that represents the collection of series. Gets or sets the name of the data field whose values are used to automatically generate and populate series. A value that specifies the data field's name. Gets the settings used to name data bound series. A object that contains naming settings. For internal use. Gets or sets a value that specifies how series are sorted within the chart control based upon the series names. A enumeration value. Gets the template settings for bound series. A object that contains the template settings for bound series. For internal use. For internal use. For internal use. Gets the settings for the text to be displayed in the , when it's too small to fit the diagram. A object, representing the small chart text options. Occurs when the control size does not allow displaying a readable chart. For internal use. For internal use. For internal use. This event is not available for the XRChart class. Gets the collection of chart titles. A object that represents the collection of chart titles. Unregisters the summary function with the specified name. A value representing the name of the summary function to be unregistered. For internal use. For internal use. Specifies the type of the End-User Designer dock panels. Embraces all available dock panels. Identifies the Scripts Errors dock panel. Identifies the Field List dock panel. Identifies the Group and Sort dock panel. Identifies the Property Grid dock panel. Identifies the Report Explorer dock panel. Identifies the Report Gallery dock panel. Identifies the Toolbox dock panel. The class used to generate a UPC-E1 bar code. Initializes a new instance of the class with default settings. A collection of objects. Initializes a new instance of the ScriptSecurityPermissionCollection class with the default settings. Appends the specified object to the current collection. A object to append to the collection. An integer value indicating the position at which the new element was inserted. Appends an array of security permissions to the collection. An array of objects to append to the collection. Provides indexed access to the 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 security permission at the specified position. A security permission applied during execution of report scripts. Initializes a new instance of the ScriptSecurityPermission class with the specified name. A that specifies the name of the security permission. This value is assigned to the property. Initializes a new instance of the ScriptSecurityPermission class with the specified name and permission. A that specifies the name of the security permission. This value is assigned to the property. true to deny the specified security permission; otherwise, false. This value is assigned to the property. Initializes a new instance of the ScriptSecurityPermission class with the default settings. Gets or sets a value indicating if this permission denies or permits the corresponding scripts to run. true if scripts are denied; otherwise, false. Gets or sets the name of the security permission. A representing the name of the security permission. Gets or sets the security permission. An object implementing the interface. Lists the supported data item types. The element is a collection. The element is a complex field, containing nested properties. The element is a simple field, not containing nested properties. If implemented, provides a view for the Specify Report Template Options page of the Report Wizard. If implemented, specifies whether the discount value can be edited. true, if the discount value can be edited; otherwise, false. If implemented, specifies whether the tax value can be edited. true, if the tax value can be edited; otherwise, false. Occurs when any property on the current wizard page changes. If implemented, specifies the index of the selected currency format. An index of the selected currency format. If implemented, specifies the selected currency symbol. A string that specifies the currency symbol. If implemented, specifies the discount value. An object that specifies the discount value. If implemented, specifies to which range a discount value should be applied. A enumeration value. If implemented, specifies the selected discount value type. A enumeration value. If implemented, populates the list of available types for discount values. A collection of discount value types. If implemented, populates the list of available types for tax values. A collection of tax value types. If implemented, populates the list of available currency formats. A collection of currency formats. If implemented, populates the list of available currency symbols. A collection of currency symbols. If implemented, sets the data source with the specified settings for providing data to template fields. An object that specifies the data source. A string that specifies the data source name. A string that specifies the data source member. If implemented, specifies whether the tax value is included in the price values. true, if the tax is included in the price values; otherwise, false. If implemented, specifies the tax value. An object that specifies the tax value. If implemented, specifies to which range a tax value should be applied. A enumeration value. If implemented, specifies the selected tax value type. A enumeration value. If implemented, updates the discount editor according to the specified settings. true, if the discount value is manually entered; false, if this value is not specified or obtained from a data source. A string that specifies the mask applied to the discount value. If implemented, updates the tax editor according to the specified settings. true, if the tax value is manually entered; false, if this value is not specified or obtained from a data source. A string that specifies the mask applied to the tax value. If implemented, provides a view for the Map Report Template Fields page of the Report Wizard. If implemented, sets the data source with the specified settings for providing data to template fields. An object that specifies the data source. A string that specifies the data source name. A string that specifies the data source member. If implemented, specifies the collection of available template fields. A collection of objects. If implemented, provides a view for the Choose a Report Template page of the Report Wizard. If implemented, populates the list of available templates. A collection of objects. If implemented, specifies the selected template report type. A object. Provides a presenter to the Specify Report Template Options page of the Report Wizard. Initializes a new instance of the SpecifyReportTemplateOptionsPage<TModel> class with the specified view. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Map Report Template Fields page of the Report Wizard. Initializes a new instance of the MapReportTemplateFieldsPage<TModel> class with the specified view. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Choose a Report Template page of the Report Wizard. Initializes a new instance of the ChooseReportTemplatePage<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. A collection of objects. A object. An object implementing the interface. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Specifies the solution types provider. An object implementing the interface that provides access to the known types in the current solution. Validates the correctness of settings specified on the current wizard page. A value specifying the text of an error message shown if the validation fails. true, if the validation succeeded; otherwise, false. Enables you to generate reports with the specified settings in code (without running the Report Wizard). For internal use. Initializes a new instance of the ReportBuilder class with the specified settings. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. Provides a presenter to the Configure Filters page of the Report Wizard. Initializes a new instance of the ConfigureEFFiltersPageEx<TModel> class with the specified settings. An object implementing the interface. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. A model, specifying the settings of a key field that defines the master-detail relationship between data tables. Initializes a new instance of the MasterDetailQueryModel class with the specified key field. A object. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. A model, specifying the settings of a key field that defines the master-detail relationship between data tables. Initializes a new instance of the MasterDetailFieldModel class with the specified settings. A value, specifying the key field's name. This value is assigned to the property. A value, specifying the key field's display name. This value is assigned to the property. A enumeration value. This value is assigned to the property. Initializes a new instance of the MasterDetailFieldModel class with the specified settings. A value, specifying the key field's name. This value is assigned to the property. A value, specifying the key field's display name. This value is assigned to the property. A enumeration value. This value is assigned to the property. true, to expand nested properties in the tree list; otherwise, false. Initializes a new instance of the MasterDetailFieldModel class with the specified settings. A value, specifying the key field's name. This value is assigned to the property. A value, specifying the key field's display name. This value is assigned to the property. An enumeration value. This value is assigned to the property. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. A method that will handle the event. Represents a method that will handle the event. An object of any type that triggers the event. A object that provides data for the event. Represents a field collection for the control. Initializes a new instance of the XRPivotGridFieldCollection class. A object that implements data-aware operations on the data source. Adds an array of fields to the end of the collection. An array of objects. Gets the object specified by the field name. A value specifying the field name of the required object. An object bound to the specified field. Provides indexed access to individual fields in the collection. A zero-based integer specifying the desired field's position within the collection. If negative or greater than the last available index, an exception is raised. An object which represents the field at the specified position. Lists the values that specify how to process report controls that receive empty values. A control is always printed. If a control receives a null value, a blank space is printed instead. If a control receives a null value, it is not printed (without adding blank space in its place).This setting has no effect on intersecting controls. Provides the functionality for exporting reports to PDF in streaming modes. Initializes a new instance of the PdfStreamingExporter class with the specified settings. An object to be exported to the PDF format. true, to use the multi-threaded streaming export; false, to use the streaming export. Exports a report to the specified stream in PDF using the specified PDF-specific options. A object to which the created PDF file should be sent. A object which specifies the PDF export options to be applied when a report is exported. Exports a report to the specified stream in PDF. A object to which the created PDF file should be sent. Exports a report to the specified file path in PDF using the specified PDF-specific options. A which specifies the file name (including the full path) for the created PDF file. A object which specifies the PDF export options to be applied when a report is exported. Exports a report to the specified file path in PDF. A which specifies the file name (including the full path) for the created PDF file. A collection of objects. Initializes a new instance of the ExpressionBindingCollection class with the default settings. Appends an array of objects to the collection. An array of objects to append to the collection. Appends a collection of objects to the collection. A collection of objects to append to the collection. Provides access to individual items in the collection by their event and property names. A value, specifying the event name. Corresponds to the property value. A value, specifying the property name. Corresponds to the property value. An object. Provides functionality to expression bindings. Initializes a new instance of the ExpressionBinding class with the specified settings. A value, specifying the event name. This value is assigned to the property. A value, specifying the property name. This value is assigned to the property. A value, specifying the expression. This value is assigned to the property. Initializes a new instance of the ExpressionBinding class with the specified settings. A value, specifying the property name. This value is assigned to the property. A value, specifying the expression. This value is assigned to the property. Initializes a new instance of the ExpressionBinding class with the default settings. Specifies the name of the event in which the expression binding should be evaluated. A value, specifying the event name. Specifies the expression binding to evaluate on generating the report document. A value, specifying the expression. Specifies the property name to which the expression binding is assigned. A value, specifying the property name. Lists the available data binding modes. The legacy data binding mode, in which providing any custom logic to the report requires report scripts. The default binding mode that allows you to provide expressions with restricted customization options (only the event is available). The binding mode that allows you to provide expressions in both the and event handlers. A collection of objects. Initializes a new instance of the PaperKindList class with the specified report DPI. A value. This value is assigned to the property. Adds the specified paper kind to the collection. A object. Specifies the ID of the currently selected paper kind. An integer value. Specifies the zero-based index of the currently selected paper kind in the collection. An integer value. Indicates whether or not the roll paper is used. true, if the roll paper mode is enabled; otherwise, false. Indicates the page orientation. true, to use the landscape page orientation; otherwise, false. Indicates the paper kind. A enumeration value. Indicates the paper name. A value. Specifies the short description of a page size, as it appears on the Label Wizard page. A value. Indicates the DPI used to measure the paper size corresponding to the currently selected paper kind (as defined by the property). A value. Indicates the paper size corresponding to the currently selected paper kind (defined by the property). The paper size is measured in units defined by the property. A structure. This value is measured in units defined by the property. Indicates the paper size corresponding to the currently selected paper kind (as defined by the property), measured in report units. A structure. This value is measured in report units. Indicates the DPI corresponding to the currently selected paper kind (as defined by the property). A value. Provides data for the event. Initializes a new instance of the class. The current row in the report's data source. The total number of rows retrieved up to the point at which the event occurs. Gets the row currently being accessed in the report's data source, during the creation of the report's preview. An integer value indicating the currently accessed row in the report's data source during the creation of the report's preview. Gets the total number of rows traversed in the data source during the report's creation, up to the current point. An integer value equal to the total amount of rows traversed up to the current point. Provides the appearance settings used to print a pivot grid. For internal use. Initializes a new instance of the XRPivotGridAppearances class with the default settings. Gets the appearance settings used to print data cells. An object that provides the appearance settings used to print data cells. Gets the appearance settings used to print custom total cells. An object that provides the appearance settings used to print custom total cells. Gets the appearance settings used to print field headers. An object that provides the appearance settings used to print field headers. Gets the appearance settings used to print the values of fields and the default appearance settings used to print grand totals and totals. An object that provides the appearance settings used to print field values. Gets the appearance settings used to print grand total headers. An object which provides the appearance settings used to print the grand total headers. Gets the appearance settings used to print the headers of Totals. An object that provides the appearance settings used to print the headers of Totals. Gets the appearance settings used to print the filter header area separator. An object that provides the appearance settings used to print the filter header area separator. Gets the appearance settings used to print Grand Total cells. An object that provides the appearance settings used to print Grand Total cells. Gets the appearance settings used to print connector lines between field headers combined in a field group. An object that provides the appearance settings used to print Header Group line. Gets the appearance settings used to print the horizontal and vertical lines. An object that provides the appearance settings used to print grid lines. Restores the appearance settings stored at the specified system registry path. A value, specifying the system registry path. If the specified path does not exist, calling this method has no effect. Restores the appearance settings from the specified stream. A descendant from which the appearance settings are read. Loads the appearance settings stored in the specified XML file. A value, specifying the path to the XML file which contains the appearance settings to be loaded. If the specified file does not exist, an exception is raised. Saves the appearance settings to a system registry path. A value specifying the system registry path to which the appearance settings are saved. Saves the appearance settings to a specific stream. A descendant to which the appearance settings are written. Saves the appearance settings to a specific XML file. A value, specifying the path to the file in which the appearance settings should be stored. If an empty string is specified, an exception is raised. Gets the appearance settings used to print automatic total cells. An object that provides the appearance settings used to print automatic total cells. Specifies the information that is required to calculate summary functions available on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. Initializes a new instance of the ColumnNameSummaryOptions class with the default settings. Initializes a new instance of the ColumnNameSummaryOptions class with the specified data column. A value, specifying the column name. This value is assigned to the property. Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings. A value, specifying the column name. This value is assigned to the property. One or more enumeration values. This value is assigned to the property. Creates a copy of the current ColumnNameSummaryOptions instance. A value. Specifies the data column, across which a summary function is calculated. A value, specifying the column name. Determines whether or not the specified object is equal to the current ColumnNameSummaryOptions instance. The object to compare with the current object. true if the specified object is equal to the current ColumnNameSummaryOptions instance; otherwise false. Specifies the summary functions to display on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. One or more enumeration values. Gets the hash code that corresponds to the value of the current ColumnNameSummaryOptions object. An integer value representing the hash code for the current object. A container of settings that determine which properties of a style assigned to a control should override the corresponding properties of a control. Initializes a new instance of the StylePriority class with the default settings. Gets or sets a value indicating whether the control's background color should be obtained from the property, or from a style assigned to it. true if the background color should be obtained from a style; false if the background color should be obtained from the control's BackColor property. Gets or sets a value indicating whether the control's border color should be obtained from the property, or from a style assigned to it. true if the border color should be obtained from a style; false if the border color should be obtained from the control's BorderColor property. Gets or sets a value indicating whether the control's border dash style should be obtained from the property, or from a style assigned to it. true if the border dash style should be obtained from a style; false if the border dash style should be obtained from the control's BorderDashStyle property. Gets or sets a value indicating whether the control's borders settings should be obtained from the property, or from a style assigned to it. true if the borders settings should be obtained from a style; false if the borders settings should be obtained from the control's Borders property. Gets or sets a value indicating whether the control's border width should be obtained from the property, or from a style assigned to it. true if the border width should be obtained from a style; false if the border width should be obtained from the control's BorderWidth property. Gets or sets a value indicating whether the control's font should be obtained from the property, or from a style assigned to it. true if the font should be obtained from a style; false if the font should be obtained from the control's Font property. Gets or sets a value indicating whether the control's foreground color should be obtained from the property, or from a style assigned to it. true if the foreground color should be obtained from a style; false if the foreground color should be obtained from the control's ForeColor property. Gets or sets a value indicating whether the control's padding should be obtained from the property, or from a style assigned to it. true if the padding should be obtained from a style; false if the padding should be obtained from the control's Padding property. Gets or sets a value indicating whether the control's text alignment should be obtained from the property, or from a style assigned to it. true if the text alignment should be obtained from a style; false if the text alignment should be obtained from the control's TextAlignment property. Provides settings to paper kinds listed in the Label Wizard. Initializes a new instance of the PaperKindItem class with the specified settings. A value. This value is assigned to the property. A structure. This value is assigned to the property. An integer value. This value is assigned to the property. A enumeration value. This value is assigned to the property. Initializes a new instance of the PaperKindItem class with the specified settings. A value. This value is assigned to the property. A structure. This value is assigned to the property. An integer value. A enumeration value. A floating-point value. This value is assigned to the property. true, to enable the roll paper mode; otherwise, false. This value is assigned to the property. Specifies the full description of a page size, as it appears in the corresponding drop-down menu on the Label Wizard page. A value. Indicates whether or not the roll paper is used. true, if the roll paper mode is enabled; otherwise, false. Specifies the paper kind name. A value. Specifies the paper kind size. A structure. Indicates the paper size, as measured in report units. A structure. Specifies the short description of a page size, as it appears on the Label Wizard page. A value. Indicates the DPI unit in which the paper size is measured. A value, identifying the unit of measurement. For internal use. A object. Provides settings that determine the availability of popup hints and warnings in the Report Designer. Initializes a new instance of the DesignerOptions class with the default settings. Specifies whether designer hints should be displayed. true to display designer hints; otherwise, false. Specifies whether or not to highlight overlapping report controls, indicating the possibility of the document layout being corrupted when exporting the report to table-based formats (such as XLS, XLSX, HTML or RTF). true, to display export warnings; otherwise, false. Specifies whether or not to highlight report controls that protrude beyond the right page margin, to indicate the resulting extraneous document pages. true, to display print warnings; otherwise, false. A collection of objects. Initializes a new instance of the SubBandCollection class with the specified band. A that will contain the created collection. Appends the specified to the collection. A to add to the collection. An integer value, indicating the position into which the new element was inserted. If the control is already included in the collection, the return value indicates the existing position of the control inside the collection. Appends an array of sub-bands to the collection. An array of the objects to append to the collection. Determines whether or not the specified sub-band is a member of the collection. The object to locate in the collection. true if the sub-band is a member of the collection; otherwise, false. For internal use. A instance. Returns the index of the specified object in the SubBandCollection. The object to locate in the collection. An integer value specifying the object's position in the collection, if found; otherwise, -1. Provides indexed access to individual items in the collection. A zero-based integer specifying the desired value's position within the collection. If it's negative or exceeds the last available index, an exception is raised. A which represents the sub-band with the specified position. Removes the specified sub-band item from the collection. A object to remove from the collection of bands. For internal use. A report band that provides a functional copy of the source band below which it is located. Initializes a new instance of the SubBand class with the default settings. For internal use. Represents the container of styles which determine the appearance of 's elements. Initializes a new instance of the XRPivotGridStyles class with the specified owner. An object which will be the container for the created collection of styles. Gets or sets a style which is used to print data cells. An object. Gets or sets a style which is used to print custom total cells. An object. Overrides the XRControlStyles.EvenStyle property to hide it. Always null (Nothing in Visual Basic). Gets or sets a style which is used to print field headers. An object. Gets or sets a style which is used to print grand total headers. An object. Gets or sets a style which is used to print the values of fields. An object. Gets or sets a style which is used to print the headers of Totals. An object. Gets or sets a style which is used to print the filter header area separator. An object. Gets or sets a style which is used to print Grand Total cells. An object. Gets or sets a style which is used to print connector lines between field headers combined in a field group. An object. Gets or sets a style which is used to print the horizontal and vertical lines. An object. Overrides the XRControlStyles.OddStyle property to hide it. Always null (Nothing in Visual Basic). Overrides the XRControlStyles.Style property to hide it. Always null (Nothing in Visual Basic). Gets or sets a style which is used to print automatic total cells. An object. The base for classes which contain names of the scripts for reports, bands and controls. Disposes of the XRScriptsBase object. For internal use. Generates the default script for the specified property. For internal use only. A string specifying the property name. A string containing the default script. Generates the default script for the specified event. A value, representing the property name. A value, representing the property value. A value, representing the default script. Returns an array of available script names. A delegate. An array of values. Determines whether the current script is equal to the default script text. For internal use only. true if the current script is default; otherwise, false. Provides the functionality to save and load the Report Gallery in a file system. Initializes a new instance of the ReportGalleryDirectoryExtension class with the default settings. Initializes a new instance of the ReportGalleryDirectoryExtension class with the specified settings. A value that specifies the path to the file where the Report Gallery should be saved. Saves the specified Report Gallery to the storage. An object that specifies the Report Gallery. Saves the state of the Report Gallery to the storage. An object that provides information about the Report Gallery state. Loads the specified Report Gallery from the storage. An object that specifies the Report Gallery. true, if the Report Gallery has been successfully restored; otherwise, false. Loads the Report Gallery state from the storage. An object that provides information about the Report Gallery state. true, if the Report Gallery state has been successfully restored; otherwise, false. Contains settings of a label product. Initializes a new instance of the LabelProduct class with the default settings. Specifies the label product ID. An integer value. Specifies the name of a paper kind. A value, specifying the paper kind name. Specifies the snapping mode of a report. No snapping is used. Represents the snapping mode, which aligns a report element using snap lines. Represents the snapping mode, which aligns a report element to the report snap grid. Represents the snapping mode, which aligns a report element to both the snap grid and snap lines. Provides print options for the control. Initializes a new instance of the XRPivotGridOptionsPrint class with the specified settings. A delegate that will receive change notifications. Overrides the property, to hide it. A object. For internal use. Overrides the property, to hide it. Always true. Overrides the property, to hide it. A enumeration value. The default is VerticalContentSplitting.Exact. Provides display options for the control. Initializes a new instance of the XRPivotGridOptionsView class. A delegate that will receive change notifications. For internal use. Overrides the property, to hide it. Always true. Specifies the distance from the separator line to the adjacent areas. An integer value which specifies the distance from the separator line to the adjacent areas. The default is 1. For internal use only. Specifies the vertical distance between field headers. An integer value that specifies the distance between field headers, in pixels. For internal use only. Specifies the horizontal distance between field headers. An integer value that specifies the distance between field headers, in pixels. If implemented, stores settings for the available label products. Provides information about a specified paper kind. An integer value, identifying the paper kind. A value. Obtains a sorted collection of the supported paper kinds. A collection of objects. If implemented, obtains a sorted collection of details for the supported label products. An integer value. A collection of objects. If implemented, obtains a sorted collection of supported label products. A collection of objects. Stores settings for the available label products. Initializes a new instance of the XDocumentLabelProductRepository class with the specified XML document. A object. Provides information about a specified paper kind. An integer value, identifying the paper kind. A value. Obtains a sorted collection of the supported paper kinds. A collection of objects. Obtains a sorted collection of details for the supported label products. An integer value. A collection of objects. Obtains a sorted collection of the supported label products. A collection of objects. Enables customization of the Label Report wizard. Specifies a path to an XML file containing custom label product definitions. A value, specifying the path to an XML file. Provides helper methods to create an . Initializes a new instance of the LabelProductRepositoryFactory class with the default settings. Creates a repository of label products. An object implementing the interface. (Typically, it is the object.) Stores detailed Label product settings. Initializes a new instance of the LabelDetails class with the default settings. Specifies the bottom margin of a label. A value that specifies the label's bottom margin. Specifies the label's height. A value. Specifies the horizontal pitch of a label. A value. Specifies the ID of a label. An integer value. Specifies the left margin of a label. A value that specifies the label's left margin. Specifies the label product name. A value. Specifies the paper kind ID of a label. A value that specifies the label's paper kind ID. Specifies the label's product. An integer value specifying the product ID. Specifies the right margin of a label. A value that specifies the label's right margin. Specifies the top margin of a label. A value that specifies the label's top margin. Specifies a unit of measure of a label. A value that specifies the label's unit of measure. Specifies the vertical pitch of a label. A value. Specifies the label's width. A value. Enables you to generate labels with the specified settings in code (without running the Label Wizard). For internal use. This page is no longer used in the current Report Wizard implementation. Use the class instead (corresponding to the Configure Query Parameters wizard page). Initializes a new instance of the ConfigureSqlParametersPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides a service functionality to manage query parameters. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface that provides custom validation logic for SQL queries. An object that specifies the wizard options. Initializes a new instance of the ConfigureSqlParametersPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides a service functionality to manage query parameters. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface that provides the capability to customize the result schema. An object implementing the interface that provides custom validation logic for SQL queries. An object that specifies the wizard options. Initializes a new instance of the ConfigureSqlParametersPageEx<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface. An object implementing the interface. An object implementing the interface. An object implementing the interface. An object that specifies the wizard options. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. A base class for classes that provide options defining whether and how a control's content can be edited in Print Preview. Initializes a new instance of the EditOptions class with the default settings. Specifies whether editing a control's content in Print Preview is enabled. true, to enable editing a control's content; otherwise, false. Specifies the unique identifier of edit options. A string that specifies the ID of edit options. Specifies whether an editor for customizing a control's content in Print Preview is enabled. true, to prohibit editing a control's content in Print Preview; otherwise, false. Stores intermediate report settings during the Report Wizard execution. Initializes a new instance of the ReportModel class with the default settings. Specifies whether or not the data fields' content should affect the width of corresponding report controls. true to adjust the field width; otherwise false. Creates a new ReportModel instance, which is a copy of the current instance. A new ReportModel instance, which is a copy of the current instance. For internal use. Specifies the data columns that are available in the Report Wizard. An array of values, specifying the columns available from the datasource. Specifies the information that is required to create a custom Label Report. A object. For internal use. Determines whether or not the specified object is equal to the current ReportModel instance. The object to compare with the current object. true if the specified object is equal to the current ReportModel instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Specifies the grouping levels available in a report. An array of values. Specifies whether or not null values (if occurred in a data source) should be ignored when calculating a summary function. true to ignore null values; otherwise false. Specifies whether or not there are groups in the report. true if the report contains groups; otherwise false. For internal use. Specifies the ID of a product label's details. An integer value. For internal use. Specifies the ID of a product label. An integer value. Specifies the report layout type. A enumeration value. Specifies the report page orientation. true if the page orientation is portrait; otherwise false. Specifies the report visual style. A enumeration value. Specifies the report title (for printing on the report header). A value. Specifies the report type. A enumeration value. Specifies options required to calculate a summary function in a report. A collection of objects. Specifies the template report's fields. A collection of objects. Specifies options of a report template. A object. Specifies the template report type. A value. Specifies whether the Report Wizard should try to create the report with the binding expressions mode. true, to try to create a report with binding expressions; false, to use the legacy binding mode. For internal use. Stores intermediate report settings during the Data Source Wizard execution. Initializes a new instance of the XtraReportModel class with the default settings. Initializes a new instance of the XtraReportModel class with the specified report model. An object. Creates a new XtraReportModel instance, which is a copy of the current instance. A new XtraReportModel instance, which is a copy of the current instance. Specifies parameters to pass to an constructor. An array of objects. Specifies the data connection options. An object implementing the interface. Specifies the report data member. A value, specifying the report data member. Specifies the report data source schema. A value, specifying the data source schema. Specifies the report data source name. A value. Specifies the report data source type. A enumeration value. Determines whether or not the specified object is equal to the current XtraReportModel instance. The object to compare with the current object. true if the specified object is equal to the current XtraReportModel instance; otherwise false. Specifies the file name of an . A value. Gets the hash code that corresponds to the value of the current XtraReportModel object. An integer value representing the hash code for the current object. Provides information about grouping levels specified for a report and its detail reports. A dictionary containing available reports along with associated grouping levels. Provides information about queries and master-detail relationships between them. A object. Provides information about summary options specified for a report and its detail reports. A dictionary containing available reports along with associated summary options. Specifies parameters to pass to an method. An array of objects. Specifies a constructor used to create an instance of an . A object, containing information about a class constructor. Specifies an member to use for data binding. An object containing information about an object data source member. Provides access to the collection of SQL queries displayed in the Data Source Wizard. A collection of values, specifying the selected objects. For internal use. A value. For internal use. A value. Specifies the schema of an . An array of objects. Specifies how and where to store the connection string of a . A enumeration value. Specifies whether or not to save the password for an . true to save the password for an Excel document; otherwise false. Specifies the state of check boxes throughout the creation pages. A flags enumeration value. Specifies the options of an . An descendant. Specifies additional report model data. A value. Represents a field within the control. Initializes a new instance of the XRPivotGridField class with the specified field name and location. A string that identifies the name of the database field that will be assigned to the new XRPivotGridField object. A value that identifies the area in which the new XRPivotGridField object will be positioned. Initializes a new instance of the XRPivotGridField class. A object. Initializes a new instance of the XRPivotGridField class with the default settings. Provides access to the appearance settings used to paint the field's header, values and value totals. A DevExpress.XtraReports.UI.XRPivotGridFieldAppearances object. Resizes the columns that correspond to the current field to the minimum width required to completely display the column's contents. Gets the collection of custom totals for the current field. An object that represents the collection of custom totals. Gets or sets the name of the database field that is assigned to the current Pivot Grid field. A value which is the name of the data field. Contains the field's options. An object which contains the field's options. Returns the textual representation of XRPivotGridField's display text. A value, specifying the field's display text. Provides the information about paper kinds displayed on the Customize the Label Options page of the Report Wizard. Initializes a new instance of the PaperKindViewInfo class with the default settings. Specifies the paper kind display name. A value, specifying the name of a paper kind. Specifies the paper kind ID. An integer value, specifying the paper kind ID. Specifies the paper kind size text. A string value that specifies the text size of a paper kind. Specifies the information that is required to display summary functions on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. Initializes a new instance of the ColumnInfoSummaryOptions class with the specified settings. A object. This value is assigned to the property. One or more enumeration values. This value is assigned to the property. Specifies the data columns available in the Report Wizard. A object. Provides access to the summary options available on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. A object. Lists the report types available on the Choose a Report Type page of the Report Wizard. The Empty report type. The Label report type. For internal use. The Standard report type. The Template report type. Lists the report styles available on the Choose a Report Style page of the Report Wizard. The Bold visual style. The Casual visual style. The Compact visual style. The Corporate visual style. The Formal visual style. Lists the report layouts available on the Choose a Report Layout page of the Report Wizard. A left-aligned report layout. A left-aligned report layout. A modular report layout. A columnar report layout. The default report layout. A justified report layout. An outlined report layout. An outlined report layout. A stepped report layout. A tabular report layout. Enumerates values that specify how the GaugeImageType control should be internally rendered in a report. The control is rendered as a bitmap. In this case, the quality of the rendered image is sometimes poor, but it allows a control to be drawn more precisely. The control is rendered as a metafile. In this case, the quality of the rendered image is always good, but in some cases some details of the control may be lost. Represents a method that will handle the event. A method that will handle the or event. The event source. A object that contains data related to the event. Provides data for the and events. Initializes a new instance of the DesignerLoadedEventArgs class with the specified settings. An object implementing the interface that is used to manage designer transactions and components. This value is assigned to the property. Gets the designer host which provides all the services that are available for editing a report in its End-User Designer. An object implementing the interface that is used to manage designer transactions and components. If implemented, stores the information about selected data columns while running the Report Wizard. Specifies the collection of selected data columns while running the Report Wizard. A collection of objects. Contains the names of the scripts assigned to . Initializes a new instance of the XRCharacterCombScripts class with the specified control. An A Character Comb control that displays text so that each character is printed in an individual cell. Initializes a new instance of the XRCharacterComb class with the default settings. For internal use. Overrides the property to hide the value in the Property Grid. A enumeration value. Specifies a set of borders (top, right, bottom, left) that should be visible for the Character Comb's cells. A enumeration value or combination of values, specifying a set of visible borders. Specifies the height of cells in a Character Comb (measured in report units). A value, specifying the cell height. Specifies the horizontal spacing between adjacent cells of a Character Comb (measured in report units). This value does not depend on the specified border width of a control. A value. Specifies whether or not the cell size should depend on the current font size of a Character Comb. A enumeration value. Specifies the vertical spacing between adjacent cells of a Character Comb (measured in report units). This value does not depend on the specified border width of a control. A value. Specifies the width of cells in a Character Comb (measured in report units). A value, specifying the cell width. For internal use. Provides access to an object that contains XRCharacterComb-specific scripts to handle its events in the End-User Report Designer. An object, specifying XRCharacterComb script events. Specifies the alignment of text within a Character Comb. A enumeration value. For internal use. Contains names of the scripts for all report controls. Initializes a new instance of the XRControlScripts class with the specified control. An object. If implemented, provides a view for the Choose Fields to Display in a Report (Single-Query Version) page of the Report Wizard. Occurs when the active table in the list of the available tables is changed. If implemented, populates the list of available data columns corresponding to a specific data member. An array of objects. If implemented, populates the list of available data members displayed on this wizard page. An array of objects. If implemented, returns the list of data columns that are selected on this wizard page. An array of value, specifying the column names. If implemented, specifies the report data member. A value, specifying the report data member. If implemented, selects the specified data columns An array of values, specifying the column names. Provides a presenter to the Choose Fields to Display in a Report (Multi-Query Version) page of the Report Wizard. Initializes a new instance of the MultiQuerySelectFieldsPage<TModel> class with the specified page view. An object implementing the interface. Initializes a new instance of the MultiQuerySelectFieldsPage<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. (Typically, it is the object.) Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Contains the names of the scripts assigned to . Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. If implemented, provides a view for the Choose Fields to Display in a Report (Multi-Query Version) page of the Report Wizard. Occurs when the collection of data members and fields selected on a wizard page is changed. If implemented, performs actions with the view required before and after adding fields. A delegate. A object that specifies the root field. If implemented, performs actions with the view required before and after removing fields. A delegate. If implemented, initializes a wizard page with the specified query and field models. A collection of objects. A collection of objects. Contains the names of the scripts assigned to . Gets or sets the name of the script used to handle the event. A value. Provides a label's settings available in the Label Wizard. Initializes a new instance of the LabelInfo class with the default settings. Copies the settings from the specified object to the current object. A object whose settings are assigned to the current object. Specifies the bottom margin of a label, measured in the units defined by the property. A structure. Specifies the number of labels of the specified size that fit into a page's dimensions. A structure, specifying the paper size. A value, specifying the DPI used to measure the paper size. An integer value, specifying the number of labels to print on a page. Specifies the horizontal pitch of a label, measured in the units defined by the property. A value. Specifies the label's height, measured in the units defined by the property. A value. Specifies the label's width, measured in the units defined by the property. A value. Specifies the left margin of a label, measured in the units defined by the property. A structure. Specifies whether or not a label of the specified size will fit into more than one column's dimensions on a page. A structure, specifying the paper size. A value, specifying the DPI used to measure the paper size. true, if the specified label can be printed in more than a single column; otherwise, false. Specifies the right margin of a label, measured in the units defined by the property. A structure. Specifies the top margin of a label, measured in the units defined by the property. A structure. Specifies a unit for measuring a label's dimensions (i.e., its size, margins and pitch). A enumeration value, specifying the label's unit of measure. Specifies the vertical pitch of a label, measured in the units defined by the property. A value. This page is no longer used in the current Report Wizard implementation. If implemented, populates the list of available data sources. A collection of objects. Occurs when the selected item in the Available items list is changed. If implemented, specifies the data source selected in the Available items list. A value. If implemented, shows or hides the wait indicator on a wizard page. true to show the wait indicator; otherwise false. This page is no longer used in the current Report Wizard implementation. If implemented, provides a view for the Set the Report Title page of the Report Wizard. If implemented, specifies the report title text. A value. If implemented, provides a view for the Select the Label Type page of the Report Wizard. If implemented, specifies the settings of the current paper kind. A value. If implemented, populates the Product Number drop-down list. A collection of objects. If implemented, populates the Label Products drop-down list. A collection of objects. If implemented, specifies the entry selected in the Product Number drop-down list. A object. Occurs when the active record in the Label Products drop-down list is changed. Occurs when the active record in the Product Number drop-down list is changed. If implemented, specifies the entry selected in the Label Products drop-down list. A object. If implemented, updates label information displayed in the dedicated editors. This page is no longer used in the current Report Wizard implementation. Use the interface instead (corresponding to the Choose Fields to Display in a Report (Multi-Query Version) wizard page). Occurs when the collection of the currently selected columns is changed. Occurs when the Add All Columns button is clicked on a wizard page. Occurs when the Add Columns button is clicked on a wizard page. If implemented, activates or deactivates the Add All Columns button on a wizard page. true to activate the button; otherwise false. If implemented, activates or deactivates the Add Columns button on a wizard page. true to activate the button; otherwise false. If implemented, activates or deactivates the Remove All Columns button on a wizard page. true to activate the button; otherwise false. If implemented, activates or deactivates the Remove Columns button on a wizard page. true to activate the button; otherwise false. If implemented, populates the list of available commands. An array of objects, specifying the columns to be added to the list. If implemented, populates the list of selected columns. An array of objects, specifying the columns to be added to the list. If implemented, gets a collection of the items selected in the list of available columns. An array of objects. If implemented, gets a collection of the items selected in the list of selected columns. An array of objects. Occurs when the Remove All Columns button is clicked on a wizard page. Occurs when the Remove Columns button is clicked on a wizard page. If implemented, shows or hides the wait indicator on a wizard page. true to show the wait indicator; otherwise false. If implemented, provides a view for the Customize the Label Options page of the Report Wizard. If implemented, specifies the value of the Bottom Margin editor. A value. If implemented, populates the list of the available page sizes. A collection of objects. If implemented, specifies the value of the Label Height editor. A value. If implemented, specifies the value of the Horizontal Pitch editor. A value. Occurs when label information displayed in the dedicated editors is changed. If implemented, specifies the value of the Left Margin editor. A value. If implemented, specifies the value of the Right Margin editor. A value. Occurs when the entry selected in the Page Size drop-down list is changed. If implemented, specifies the entry selected in the Page Size drop-down list. An integer value that is an index of the selected entry. If implemented, specifies the value of the Top Margin editor. A value. If implemented, specifies the state of the Inch and Millimeter radio buttons. A value that specifies the state of the Inch and Millimeter radio buttons. Occurs when the state of the Inch and Millimeter radio buttons is changed. If implemented, specifies the value of the Vertical Pitch editor. A value. If implemented, specifies the value of the Label Width editor. A value. If implemented, provides a view for the Specify Summary Options (Single-Query Version) page of the Report Wizard. If implemented, fills the summary options check boxes on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. An array of objects that contain information required to calculate summary functions. If implemented, specifies the state of the Ignore null values check box. true to activate the check box; otherwise false. If implemented, shows or hides the wait indicator on a wizard page. true to show the wait indicator; otherwise false. If implemented, provides a view for the Choose a Report Type page of the Report Wizard. If implemented, specifies the selected report type. A enumeration value. Occurs when the report type selected on a wizard page is changed. If implemented, provides a view for the Choose a Report Style page of the Report Wizard. If implemented, specifies the report visual style. A enumeration value. If implemented, provides a view for the Choose a Report Layout page of the Report Wizard. If implemented, specifies the state of the Adjust the field width check box. true, to activate the check box; otherwise, false. If implemented, specifies whether or not the report contains groups. true, if the report is grouped; otherwise, false. If implemented, specifies the state of the Portrait and Landscape radio buttons. true if the Portrait radio button is active; false if the Landscape radio button is active. If implemented, specifies the selected report layout. A enumeration value. If implemented, provides a view for the Add Grouping Levels (Single-Query Version) page of the Report Wizard. Occurs when the active record in the list of the available columns is changed. Occurs when the active record in the list of grouping levels is changed. Occurs when the Add Grouping Level button is clicked on a wizard page. Occurs when the Combine Grouping Level button is clicked on a wizard page. If implemented, activates or deactivates the Add Grouping Level button on a wizard page. true to activate the button; otherwise false. If implemented, activates or deactivates the Combine Grouping Level button on a wizard page. true to activate the button; otherwise false. If implemented, activates or deactivates the Move Grouping Level Down button on a wizard page. true to activate the button; otherwise false. If implemented, activates or deactivates the Move Grouping Level Up button on a wizard page. true to activate the button; otherwise false. If implemented, activates or deactivates the Remove Grouping Level button on a wizard page. true to activate the button; otherwise false. If implemented, populates the list of available columns. An array of objects. If implemented, populates the list of grouping levels. An array of objects. If implemented, gets an array of records selected in the list of available columns. An array of objects. If implemented, gets the record selected in the list of grouping levels. A object. Occurs when the Move Grouping Level Down button is clicked on a wizard page. Occurs when the Move Grouping Level Up button is clicked on a wizard page. Occurs when the Remove Grouping Level button is clicked on a wizard page. If implemented, changes the active record in the list of grouping levels. A object. If implemented, shows or hides the wait indicator on a wizard page. true to show the wait indicator; otherwise false. Provides a presenter to the Specify a Connection String page of the Report Wizard. Initializes a new instance of the ConfigureEFConnectionStringPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides a service functionality to store the data connection settings. Initializes a new instance of the ConfigureEFConnectionStringPageEx<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides a service functionality to store the data connection settings. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Provides a presenter to the Specify the Member Parameters page of the Report Wizard. Initializes a new instance of the ObjectMemberParametersPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides a service functionality to manage parameters. An enumeration value that specifies which modes of operation are available. Initializes a new instance of the ObjectMemberParametersPageEx<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. An enumeration value. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Specify the Constructor Parameters page of the Report Wizard. Initializes a new instance of the ObjectConstructorParametersPageEx<TModel> class with the specified settings. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface. An object implementing the interface. Initializes a new instance of the ObjectConstructorParametersPageEx<TModel> class with the specified settings. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface. An object implementing the interface. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Configure Query Parameters page of the Report Wizard. Initializes a new instance of the MultiQueryConfigureParametersPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides a service functionality to manage query parameters. An object implementing the interface. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface that provides custom validation logic for SQL queries. An object implementing the interface that provides the functionality to run the wizard. An object that specifies the wizard options. Initializes a new instance of the MultiQueryConfigureParametersPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides a service functionality to manage query parameters. An object implementing the interface. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface that provides the capability to customize the result schema. An object implementing the interface that provides custom validation logic for SQL queries. An object implementing the interface that provides the functionality to run the wizard. An object that specifies the wizard options. Initializes a new instance of the MultiQueryConfigureParametersPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides a service functionality to manage query parameters. An object implementing the interface. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface that provides the capability to customize the result schema. An object implementing the interface that provides custom validation logic for SQL queries. An object implementing the interface that provides the functionality to run the wizard. An object that specifies the wizard options. An object that specifies the wizard options. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Report Wizard. Initializes a new instance of the MultiQueryConfigurePageEx<TModel> class with the specified settings. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface that provides a service functionality to manage query parameters. Initializes a new instance of the MultiQueryConfigurePageEx<TModel> class with the specified settings. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface that provides the capability to customize the result schema. An object implementing the interface that provides a service functionality to manage query parameters. Initializes a new instance of the MultiQueryConfigurePageEx<TModel> class with the specified settings. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface that provides the capability to customize the result schema. An object implementing the interface that provides a service functionality to manage query parameters. An object that specifies the wizard options. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. This page is no longer used in the current Report Wizard implementation. Use the class instead (corresponding to the Create a Query or Select a Stored Procedure (Multi-Query Version) wizard page). Initializes a new instance of the ConfigureQueryPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An object that specifies the wizard options. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface that provides a service functionality to manage query parameters. An object implementing the interface that provides custom validation logic for SQL queries. Initializes a new instance of the ConfigureQueryPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An object that specifies the wizard options. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface that provides the capability to customize the result schema. An object implementing the interface that provides a service functionality to manage query parameters. An object implementing the interface that provides custom validation logic for SQL queries. Initializes a new instance of the ConfigureQueryPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An object that specifies the wizard options. An object implementing the interface that provides the capability to customize the data source schema. An object implementing the interface. An object implementing the interface. An object implementing the interface. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Choose Columns page of the Report Wizard. Initializes a new instance of the ConfigureExcelFileColumnsPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. Initializes a new instance of the ConfigureExcelFileColumnsPageEx<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface that provides the functionality to run the wizard. A object. An object implementing the interface. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Bind to a Stored Procedure page of the Report Wizard. Initializes a new instance of the ConfigureEFStoredProceduresPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides a service functionality to manage query parameters. Initializes a new instance of the ConfigureEFStoredProceduresPageEx<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Provides a presenter to the Select a Data Source Type page of the Report Wizard. Initializes a new instance of the ChooseObjectTypePageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An enumeration value that specifies which modes of operation are available. Initializes a new instance of the ChooseObjectTypePageEx<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface that provides the functionality to run the wizard. An enumeration value. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Select a Data Source Member page of the Report Wizard. Initializes a new instance of the ChooseObjectMemberPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. An enumeration value that specifies which modes of operation are available. Initializes a new instance of the ChooseObjectMemberPageEx<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface that provides the functionality to run the wizard. An enumeration value. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Select a Data Source Constructor page of the Report Wizard. Initializes a new instance of the ChooseObjectConstructorPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An enumeration value that specifies which modes of operation are available. Initializes a new instance of the ChooseObjectConstructorPageEx<TModel> class with the specified settings. An object implementing the interface. An enumeration value. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Select a Data Member page of the Report Wizard. Initializes a new instance of the ChooseEFDataMemberPageEx<TModel> class with the specified settings. An object implementing the interface that provides a view for a wizard page. An object implementing the interface that provides the functionality to run the wizard. Initializes a new instance of the ChooseEFDataMemberPageEx<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface that provides the functionality to run the wizard. A object. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Set the Report Title page of the Report Wizard. Initializes a new instance of the SetReportTitlePage<TModel> class with the specified page view. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Provides a presenter to the Select the Label Type page of the Report Wizard. Initializes a new instance of the SelectLabelTypePage<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. This page is no longer used in the current Report Wizard implementation. Use the class instead (corresponding to the Choose Fields to Display in a Report (Multi-Query Version) wizard page). Initializes a new instance of the SelectColumnsPage<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. (Typically, it is the object.) Initializes a new instance of the SelectColumnsPage<TModel> class with the specified page view. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Customize the Label Options page of the Report Wizard. Initializes a new instance of the CustomizeLabelPage<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Specify Summary Options (Multi-Query Version) page of the Report Wizard. Initializes a new instance of the ChooseSummaryOptionsPage<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. (Typically, it is the object.) Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Choose a Report Type page of the Report Wizard. Initializes a new instance of the ChooseReportTypePage<TModel> class with the specified settings. An object implementing the interface. A collection of objects. A object. An object implementing the interface that provides the functionality to run the wizard. An object implementing the interface that provides access to the known types in the current solution. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Specifies the solution types provider for a wizard page. An object implementing the interface that provides access to the known types in the current solution. Validates the correctness of settings specified on the current wizard page. A value specifying the text of an error message shown if the validation fails. true, if the validation succeeded; otherwise, false. Provides a presenter to the Choose a Report Style page of the Report Wizard. Initializes a new instance of the ChooseReportStylePage<TModel> class with the specified page view. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Choose a Report Layout page of the Report Wizard. Initializes a new instance of the ChooseReportLayoutPage<TModel> class with the specified page view. An object implementing the interface. Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Provides a presenter to the Add Grouping Levels (Multi-Query Version) page of the Report Wizard. Initializes a new instance of the AddGroupingLevelPage<TModel> class with the specified settings. An object implementing the interface. An object implementing the interface. (Typically, it is the object.) Initializes controls of the current wizard page. Saves settings specified by a wizard page to the report model. Specifies whether or not the Finish button is enabled on a wizard page. true, if the Finish button is enabled; otherwise, false. Returns the type of the next wizard page. A enumeration value. Specifies whether or not the Next button is enabled on a wizard page. true, if the Next button is enabled; otherwise, false. Contains the names of the scripts assigned to . Initializes a new instance of the XRTableScripts class with the specified control. An object. For internal use. For internal use. Contains the names of the scripts assigned to . Initializes a new instance of the XRSummaryScripts class with the default settings. Contains the names of the scripts available for . Initializes a new instance of the XRSummaryEvents class with the default settings. Specifies the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Gets or sets the name of the script used to handle the event. A value, specifying the name of the script for this event. Represents the class used to generate a Matrix 2 of 5 bar code. Initializes a new instance of the class with default settings. If implemented, provides a view for the Add Grouping Levels (Single-Query Version) page of the Report Wizard. If implemented, initializes a wizard page with the specified settings. A collection of objects. If implemented, specifies a query selected on a wizard page. A object. Occurs when a query selected on a wizard page is changed. A Cross-Band Box control. Initializes a new instance of the XRCrossBandBox class with the default settings. For internal use. Overrides the property, to hide it. Specifies a set of borders (top, right, bottom, left) that should be visible for the control. A enumeration value or combination of values, specifying a set of visible borders. Overrides the property. A value. For internal use. For internal use. Overrides the property to hide it. A enumeration value. For internal use. A dictionary for . Initializes a new instance of the ColumnsByTableDictionary class with the default settings. Initializes a new instance of the ColumnsByTableDictionary class with the specified capacity. An integer value. Initializes a new instance of the ColumnsByTableDictionary class with the specified dictionary. A object. A dictionary of data table filters for . Initializes a new instance of the FilteringOperatorsByTableDictionary class with the default settings. Initializes a new instance of the FilteringOperatorsByTableDictionary class with the specified capacity. An integer value. Initializes a new instance of the FilteringOperatorsByTableDictionary class with the specified dictionary. A object. Determines whether or not the specified object is equal to the current FilteringOperatorsByTableDictionary instance. The object to compare with the current object. true if the specified object is equal to the current FilteringOperatorsByTableDictionary instance; otherwise false. Serves as the default hash function. An integer value, specifying the hash code for the current object. Provides the appearance settings for the control's elements. Initializes a new instance of the XRAppearanceObject class with default settings. For internal use. A DevExpress.XtraReports.UI.OptionsCompatability object. Resets all appearance values to their default state. Gets or sets the text alignment. A enumeration value that specifies the text alignment. Specifies the horizontal text alignment. A enumeration value that specifies the text alignment. Overrides the property to hide it. A object. Specifies the vertical text alignment. A enumeration value that specifies the text alignment. Specifies the text trimming mode. A enumeration value. Specifies whether or not to wrap the text. true to enable word-wrapping; otherwise false. Contains the names of the scripts assigned to . Initializes a new instance of the XRSparklineScripts class with the specified control. An object. For internal use. Provides the functionality to obtain an XML schema from a database. Initializes a new instance of the DataSchemaProvider class with the specified settings. An object implementing the DevExpress.Xpo.DB.IDataStoreSchemaExplorer interface that is used to obtain the list of tables or views from the database. Obtains separate XSD-schema for the available tables and views. A object. Obtains separate XSD-schema for the available tables and views, as well the specified data columns. A object. A object. Obtains separate XSD-schema for the available tables and the specified data columns. A object. A value. Obtains an XSD-scheme for the available tables. A value. Obtains an XSD-scheme for the available views. A value. Obtains an XSD-scheme for the available views and the specified data columns. A object. A value. Obtains an XSD-scheme for the available views. A value. Obtains separate XSD-schema for the available views and the specified data columns. A object. A value. Returns the list of data views available in the storage. An array of values. Returns the XML schema of a DataSet available in the storage. A object. A value, specifying the XML schema of a DataSet. For internal use. Always "IsView". Provides access to an object that is used to obtain the list of tables and/or views from the database. An object implementing the DevExpress.Xpo.DB.IDataStoreSchemaExplorer interface that is used to obtain the list of tables and views available in a database. A container to separately store the XML schema of tables and views, to avoid any possible confusion caused by mixing them. Initializes a new instance of the DataSchema class with the specified settings. A value. A value. Provides access to the schema of data tables available in the data source. A value. Provides access to the schema of data views available in the data source. A value. Provides the functionality to obtain data from an XML schema of a database. Initializes a new instance of the DataProvider class with the specified settings. An object implementing the DevExpress.Xpo.DB.IDataStoreSchemaExplorer interface that is used to obtain the list of tables or views from a database. An object implementing the interface that is used to obtain data from a database. Gets an object that is used to obtain data from a database. An object implementing the interface. Gets the alias that is used for tables in a database, by default. A value. Fills the specified data table. A object. Fills the specified data table. A object. A collection of objects. Fills the specified dataset. A object. A object. Fills the specified dataset. A object. Gets an object that is used to obtain the list of tables and/or views from a database. An object implementing the DevExpress.Xpo.DB.IDataStoreSchemaExplorer interface. Provides the information about a 's author. Initializes a new instance of the Author class with the default settings. Creates a copy of the current Author object. An Author object which is a copy of the current object. Specifies the report template's author ID. A structure. Specifies the name of the report template's author. A object. An individual template of a report gallery. Initializes a new instance of the Template class with the default settings. Specifies the report template's author. An object. Creates a copy of the current Template object. A Template object which is a copy of the current object. Extracts a report template from a ZIP file. A object. A object. Specifies the report template's description. A value. Gets the report template's icon. A object. Specifies the report template's icon bytes. A array. Specifies the report template's ID. A structure. Specifies the report template's layout bytes. A array. Specifies the report template's name. A value. Gets the report template's preview image. A object. Specifies the report template's preview image bytes. A array. Specifies the report template's rating. An integer value. A Gauge control. Initializes a new instance of the XRGauge class with the default settings. Specifies a measure that provides data for calculating the actual Gauge value. A value; null (Nothing in Visual Basic) to define this value automatically. For internal use. For internal use. For internal use. For internal use. Specifies how XRGauge contents are rendered. A enumeration value, specifying how a gauge is rendered in a report. For internal use. Specifies sets the maximum value of the Gauge scale. A value; null (Nothing in Visual Basic) to define this value automatically. Specifies the minimum value of the Gauge scale. A value; null (Nothing in Visual Basic) to define this value automatically. Specifies a measure that provides data for calculating the target Gauge value. A value; null (Nothing in Visual Basic) to define this value automatically. For internal use. For internal use. Overrides the event. Specifies the number of tick marks displayed on a gauge scale An integer value that specifies the number of tick marks. Specifies the style of a Gauge. A DevExpress.XtraGauges.Core.Customization.DashboardGaugeStyle enumeration value. Specifies the theme of a Gauge. A DevExpress.XtraGauges.Core.Customization.DashboardGaugeTheme enumeration value. Specifies the view type of a Gauge. A DevExpress.XtraGauges.Core.Customization.DashboardGaugeType enumeration value. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. Provides options that define whether and how a control's content can be edited in Print Preview. Initializes a new instance of the TextEditOptions class with the default settings. Specifies the name of an editor used to change a control's content in Print Preview. A string that specifies the editor name. Provides options that define whether and how a check box's content can be edited in Print Preview. Initializes a new instance of the CheckEditOptions class with the default settings. Specifies the ID of a group to which a check box belongs. A string that specifies the ID of a group owning the check box. Contains the names of the scripts assigned to . Lists the types of fields used in the Template Report. Corresponds to the Customer Address template field. Corresponds to the Customer City template field. Corresponds to the Customer Contact Name template field. Corresponds to the Customer Country template field. Corresponds to the Customer Name template field. Corresponds to the Discount template field. For internal use. For internal use. Corresponds to the Invoice Date template field. Corresponds to the Invoice Due Date template field. Corresponds to the Invoice Number template field. For internal use. For internal use. Corresponds to the Product Description template field. Corresponds to the Product Name template field. Corresponds to the Quantity template field. For internal use. Corresponds to the Tax template field. For internal use. For internal use. For internal use. Corresponds to the Unit Discount template field. Corresponds to the Unit Price template field. Corresponds to the Unit Tax template field. Corresponds to the Vendor Address template field. Corresponds to the Vendor City template field. Corresponds to the Vendor Contact Name template field. Corresponds to the Vendor Country template field. Corresponds to the Vendor Email template field. Corresponds to the Vendor Name template field. Corresponds to the Vendor Phone template field. Corresponds to the Vendor Website template field. Stores paper kind settings. Initializes a new instance of the PaperKindData class with the default settings. Specifies the ID of a paper kind in the System.Drawing.Printing.PaperKind enumeration. An integer value. Specifies the height of a paper kind. A string value that specifies the paper kind height. Specifies the ID of a paper kind. An integer value, specifying the paper kind ID. Specifies whether a paper kind is supposed to be printed as a single uninterrupted page. true, to provide a continuous document layout suited for roll paper printing; otherwise, false. Specifies the name of a paper kind. A value, specifying the paper kind name. Specifies the unit of measure of a paper kind. A value that specifies the unit of measure of the paper kind. For internal use. Specifies the width of a paper kind. A string value that specifies the paper kind width. Contains names of the scripts for an object. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Used to implement scripting for report bands and controls. Initializes a new instance of the class with default settings. Initializes a new instance of a XRControlEvents class with the specified control. An object. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Gets or sets the name of the script used to handle the event. A representing the name of the script for this event. Contains the names of the scripts for certain report controls. Initializes a new instance of the TruncatedControlScripts class with the specified control. An object. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. A method that will handle the event. Represents a method that will handle the event. An object of any type that triggers the event. A object that provides data for the event. Provides data for the event. Gets the formatting string applied to the summary's text. A which represents the string format for the text. Gets or sets the text representation of the summary with the string formatting applied. A value, specifying the text that will be printed as a control's summary value. Gets the value which is automatically calculated as the label's summary. An representing the summary value. Contains names of the scripts for report bands. For internal use. For internal use. For internal use. For internal use. Occurs when an exception is raised during the execution of report scripts. Initializes a new instance of the ScriptExceptionEventArgs class with the specified exception. A object. Specifies whether the script execution should be canceled. true to cancel the script execution; otherwise false. A Pivot Grid control that is used to create cross-tab reports. Initializes a new instance of the XRPivotGrid class with the default settings. Gets the XRPivotGrid's rendered height (measured in report units). A value that specifies the control's actual height. Gets the XRPivotGrid's rendered width (measured in report units). A value that specifies the control's actual width. Provides access to the properties that control the appearance of the pivot grid's elements. An object. For internal use. For internal use. For internal use. Resizes the columns which correspond to the specified field to the minimum width required to completely display the column's contents. An object which identifies the columns to which the best width feature should be applied. Resizes the columns which correspond to the data fields and row fields to the minimum width required to completely display the column's contents. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. For internal use. Gets or sets the name of the style assigned to the property. A value, which represents the style name. Collapses all the columns and rows in the pivot grid. Collapses all the columns in the pivot grid. Collapses all the rows in the pivot grid. Gets the number of columns in the XRPivotGrid. An integer value that specifies the number of columns displayed within the XRPivotGrid. Enables custom display text to be provided for the cells displayed within the Data Area. Allows you to replace cell values with custom ones. Occurs when a XRPivotGrid control prepares data to be displayed in a control. Occurs before the XRPivotGrid control passes its data to a bound control. Enables you to specify a custom column width (e.g., to hide some columns based on specific criteria). Provides the capability to sort data using custom rules. Allows you to customize field value cells of XRPivotGrid. Allows you to custom group values of column and row fields. Enables you to specify a custom row height (e.g., to hide some rows based on specific criteria). Provides the capability to sort data using custom rules in OLAP and server mode. Enables summary values to be calculated manually. Gets or sets the name of the style assigned to the property. A value, which represents the style name. Enables data to be provided for unbound fields. Gets or sets the data adapter used to populate the pivot grid's data source. A which represents the pivot grid's data adapter. For internal use. Specifies the data source member which supplies data to the Pivot Grid. A value that is the data source member. Gets or sets the pivot grid control's data source. If it's empty, then the report's data source will be used. A representing the pivot grid control's data source. Overrides the event. For internal use. Expands all the columns and rows in the pivot grid. Expands all the columns in the pivot grid. Expands all the rows in the pivot grid. Gets or sets the name of the style assigned to the property. A value, which represents the style name. Provides access to a pivot grid's field collection. An object which represents a collection of all the fields within a pivot grid. Enables the display text of individual column and row headers and filter dropdown items to be customized. Gets or sets the name of the style assigned to the property. A value, which represents the style name. Gets or sets the name of the style assigned to the property. A value, which represents the style name. Gets or sets the name of the style assigned to the property. A value, which represents the style name. Gets or sets the name of the style assigned to the property. A value, which represents the style name. For internal use. For internal use. For internal use. For internal use. Returns an object that contains information on the specified cell. A zero-based integer that identifies the visible index of the column. A zero-based integer that identifies the visible index of the row. A object that contains information on the specified cell. Retrieves a cell value, identified by the specified data field, column and row field values. An array of column field values that identify the column where the cell resides. An array of row field values that identify the row where the cell resides. An that represents the data field, whose value is retrieved. A value displayed in the specified cell. Retrieves a cell value, identified by the specified column and row field values. An array of column field values that identify the column where the cell resides. An array of row field values that identify the row where the cell resides. A value displayed in the specified cell. Returns a value displayed in the specified cell. A zero-based integer which identifies the visible index of the column. A zero-based integer which identifies the visible index of the row. A value displayed in the specified cell. Returns a field at the specified visual position in the specified area. A object that identifies the area containing the required field. An integer value that specifies the visible index of the field within the specified area. A object at the specified visual position within the specified area. Returns the specified field value. A descendant, specifying a column or row field whose value is to be obtained. A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left edge for column fields, and from the top edge for row fields. An , specifying the field value. Gets the type of a field value in the column or row area. true to retrieve information on a field value in the column area; false to retrieve information on a field value in the row area. A zero-based index of a column/row that identifies the required field value. Indices are numbered starting from the left, for column fields, and from the top, for row fields. A enumeration value that identifies the type of the required column/row field value. Gets or sets the name of the style assigned to the property. A value, which represents the style name. For internal use. Gets or sets the name of the style assigned to the property. A value, which represents the style name. Overrides the event. Returns a value indicating whether or not the specified column field value or row field value is collapsed. An object that identifies a column or row field. A zero-based index of a cell in the Data Area that identifies the required field value. Indexes are numbered starting from the left edge for column fields, and from the top edge for row fields. true if the specified column field value or row field value is collapsed; otherwise, false. Returns a value indicating whether or not the specified column field value or row field value is collapsed. true if the field value corresponds to a column field; false if the field value corresponds to a row field. A zero-based index of a cell that identifies the required field value. Indices are numbered starting from the left for column fields, and from the top for row fields. An integer value that specifies the nesting level of the field value. true if the specified column field value or row field value is collapsed; otherwise, false. Gets or sets the name of the style assigned to the property. A value, which represents the style name. For internal use. For internal use. Specifies a connection string to a cube in an MS Analysis Services database. A connection string. Specifies an OLAP data provider. An enumeration member that specifies which data provider should be used to bind to an OLAP cube. For internal use. Provides access to the options controlling the display of the Pivot Grid's data in a Chart. A object that contains corresponding options. For internal use. Provides access to the pivot grid's data specific options. A class that contains the pivot grid's data specific options. Provides access to the options which control the presentation of the data fields in the Pivot Grid. A object. For internal use. A object. For internal use. Provides access to the pivot grid's print options. An object which contains the pivot grid's print options. Provides access to the pivot grid's display options. An object which contains the pivot grid's display options. For internal use. Provides access to the Prefilter settings that enable filtering the incoming data. An object that contains the prefilter's settings. Fires when the Prefilter's criteria are changed. Hides the inappropriate event of the parent class. Hides the inappropriate event of the parent class. Hides the inappropriate event of the parent class. Hides the inappropriate event of the parent class. Hides the inappropriate event of the parent class. Enables you to render a different content for individual data cells. Enables you to render a different content for individual field values. Enables you to render a different content for individual field headers. Overrides the event to hide it. De-serializes the core functionality of the . An XtraSerializer object that provides the native serialization mechanism of XtraReports controls. A value. An descendant, containing options that determine how the control's layout is serialized. Restores a pivot grid's layout from the specified stream, using the specified settings. A descendant which contains the layout settings. If null (Nothing in Visual Basic), an exception is raised. A descendant which specifies which options should be restored. Restores a pivot grid's layout from the specified stream. A descendant from which the pivot grid's settings are read. If null (Nothing in Visual Basic), an exception is raised. Creates objects for all the fields in the 's bound data source. Specifies the orientation of the content within the Pivot Grid's cells. A enumeration value. Gets the number of rows in the XRPivotGrid. An integer value that specifies the number of rows displayed within the XRPivotGrid. Provides access to an object that contains XRPivotGrid-specific scripts to handle its events in the End-User Report Designer. An object, specifying XRPivotGrid script events. For internal use. For internal use. Provides access to the style settings that control the appearance of the Pivot Grid. An object that provides style settings for the XRPivotGrid. For internal use. For internal use. For internal use. Overrides the event. Gets or sets the name of the style assigned to the property. A value, which represents the style name. For internal use. For internal use. For internal use. Lists the available script executions modes. Denies the execution of any scripts and disables the capability to invoke the Scripts editor in the Report Designer (by removing the Scripts toolbar button, along with a section listing script events of a control in the Property Grid). Enables the execution of scripts under the specified restrictions. To apply restrictions, it is required to enable the CAS policy option in the application's configuration file. Enables the execution of any script at your own risk. Provides functionality to specify the scripting security at the application level. Initializes a new instance of the ScriptPermissionManager class with the specified script execution mode. An enumeration value. This value is assigned to the property. Initializes a new instance of the ScriptPermissionManager class with the specified script execution mode. An enumeration value. A object. An array of objects implementing the interface. Specifies the evidence-based security policy that is applied for script execution. A object. Specifies the script security permission level applied to the application. A object. Specifies the security restrictions applied to report scripts. A collection of objects implementing the interface. An object implementing the interface. Specifies whether or not to apply any restrictions when executing report scripts. An enumeration value. Contains options for the 's field. Initializes a new instance of the XRPivotGridFieldOptions class with the specified settings. A delegate that will receive change notifications. An IViewBagOwner object that is used to initialize the created object. A string value that is used to initialize the created object. Gets or sets whether the field's header is displayed within the customization form when the field is hidden. true to display the field's header within the customization form when the field is hidden; otherwise, false. Gets or sets whether the field is shown in Prefilter. true if the field is shown in Prefilter; otherwise, false. A method that will handle the event. Represents a method that will handle the event. An object of any type that triggers the event. A object that provides data for the event. Provides data for the event. Initializes a new instance of the PrintOnPageEventArgs class. An integer value which represents the index of a page on which a control will be printed. This value is assigned to the property. An integer value which represents the total number of pages in a document. This value is assigned to the property. Gets the number of all pages presented in the created report. An integer value which represents the number of all pages in a report. Gets the index of the current page which the control will be printed on. An integer value which specifies the current page index. Note that the first page's index is equal to 0. This enumeration is obsolete and no longer in use. Use the enumeration instead. A barcode is printed in its normal orientation. A barcode is rotated 90 degrees counter clockwise. A barcode is rotated 90 degrees clockwise. A barcode is rotated 180 degrees. Specifies how a group footer is positioned with respect to its group in a report. A group is printed so that it is split across several pages if there isn't enough space on a page to print the entire group. A group is split across several pages "as is". However, if there are no group rows printed above the Group Footer on a page, the last group row from the previous page is moved to the next page, and is printed before a Group Footer, so that a Group Footer is never printed on a page alone (with no group rows above it).