Back to Devexpress

XtraSchedulerReport Members

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-xtraschedulerreport-dot-underscore-members.md

latest84.3 KB
Original Source

XtraSchedulerReport Members

Represents the base class for a report in the XtraScheduler Suite.

Constructors

NameDescription
XtraSchedulerReport()Initializes a new instance of the XtraSchedulerReport class with default settings.

Fields

NameDescription
DefaultHorizontalContentSplitting staticAlways HorizontalContentSplitting.Smart. Inherited from XtraReport.
DefaultPageSize staticThe default page size (850 by 1100 hundredths of an inch) used for reports. Inherited from XtraReport.
DefaultPaperKind staticRepresents the default paper type used in a report. Inherited from XtraReport.
DefaultReportTemplateExtThe .schrepx file extension of scheduler report templates.
DefaultReportUnit staticInherited from XtraReport.

Properties

NameDescription
BackColorGets or sets a control’s background color. Inherited from XRControl.
BandProvides access to the owner band, in which the current control is situated. Inherited from XRControl.
BandsGets the collection of bands contained in a report. Inherited from XtraReportBase.
BookmarkGets or sets the text shown as a root bookmark in a Document Map. Inherited from XtraReport.
BookmarkDuplicateSuppressSpecifies whether or not to suppress duplicated bookmarks in a final document. Inherited from XtraReport.
BorderColorGets or sets the control’s border color. Inherited from XRControl.
BorderDashStyleSpecifies the dash style for the control’s border. Inherited from XRControl.
BordersSpecifies a set of borders (top, right, bottom, left) that should be visible for the control. Inherited from XRControl.
BorderWidthSpecifies the width of cell borders in pixels, as a floating point value. Inherited from XRControl.
CalculatedFieldsProvides access to a report’s collection of calculated fields. Inherited from XtraReport.
CanHaveChildrenOverrides the XRControl.CanHaveChildren property. Inherited from Band.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ComponentStorageRetrieves a collection of components serialized along with the report, such as data sources. Inherited from XtraReport.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ControlTypeGets the assembly-qualified name of the report. Inherited from XtraReport.
CrossBandControlsProvides access to a collection of cross-band controls in the current report. Inherited from XtraReport.
CurrentRowHierarchyLevelInherited from XtraReportBase.
CurrentRowIndexGets the index of the current data row in a report’s XtraReportBase.DataSource. Inherited from XtraReportBase.
DataAdapterSpecifies the data adapter that should be used to populate a report’s data source. Inherited from XtraReportBase.
DataMemberSpecifies the collection, list, or table in the object assigned to the DataSource property from which to retrieve the data. Inherited from XtraReportBase.
DataSourceGets or sets an object that supplies data to the report. Inherited from XtraReportBase.
DataSourceSchemaGets or sets an XML/XSD file, containing a schema of a report’s data source. Inherited from XtraReport.
DefaultExtension static
DefaultPrinterSettingsUsingProvides access to an object that defines which of the system’s default printer settings should be used when printing an XtraReport. Inherited from XtraReport.
DesignerOptionsProvides access to the options that determine the availability of popup hints and warnings in the Report Designer. Inherited from XtraReport.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DisplayNameGets 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. Inherited from XtraReport.
DrawGridGets or sets a value indicating whether to draw the snap grid over the report surface. Inherited from XtraReport.
DrawWatermarkGets or sets a value indicating whether or not to draw a watermark at design time. Inherited from XtraReport.
EmptyBookmarkTextSpecifies the text for empty bookmark values ​​in the report element hierarchy. Inherited from XtraReport.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpandedFor internal use. Inherited from XtraReport.
ExportOptionsGets the settings used to specify exporting parameters when exporting a report. Inherited from XtraReport.
ExpressionBindingsProvides access to a control’s collection of expression bindings. Inherited from XRControl.
ExtensionsProvides access to the report’s extensions. Inherited from XtraReport.
FilterStringSpecifies the criteria used to filter data in a report. Inherited from XtraReportBase.
FontGets or sets the control’s font. Inherited from XRControl.
ForeColorGets or sets the control’s foreground color. Inherited from XRControl.
FormattingRulesProvides access to a collection of formatting rules applied to this control. Inherited from XRControl.
FormattingRuleSheetProvides access to a collection of formatting rules stored in a report. Inherited from XtraReport.
HasChildrenGets a value indicating whether the control contains other XRControl objects. Inherited from XRControl.
HorizontalContentSplittingWhen 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. Inherited from XtraReport.
ImageResourcesProvides access to a collection of the report’s named images. Inherited from XtraReport.
IndexGets the zero-based index of this control in its parent’s collection of controls. Inherited from XRControl.
IsDisposedFor internal use. Gets a value indicating whether the control has been disposed of. Inherited from XRControl.
IsSingleChildChecks whether the report element (control or band) is a single child of its parent. Inherited from XRControl.
LandscapeGets or sets a value indicating whether the page orientation is landscape. Inherited from XtraReport.
LocalizationItemsProvides access to a collection of items that combine the property name, its value and a language name. Inherited from XtraReport.
MarginsGets or sets the report’s page margins. Inherited from XtraReport.
MasterReportGets or sets the XtraReport object which contains the current report as a subreport. Inherited from XtraReport.
NameGets or sets a name of the control. Inherited from XRControl.
PaddingGets or sets the control’s padding values (measured in report units). Inherited from XRControl.
PageColorGets or sets the fill color of report pages. Inherited from XtraReport.
PageHeightFSpecifies the height of report pages (measured in report units). Has effect only if the XtraReport.PaperKind property is set to Custom. Inherited from XtraReport.
PagesGets a collection of pages generated for this report. Inherited from XtraReport.
PageSizeFSpecifies the size of report pages (measured in report units). Inherited from XtraReport.
PageWidthFSpecifies the width of report pages (measured in report units). Applies only if the XtraReport.PaperKind property is set to Custom. Inherited from XtraReport.
PaperKindGets or sets the report’s paper kind. Inherited from XtraReport.
PaperNameGets or sets the name of the custom paper which is used in the printer that the document is going to be printed on. Inherited from XtraReport.
ParameterPanelLayoutItemsInherited from XtraReport.
ParametersProvides access to a report’s collection of parameters. Inherited from XtraReport.
ParentSpecifies the parent object that contains the current control. Inherited from XRControl.
PrintColorSchemaGets or sets the color mode used to print the report.
PrinterNameSpecifies the name of the printer to use for printing the report. Inherited from XtraReport.
PrintingSystemReturns a report’s Printing System that provides print and export settings. Inherited from XtraReport.
ReportProvides access to the report that contains the control. Inherited from XRControl.
ReportPrintOptionsProvides access to options that define a report’s print-out. Inherited from XtraReportBase.
ReportUnitSpecifies 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). Inherited from XtraReport.
RequestParametersSpecifies whether the report document creation should start only after the user submits all the report parameter values. Inherited from XtraReport.
RightToLeftSpecifies the content orientation of the XtraReport‘s controls. Inherited from XtraReport.
RightToLeftLayoutSpecifies the position of controls within report bands. Inherited from XtraReport.
RollPaperSpecifies whether the document is supposed to be printed on roll paper (in other words, as a single uninterrupted page). Inherited from XtraReport.
RootReportProvides access to the report to which the control belongs. Inherited from XRControl.
RowCountGets the total amount of data rows in a report’s XtraReportBase.DataSource. Inherited from XtraReportBase.
SchedulerAdapterGets or sets the scheduler adapter for the current report.
ScriptLanguageGets or sets the scripting language of all the scripts used in this XtraReport object. Inherited from XtraReport.
ScriptReferencesSpecifies the collection of file names (with full or relative paths) of the assemblies used by the scripts in a report. Inherited from XtraReport.
ScriptReferencesStringGets or sets the string containing all script references represented by the XtraReport.ScriptReferences property. Inherited from XtraReport.
ScriptsProvides access to an object that contains XtraReport-specific scripts to handle its events in the End-User Designer. Inherited from XtraReport.
ScriptsSourceSpecifies the report scripts. Inherited from XtraReport.
ShowPreviewMarginLinesSpecifies whether the report preview window shows page margin lines. Inherited from XtraReport.
ShowPrintMarginsWarningGets or sets a value which specifies whether an error message is shown when the page margins are set outside the printable area. Inherited from XtraReport.
ShowPrintStatusDialogGets or sets a value specifying whether a print status dialog is shown when a document is printed. Inherited from XtraReport.
ShowUserFriendlyNamesInUserDesigner staticObsolete. 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. Inherited from XtraReport.
SiteGets or sets the ISite of the Component. Inherited from Component.
SnapGridSizeSpecifies the dimensions of the report designer snap grid. Inherited from XtraReport.
SnapGridStepCountSpecifies the number of grid cells comprising a larger snap grid unit. Inherited from XtraReport.
SnappingModeSpecifies the mode in which report elements are snapped to each other when they are resized or being relocated. Inherited from XtraReport.
SourceUrlFor internal use. Inherited from XtraReport.
StyleSheetProvides access to a collection of styles stored in a report. Inherited from XtraReport.
StyleSheetPathGets or sets a path to the style sheet contained in a style sheet file. Inherited from XtraReport.
TagBindable. Gets or sets the object that contains data about this control. Inherited from XRControl.
TextAlignmentSpecifies the positioning of text within a control. Inherited from XRControl.
VerticalContentSplittingGets 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. Inherited from XtraReport.
ViewsProvides access to the collection of Views available for the current report.
VisibleGets or sets a value that specifies whether the report control is displayed in the document. Inherited from XRControl.
WatermarkIdBindable. Specifies the unique identifier of a watermark to be displayed in a report. Inherited from XtraReport.
WatermarksGets the collection of watermarks. Inherited from XtraReport.
XmlDataPathSpecifies the path to an XML file that should be used as the report’s data source. Inherited from XtraReportBase.

