BackColor
|
Gets or sets a control’s background color.
|
Band
|
Provides access to the owner band, in which the current control is situated.
|
Bands
|
Gets the collection of bands contained in a report.
|
Bookmark
|
Gets or sets the text shown as a root bookmark in a Document Map.
|
BookmarkDuplicateSuppress
|
Specifies whether or not to suppress duplicated bookmarks in a final document.
|
BorderColor
|
Gets or sets the control’s border color.
|
BorderDashStyle
|
Specifies the dash style for the control’s border.
|
Borders
|
Specifies a set of borders (top, right, bottom, left) that should be visible for the control.
|
BorderWidth
|
Specifies the width of cell borders in pixels, as a floating point value.
|
CalculatedFields
|
Provides access to a report’s collection of calculated fields.
|
CanHaveChildren
|
Overrides the XRControl.CanHaveChildren property.
|
CanRaiseEvents
protected
|
Gets a value indicating whether the component can raise an event.
|
ComponentStorage
|
Retrieves a collection of components serialized along with the report, such as data sources.
|
Container
|
Gets the IContainer that contains the Component.
|
ControlType
|
Gets the assembly-qualified name of the report.
|
CrossBandControls
|
Provides access to a collection of cross-band controls in the current report.
|
CurrentRowHierarchyLevel
|
|
CurrentRowIndex
|
Gets the index of the current data row in a report’s XtraReportBase.DataSource.
|
DataAdapter
|
Specifies the data adapter that should be used to populate a report’s data source.
|
DataMember
|
Specifies the collection, list, or table in the object assigned to the DataSource property from which to retrieve the data.
|
DataSource
|
Gets or sets an object that supplies data to the report.
|
DataSourceSchema
|
Gets or sets an XML/XSD file, containing a schema of a report’s data source.
|
DefaultPrinterSettingsUsing
|
Provides access to an object that defines which of the system’s default printer settings should be used when printing an XtraReport.
|
DesignerOptions
|
Provides access to the options that determine the availability of popup hints and warnings in the Report Designer.
|
DesignMode
protected
|
Gets a value that indicates whether the Component is currently in design mode.
|
DisplayName
|
Gets or sets the report’s display name. If the name is not empty, it serves as the default name of the exported document and appears in the End-User Designer‘s report tab. Otherwise, the value of the report’s Name property is used as a display name.
|
DrawGrid
|
Gets or sets a value indicating whether to draw the snap grid over the report surface.
|
DrawWatermark
|
Gets or sets a value indicating whether or not to draw a watermark at design time.
|
Events
protected
|
Gets the list of event handlers that are attached to this Component.
|
Expanded
|
For internal use.
|
ExportOptions
|
Gets the settings used to specify exporting parameters when exporting a report.
|
ExpressionBindings
|
Provides access to a control’s collection of expression bindings.
|
Extensions
|
Provides access to the report’s extensions.
|
FilterString
|
Specifies the criteria used to filter data in a report.
|
Font
|
Gets or sets the control’s font.
|
ForeColor
|
Gets or sets the control’s foreground color.
|
FormattingRules
|
Provides access to a collection of formatting rules applied to this control.
|
FormattingRuleSheet
|
Provides access to a collection of formatting rules stored in a report.
|
HasChildren
|
Gets a value indicating whether the control contains other XRControl objects.
|
HorizontalContentSplitting
|
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.
|
ImageResources
|
Provides access to a collection of the report’s named images.
|
Index
|
Gets the zero-based index of this control in its parent’s collection of controls.
|
IsDisposed
|
For internal use. Gets a value indicating whether the control has been disposed of.
|
IsSingleChild
|
Checks whether the report element (control or band) is a single child of its parent.
|
Landscape
|
Gets or sets a value indicating whether the page orientation is landscape.
|
LocalizationItems
|
Provides access to a collection of items that combine the property name, its value and a language name.
|
Margins
|
Gets or sets the report’s page margins.
|
MasterReport
|
Gets or sets the XtraReport object which contains the current report as a subreport.
|
Name
|
Gets or sets a name of the control.
|
Padding
|
Gets or sets the control’s padding values (measured in report units).
|
PageColor
|
Gets or sets the fill color of report pages.
|
PageHeight
|
Gets or sets the height of the report pages (measured in report units). Available only if the XtraReport.PaperKind is set to Custom .
|
Pages
|
Gets a collection of pages generated for this report.
|
PageSize
|
Gets or sets the size of the report’s pages (measured in report units).
|
PageWidth
|
Gets or sets the width of the report pages measured in report units. Only in effect if XtraReport.PaperKind is set to Custom .
|
PaperKind
|
Gets or sets the report’s paper kind.
|
PaperName
|
Gets or sets the name of the custom paper which is used in the printer that the document is going to be printed on.
|
ParameterPanelLayoutItems
|
|
Parameters
|
Provides access to a report’s collection of parameters.
|
Parent
|
Specifies the parent object that contains the current control.
|
PrinterName
|
Specifies the name of the printer to use for printing the report.
|
PrintingSystem
|
Returns a report’s Printing System that provides print and export settings.
|
Report
|
Provides access to the report that contains the control.
|
ReportPrintOptions
|
Provides access to options that define a report’s print-out.
|
ReportUnit
|
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).
|
RequestParameters
|
Specifies whether the report document creation should start only after the user submits all the report parameter values.
|
RightToLeft
|
Specifies the content orientation of the XtraReport‘s controls.
|
RightToLeftLayout
|
Specifies the position of controls within report bands.
|
RollPaper
|
Specifies whether the document is supposed to be printed on roll paper (in other words, as a single uninterrupted page).
|
RootReport
|
Provides access to the report to which the control belongs.
|
RowCount
|
Gets the total amount of data rows in a report’s XtraReportBase.DataSource.
|
ScriptLanguage
|
Gets or sets the scripting language of all the scripts used in this XtraReport object.
|
ScriptReferences
|
Specifies the collection of file names (with full or relative paths) of the assemblies used by the scripts in a report.
|
ScriptReferencesString
|
Gets or sets the string containing all script references represented by the XtraReport.ScriptReferences property.
|
Scripts
|
Provides access to an object that contains XtraReport-specific scripts to handle its events in the End-User Designer.
|
ScriptsSource
|
Specifies the report scripts.
|
ShowPreviewMarginLines
|
Specifies whether the report preview window shows page margin lines.
|
ShowPrintMarginsWarning
|
Gets or sets a value which specifies whether an error message is shown when the page margins are set outside the printable area.
|
ShowPrintStatusDialog
|
Gets or sets a value specifying whether a print status dialog is shown when a document is printed.
|
ShowUserFriendlyNamesInUserDesigner
static
|
Obsolete. Gets or sets a value indicating whether all property names and their values should be displayed in the user-friendly format in the Properties window and smart tags of the End-User Designer.
|
Site
|
Gets or sets the ISite of the Component.
|
SnapGridSize
|
Specifies the dimensions of the report designer snap grid.
|
SnapGridStepCount
|
Specifies the number of grid cells comprising a larger snap grid unit.
|
SnappingMode
|
Specifies the mode in which report elements are snapped to each other when they are resized or being relocated.
|
SourceUrl
|
For internal use.
|
StyleSheet
|
Provides access to a collection of styles stored in a report.
|
StyleSheetPath
|
Gets or sets a path to the style sheet contained in a style sheet file.
|
Tag
|
Bindable. Gets or sets the object that contains data about this control.
|
TextAlignment
|
Specifies the positioning of text within a control.
|
VerticalContentSplitting
|
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.
|
Visible
|
Gets or sets a value that specifies whether the report control is displayed in the document.
|
WatermarkId
|
Bindable. Specifies the unique identifier of a watermark to be displayed in a report.
|
Watermarks
|
Gets the collection of watermarks.
|
XmlDataPath
|
Specifies the path to an XML file that should be used as the report’s data source.
|