Methods

NameDescription
AllControls<T>()Returns a collection that contains all controls found within XRControl (within a report). Inherited from XRControl.
ApplyFiltering()Applies the filter string assigned to the XtraReportBase.FilterString property, to a report’s data source using the current values of parameters. Inherited from XtraReportBase.
ApplyLocalization(CultureInfo)Applies values contained in the localized report for the specified culture. Inherited from XtraReport.
ApplyLocalization(String)Applies values contained in the localized report for the specified locale. Inherited from XtraReport.
BeginInit()For internal use. Starts the XtraReport‘s initialization. Initialization occurs at runtime. Inherited from XtraReport.
BeginUpdate()Starts the XtraReport‘s runtime initialization. Inherited from XtraReport.
BringToFront()Brings the control to the front of the z-order. Inherited from XRControl.
CollectParameters(IList<Parameter>)Inherited from XtraReport.
CreateBand(BandKind) staticCreates a band of the specified type. Inherited from XtraReportBase.
CreateDocument()Creates a document from the report instance to display or print at a later time. Inherited from XtraReport.
CreateDocument(Boolean)Creates a document so that it 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.
CreateDocumentAsync(CancellationToken)Asynchronously creates a document from an XtraReport to print or display this report. Inherited from XtraReport.
CreateLayoutViewDocument()For internal use. Creates a report document for editing using a Silverlight Report Designer. Inherited from XtraReport.
CreateObjRef(Type)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
CreatePrintingSystem() staticCreates a Printing System for the report. Inherited from XtraReport.
Dispose()Releases all resources used by the Component. Inherited from Component.
EndInit()For internal use. Ends the XtraReport‘s initialization. Inherited from XtraReport.
EndUpdate()Ends the XtraReport‘s runtime initialization. Inherited from XtraReport.
EnsureStaticConstructor() staticThis method is intended for internal use only. Normally, you don’t need to use it. Inherited from XtraReport.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
ExportToCsv(Stream, CsvExportOptions)Exports a report to the specified stream in CSV format. Inherited from XtraReport.
ExportToCsv(String, CsvExportOptions)Exports a report to the specified file in CSV format. Inherited from XtraReport.
ExportToCsvAsync(Stream, CsvExportOptions, CancellationToken)Asynchronously exports a report to the specified stream in CSV format. Inherited from XtraReport.
ExportToCsvAsync(String, CsvExportOptions, CancellationToken)Asynchronously exports a report to the specified file in CSV format. Inherited from XtraReport.
ExportToDocx(Stream, DocxExportOptions)Exports a report to the specified stream in DOCX format. Inherited from XtraReport.
ExportToDocx(String, DocxExportOptions)Exports a report to the specified file DOCX format. Inherited from XtraReport.
ExportToDocxAsync(Stream, DocxExportOptions, CancellationToken)Asynchronously exports a report to the specified stream in DOCX format. Inherited from XtraReport.
ExportToDocxAsync(String, DocxExportOptions, CancellationToken)Asynchronously exports a report to the specified file in DOCX format. Inherited from XtraReport.
ExportToHtml(Stream, HtmlExportOptions)Exports a report to the specified stream in HTML format. Inherited from XtraReport.
ExportToHtml(String, HtmlExportOptions)Exports a report to the specified file in HTML format. Inherited from XtraReport.
ExportToHtmlAsync(Stream, HtmlExportOptions, CancellationToken)Asynchronously exports a report to the specified stream in HTML format. Inherited from XtraReport.
ExportToHtmlAsync(String, HtmlExportOptions, CancellationToken)Asynchronously exports a report to the specified file in HTML format. Inherited from XtraReport.
ExportToImage(Stream, DXImageFormat)Exports a report to the specified stream in the specified image format. Inherited from XtraReport.
ExportToImage(Stream, ImageExportOptions)Exports a report to the specified stream as an image. Use options to specify an image format. Inherited from XtraReport.
ExportToImage(String, DXImageFormat)Exports a report to the specified file in the specified image format. Inherited from XtraReport.
ExportToImage(String, ImageExportOptions)Exports a report to the specified file in Image format. Inherited from XtraReport.
ExportToImageAsync(Stream, ImageExportOptions, CancellationToken)Asynchronously exports a report to the specified stream in image format. Inherited from XtraReport.
ExportToImageAsync(String, ImageExportOptions, CancellationToken)Asynchronously exports a report to the specified file in image format. Inherited from XtraReport.
ExportToMail(MailMessageExportOptions, String, String, String)Exports a report to HTML and inserts it into a specified e-mail message. Inherited from XtraReport.
ExportToMail(MailMessageExportOptions)Exports a report to HTML and inserts it into a specified e-mail message. Inherited from XtraReport.
ExportToMail(String, String, String)Exports a report to HTML and inserts it into a specified e-mail message. Inherited from XtraReport.
ExportToMailAsync(MailMessageExportOptions, String, String, String, CancellationToken)Asynchronously exports a report to HTML and inserts it into a specified e-mail message. Inherited from XtraReport.
ExportToMailAsync(MailMessageExportOptions, CancellationToken)Asynchronously exports a report to HTML and inserts it into a specified e-mail message. Inherited from XtraReport.
ExportToMailAsync(String, String, String, CancellationToken)Asynchronously exports a report to HTML and inserts it into a specified e-mail message. Inherited from XtraReport.
ExportToMht(Stream, MhtExportOptions)Exports a report to the specified stream in MHT format. Inherited from XtraReport.
ExportToMht(String, MhtExportOptions)Exports a report to the specified file in MHT format. Inherited from XtraReport.
ExportToMhtAsync(Stream, MhtExportOptions, CancellationToken)Asynchronously exports a report to the specified stream in MHT format. Inherited from XtraReport.
ExportToMhtAsync(String, MhtExportOptions, CancellationToken)Asynchronously exports a report to the specified file in MHT format. Inherited from XtraReport.
ExportToPdf(Stream, PdfExportOptions)Exports a report to the specified stream in PDF format. Inherited from XtraReport.
ExportToPdf(String, PdfExportOptions)Exports a report to the specified file in PDF format. Inherited from XtraReport.
ExportToPdfAsync(Stream, PdfExportOptions, CancellationToken)Asynchronously exports a report to the specified stream in PDF format. Inherited from XtraReport.
ExportToPdfAsync(String, PdfExportOptions, CancellationToken)Asynchronously exports a report to the specified file in PDF format. Inherited from XtraReport.
ExportToRtf(Stream, RtfExportOptions)Exports a report to the specified stream in RTF format. Inherited from XtraReport.
ExportToRtf(String, RtfExportOptions)Exports a report to the specified file in RTF format. Inherited from XtraReport.
ExportToRtfAsync(Stream, RtfExportOptions, CancellationToken)Asynchronously exports a report to the specified stream in RTF format. Inherited from XtraReport.
ExportToRtfAsync(String, RtfExportOptions, CancellationToken)Asynchronously exports a report to the specified file in RTF format. Inherited from XtraReport.
ExportToText(Stream, TextExportOptions)Exports a report to the specified stream in text format. Inherited from XtraReport.
ExportToText(String, TextExportOptions)Exports a report to the specified file in text format. Inherited from XtraReport.
ExportToTextAsync(Stream, TextExportOptions, CancellationToken)Asynchronously exports a report to the specified stream in text format. Inherited from XtraReport.
ExportToTextAsync(String, TextExportOptions, CancellationToken)Asynchronously exports a report to the specified file in text format. Inherited from XtraReport.
ExportToXls(Stream, XlsExportOptions)Exports a report to the specified stream in CSV format. This method exports data in WYSIWYG mode. Inherited from XtraReport.
ExportToXls(String, XlsExportOptions)Exports a report to the specified file in XLS format. This method exports data in WYSIWYG mode. Inherited from XtraReport.
ExportToXlsAsync(Stream, XlsExportOptions, CancellationToken)Asynchronously exports a report to the specified stream in XLS format. Inherited from XtraReport.
ExportToXlsAsync(String, XlsExportOptions, CancellationToken)Asynchronously exports a report to the specified file in XLS format. Inherited from XtraReport.
ExportToXlsx(Stream, XlsxExportOptions)Exports a report to the specified stream in XLSX format. This method exports data in WYSIWYG mode. Inherited from XtraReport.
ExportToXlsx(String, XlsxExportOptions)Exports a report to the specified file in XLSX format. This method exports data in WYSIWYG mode. Inherited from XtraReport.
ExportToXlsxAsync(Stream, XlsxExportOptions, CancellationToken)Asynchronously exports a report to the specified stream in XLSX format. Inherited from XtraReport.
ExportToXlsxAsync(String, XlsxExportOptions, CancellationToken)Asynchronously exports a report to the specified file in XLSX format. Inherited from XtraReport.
FillDataSource()Populates a data source, which is assigned to a report’s XtraReportBase.DataSource property. Inherited from XtraReportBase.
FillDataSourceAsync()Inherited from XtraReportBase.
FindControl(String, Boolean)Finds the control that has the specified name in the XRControl.Controls collection. Inherited from XRControl.
FromDisplayName(String)Obtains the real name of a data field, based on the field’s display name. Inherited from XtraReportBase.
FromFile(String, Boolean) staticLoads the report definition from the specified REPX file. Inherited from XtraReport.
FromStream(Stream, Boolean) staticLoads 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. Inherited from XtraReport.
FromXmlFile(String, Boolean) staticLoads the serialized report definition from the specified XML file. Inherited from XtraReport.
FromXmlStream(Stream, Boolean) staticLoads 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 XML data format. Inherited from XtraReport.
GetCurrentColumnValue(String)Returns the current value of the specified column (field) from a collection assigned to a report’s Data Member property. If the property is not specified, the method returns the current value from a root collection of the report’s Data Source. Inherited from XtraReportBase.
GetCurrentColumnValue<T>(String)Returns the current value (strongly typed) of the specified column (field) from a collection assigned to a report’s Data Member property. If the property is not specified, the method returns the current value from a root collection of the report’s Data Source. Inherited from XtraReportBase.
GetCurrentRow()Returns the current data row from a collection assigned to a report’s Data Member property. If the property is not specified, the method returns the current value from a root collection of the report’s Data Source. Inherited from XtraReportBase.
GetCurrentRowIndexInGroup()Inherited from XtraReportBase.
GetEffectiveBackColor()Returns the color actually used as the control’s background color. Inherited from XRControl.
GetEffectiveBorderColor()Returns the color actually used as the control’s border color. Inherited from XRControl.
GetEffectiveBorderDashStyle()Returns the border dash style that is actually used by the control. Inherited from XRControl.
GetEffectiveBorders()Returns the borders settings actually used as the control’s borders settings. Inherited from XRControl.
GetEffectiveBorderWidth()Returns the border width settings actually used as the control’s current settings. Inherited from XRControl.
GetEffectiveFont()Returns the font actually used as the control’s font. Inherited from XRControl.
GetEffectiveForeColor()Returns the color actually used as the control’s foreground color. Inherited from XRControl.
GetEffectivePadding()Returns the padding values actually used as the control’s padding. Inherited from XRControl.
GetEffectiveStyle()Returns the actual visual style of a control taking into account all formatting rules and odd/even styles applied to the control. Inherited from XRControl.
GetEffectiveTextAlignment()Returns the text alignment actually used as the control’s text alignment. Inherited from XRControl.
GetGroupIndex(Int32)Inherited from XtraReportBase.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetLifetimeService()Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetNextColumnValue(String)Gets the value of the specified column in the row that follows the current row in the report data source. Inherited from XtraReportBase.
GetNextColumnValue<T>(String)Gets the next value (strongly typed) of the specified column in the report’s XtraReportBase.DataSource. Inherited from XtraReportBase.
GetNextRow()Returns the next data row in the report’s data source. Inherited from XtraReportBase.
GetPreviousColumnValue(String)Gets the previous value of the specified column in the report’s XtraReportBase.DataSource. Inherited from XtraReportBase.
GetPreviousColumnValue<T>(String)Gets the previous value (strongly typed) of the specified column in the report’s data source. Inherited from XtraReportBase.
GetPreviousRow()Returns the previous data row in the report’s data source. Inherited from XtraReportBase.
GetResourceColorSchema(Resource)Gets colors used to paint cells associated with a specified resource.
GetService(Type) protectedReturns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType()Gets the Type of the current instance. Inherited from Object.
HasExportWarningControls()Returns a collection of controls for which export warnings exist. Inherited from XtraReport.
InitializeLifetimeService()Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
IterateReportsRecursive(Action<XtraReportBase>)For internal use. Inherited from XtraReportBase.
LoadLayout(Stream)Loads a report from a Stream that contains XML or CodeDOM-based serialized report. Inherited from XtraReport.
LoadLayout(String)Loads a report from a file that contains a report definition, based on XML or CodeDOM serialization. Inherited from XtraReport.
LoadLayoutFromXml(Stream, Boolean)Loads a report from a Stream that contains a serialized report in XML format. Inherited from XtraReport.
LoadLayoutFromXml(String)Loads a report from a file that contains an XML-serialized report. Inherited from XtraReport.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ModifyDocument(Action<IDocumentModifier>)Adds and/or removes the report’s document pages. Inherited from XtraReport.
PerformLayout()Forces the control to apply layout logic to itself and all its child controls. Inherited from XRControl.
Print(String)Sends a report to the specified printer. Inherited from XtraReport.
PrintAsync(String, CancellationToken)Asynchronously sends a report to the specified printer. Inherited from XtraReport.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RemoveInvalidBindings(Predicate<XRBinding>)Removes inappropriate bindings assigned to the XRControl‘s properties. Inherited from XRControl.
ResetBackColor()Resets the XRControl.BackColor property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetBorderColor()Resets the XRControl.BorderColor property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetBorderDashStyle()Resets the XRControl.BorderDashStyle property to en empty value. Inherited from XRControl.
ResetBorders()Resets the XRControl.Borders property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetBorderWidth()Resets the XRControl.BorderWidth property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetFont()Resets the XRControl.Font property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetForeColor()Resets the XRControl.ForeColor property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetPadding()Resets the XRControl.Padding property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResetTextAlignment()Resets the XRControl.TextAlignment property value, so that it is no longer stored in the current control and is obtained from its parent instead. Inherited from XRControl.
ResumeLayout()Resumes normal layout logic for the control. Inherited from XRControl.
SaveDocument(Stream, NativeFormatOptions)Saves the report document to the specified stream in the XML-based PRNX format. Inherited from XtraReport.
SaveDocument(String, NativeFormatOptions)Saves the report document to the specified file in the XML-based PRNX format. Inherited from XtraReport.
SaveLayout(Stream, Boolean)Saves the report definition to a Stream object as a Code Document Object Model (CodeDOM) graph, with an exception thrown if an error occurs. Inherited from XtraReport.
SaveLayout(Stream)Saves the report definition to a Stream as a Code Document Object Model (CodeDOM) graph. Inherited from XtraReport.
SaveLayout(String, Boolean)Saves the report definition to a file as a Code Document Object Model (CodeDOM) graph, with an exception thrown if an error occurs. Inherited from XtraReport.
SaveLayout(String)Saves the report definition to a file as a Code Document Object Model (CodeDOM) graph. Inherited from XtraReport.
SaveLayoutToXml(Stream)Save the report in XML format to the specified stream. Inherited from XtraReport.
SaveLayoutToXml(String)Saves the report in XML format to the specified file. Inherited from XtraReport.
SendToBack()Sends the control to the back of the z-order. Inherited from XRControl.
StopPageBuilding()Interrupts the process of document creation. Inherited from XtraReport.
SuspendLayout()Temporarily suspends the layout logic for the control. Inherited from XRControl.
ToImage()The method is not implemented. Inherited from Band.
ToImage(DXTextRenderingHint)The method is not implemented. Inherited from Band.
ToString()Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.
UnitToDpi(ReportUnit) staticObsolete. Converts report measurement units into screen coordinates. Inherited from XtraReport.
ValidateScripts()Validates report scripts. Inherited from XtraReport.

Events

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
BandHeightChangedOccurs when the height of any band in the collection returned by the XtraReportBase.Bands property changes. Inherited from XtraReportBase.
BeforePrintOccurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
DataSourceDemandedOccurs before report generation, to specify a data source for the report. Inherited from XtraReportBase.
DataSourceRowChangedOccurs when the current row in the report’s data source has been changed. Inherited from XtraReportBase.
DesignerLoadedOccurs after the End-User Designer for WinForms loads the current report. Inherited from XtraReport.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DrawOverrides the XRControl.Draw event. Inherited from Band.
EvaluateBindingOverrides the XRControl.EvaluateBinding event to hide it. Inherited from Band.
FillEmptySpaceFires after page rendering if a gap remains between the rendered bands. Inherited from XtraReport.
FilterComponentProperties staticOccurs every time the Properties window refreshes its item list in the End-User Designer. Inherited from XtraReport.
FilterControlProperties staticObsolete. Occurs every time the Properties window refreshes its item list in the End-User Designer. Inherited from XtraReport.
HeightChangedOccurs when the band height is changed. Inherited from Band.
HtmlItemCreatedOverrides the XRControl.HtmlItemCreated property. Inherited from XtraReport.
LocationChangedOverrides the XRControl.LocationChanged event. Inherited from Band.
ParametersRequestBeforeShowOccurs before the Parameters panel is displayed in the Print Preview. Inherited from XtraReport.
ParametersRequestSubmitOccurs when all parameter values in the Parameters UI are entered, and the Submit button is pressed. Inherited from XtraReport.
ParametersRequestValueChangedOccurs when parameter values change in the Parameters user interface. Inherited from XtraReport.
ParentChangedOverrides the XRControl.ParentChanged event. Inherited from Band.
PreviewClickHides the inappropriate XRControl.PreviewClick event of the parent XRControl class. Inherited from Band.
PreviewDoubleClickHides the inappropriate XRControl.PreviewDoubleClick event of the parent XRControl class. Inherited from Band.
PreviewMouseDownHides the inappropriate XRControl.PreviewMouseDown event of the parent XRControl class. Inherited from Band.
PreviewMouseMoveHides the inappropriate XRControl.PreviewMouseMove event of the parent XRControl class. Inherited from Band.
PreviewMouseUpHides the inappropriate XRControl.PreviewMouseUp event of the parent XRControl class. Inherited from Band.
PrintOnPageOverrides the XRControl.PrintOnPage event to hide it. Inherited from Band.
PrintProgressOccurs before sending every document page to a printer to indicate the current printing progress. Inherited from XtraReport.
SaveComponentsOccurs 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. Inherited from XtraReport.
SizeChangedOverrides the XRControl.SizeChanged event. Inherited from Band.
TextChangedOverrides the XRControl.TextChanged event. Inherited from Band.

See Also

XtraSchedulerReport Class

DevExpress.XtraScheduler.Reporting Namespace