StiReport Methods |
The StiReport type exposes the following members.
| Name | Description | |
|---|---|---|
| AddAnchor(Object) |
Adds anchor.
| |
| AddAnchor(Object, Object) |
Adds anchor.
| |
| ApplyStyleCollection(String) |
Applies styles associated with the specified style collection to all components in the report.
| |
| ApplyStyleCollection(String, ListStiComponent) |
Applies styles associated with the specified style collection to all components in the report.
| |
| ApplyStyles |
Applies styles of a report to all components in the report.
| |
| ChangeType(Object, Type) |
Changes a type of the specified value.
| |
| ChangeType(Object, Type, Boolean) |
Changes a type of the specified value.
| |
| CheckExcelValue | ||
| Clear |
Resets a report to null state.
| |
| ClearAllStates |
Clears all earlier saved object states. Internal use only.
| |
| ClearImageCache |
Clear all image cache.
| |
| ClearReportCache |
Clear all report cache.
| |
| Clone |
Creates a new object that is a copy of the current instance.
| |
| Compile |
Compiles a report.
| |
| Compile(Stream) |
Compiles a report and locates it in the specified stream.
| |
| Compile(String) |
Compiles a report.
| |
| Compile(StiOutputType) |
Compiles a report.
| |
| Compile(String, StiOutputType) |
Compiles a report and locates it to the specified path.
| |
| Compile(String, StiOutputType, Boolean) |
Compiles a report and locates it in the specified path.
| |
| CompileAsync |
Compiles a report.
| |
| CompileAsync(Stream) |
Compiles a report and locates it in the specified stream.
| |
| CompileAsync(String) |
Compiles a report.
| |
| CompileAsync(StiOutputType) |
Compiles a report.
| |
| CompileAsync(String, StiOutputType) |
Compiles a report and locates it to the specified path.
| |
| CompileAsync(String, StiOutputType, Boolean) |
Compiles a report and locates it in the specified path.
| |
| CompileReportsToAssembly(String, StiReport) | ||
| CompileReportsToAssembly(String, StiReport, StiReportLanguageType) | ||
| CompileReportsToAssemblyAsync(String, StiReport) | ||
| CompileReportsToAssemblyAsync(String, StiReport, StiReportLanguageType) | ||
| CompileStandaloneReport |
Compiles a standalone report and locates it in the specified path.
| |
| CompileStandaloneReportAsync |
Compiles a standalone report and locates it in the specified path.
| |
| Convert |
Converts all components coordinates from one unit into another.
| |
| ConvertRtf |
Internal use only. Used for converting series of strings to one rtf text.
| |
| CreateNewDashboard | ||
| CreateNewReport | ||
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| CreateReportInNewAppDomain | ||
| Design |
Calls the designer for the report in the Modal window.
| |
| Design(Boolean) |
Calls the designer for the report.
| |
| Design(Form) |
Calls the designer for the report in the Parent Form.
| |
| Design(Boolean, IWin32Window) |
Calls the designer for the report.
| |
| DesignV2WithWpf |
Calls the designer for the report in the Modal window with using WPF technology.
| |
| DesignV2WithWpf(Boolean) |
Calls the designer for the report in the Modal window with using WPF technology.
| |
| DesignV2WithWpf(Object) |
Calls the designer for the report in the Modal window with using WPF technology.
| |
| DesignV2WithWpf(Object, Boolean) |
Calls the designer for the report in the Modal window with using WPF technology.
| |
| DesignWithWpf |
Calls the designer for the report in the Modal window with using WPF technology.
| |
| DesignWithWpf(Boolean) | ||
| DesignWithWpf(Object, Boolean) | ||
| Dispose | Releases all resources used by the Component. (Inherited from Component.) | |
| Dispose(Boolean) | (Overrides ComponentDispose(Boolean).) | |
| Div(Decimal, Decimal) |
Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
| |
| Div(Double, Double) |
Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
| |
| Div(Int64, Int64) |
Returns result of dividing value1 and value2. If value2 is zero, then result equal to 0.
| |
| Div(Decimal, Decimal, Decimal) |
Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
| |
| Div(Double, Double, Double) |
Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
| |
| Div(Int64, Int64, Int64) |
Returns result of dividing value1 and value2. If value2 is zero, then result is zeroResult (third argument).
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExportDocument(StiExportFormat, Stream) |
Exports a rendered report into the stream without dialog using the provider.
| |
| ExportDocument(StiExportFormat, String) |
Exports a rendered report into the file without dialog using the provider.
| |
| ExportDocument(StiExportService, String) |
Exports a rendered report into a file with dialog using the provider.
| |
| ExportDocument(StiExportFormat, Stream, StiExportSettings) |
Exports a rendered report into the stream without dialog using the provider.
| |
| ExportDocument(StiExportFormat, String, StiExportSettings) |
Exports a rendered report into the file without dialog using the provider.
| |
| ExportDocument(StiExportService, String, Boolean) |
Exports a rendered report into a file with dialog using the provider.
| |
| ExportDocument(StiExportFormat, StiExportService, Stream, StiExportSettings) |
Internal use only.
| |
| ExportDocumentAsync(StiExportFormat, Stream) |
Exports a rendered report into the stream without dialog using the provider.
| |
| ExportDocumentAsync(StiExportFormat, String) |
Exports a rendered report into the file without dialog using the provider.
| |
| ExportDocumentAsync(StiExportService, String) |
Exports a rendered report into a file with dialog using the provider.
| |
| ExportDocumentAsync(StiExportFormat, Stream, StiExportSettings) |
Exports a rendered report into the stream without dialog using the provider.
| |
| ExportDocumentAsync(StiExportFormat, String, StiExportSettings) |
Exports a rendered report into the file without dialog using the provider.
| |
| ExportDocumentAsync(StiExportService, String, Boolean) |
Exports a rendered report into a file with dialog using the provider.
| |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) | |
| FindComponentBookmark |
Returns the component by the bookmark value.
| |
| FindComponentTag |
Returns the component by its tag value.
| |
| Format |
Returns formated string of the specified arguments.
| |
| GetAnchor |
Gets runtime values by the value of an anchor.
| |
| GetAnchorPageNumber |
Gets the page number by the value of an anchor.
| |
| GetAnchorPageNumberThrough |
Gets the page number through by the value of an anchor.
| |
| GetComponentByName | ||
| GetComponents |
Returns a list of all components, including pages in the report.
| |
| GetComponentsCount |
Returns count of all components of the report.
| |
| GetCurrentPage |
Returns the current page.
| |
| GetEvents |
Returns events collection of this component.
| |
| GetEvents(IStiPropertyGrid) | ||
| GetFontResourceName | ||
| 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.) | |
| GetPageIndex |
Returns the page index by page number and indexes of the segment. Used for segmented pages.
| |
| GetPageNumber(Int32) |
Returns a page number by the index. Internal use only.
| |
| GetPageNumber(Int32, Int32, Int32) |
Returns page numbers by the index. Internal use only.
| |
| GetProperties | ||
| GetRenderedComponents |
Returns a list of all rendered components, including rendered pages in the report.
| |
| GetRenderedComponentsCount |
Returns count of all rendered components of the report.
| |
| GetReport |
Returns new StiReport object implementation. Method use type from StiOptions.Engine.BaseReportType property.
| |
| GetReportAssemblyCacheName |
Gets or sets the last opened or saved file name.
| |
| GetReportFromAssembly(Byte) |
Returns a created report from the byte array.
| |
| GetReportFromAssembly(Stream) |
Returns a created report from assembly.
| |
| GetReportFromAssembly(Assembly) |
Returns a created report from assembly.
| |
| GetReportFromAssembly(String) |
Returns a created report from assembly.
| |
| GetReportFromAssembly(String, Boolean) |
Returns a created report from assembly.
| |
| GetReportsFromAssembly |
Returns the array of rendered reports from assembly.
| |
| GetReportVersion |
Returns report engine version.
| |
| GetResourceFontName | ||
| GetSelected |
Returns the array of the selected components on the current page (including pages and modifiers).
| |
| GetService | (Inherited from Component.) | |
| GetTotalRenderedPageCount |
Internal use only.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GotoComponent |
Shows the specified component in the window of viewer.
| |
| GotoComponentBookmark |
Shows the component with the specified value of the bookmark in the window of viewer.
| |
| GotoComponentTag |
Shows the component with the specified value of the tag in the window of viewer.
| |
| IIF |
Returns value1 if condition is true and value2 if condition is false.
| |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| Invalidate |
Draws again the window of viewer.
| |
| Invert |
Inverts selection of a report.
| |
| InvokeBeginRender |
Raises the BeginRender event for this report.
| |
| InvokeClick |
Raises the Click event for this report.
| |
| InvokeDoubleClick |
Raises the DoubleClick event for this report.
| |
| InvokeEndRender |
Raises the EndRender event for the report.
| |
| InvokeExported |
Raises the Exported event for this report.
| |
| InvokeExporting |
Raises the Exporting event for this report.
| |
| InvokeGotoComp |
Raises the GotoComp event for this report.
| |
| InvokePaint |
Raises the Paint event for this report.
| |
| InvokePrinted |
Raises the Printed event for this report.
| |
| InvokePrinting |
Raises the Printing event for this report.
| |
| InvokeRefreshViewer |
Raises the RefreshViewer event for this report.
| |
| InvokeRendering |
Raises the Rendering event for the report.
| |
| InvokeReportCacheProcessing |
Raises the ReportCacheProcessing event for the report.
| |
| InvokeStatusChanged |
Raises the StatusChanged event for the report.
| |
| IsEncryptedFile |
Returns true if specified stream contains encrypted report.
| |
| IsJsonFile |
Returns true if specified stream contains packed report.
| |
| IsNull |
Returns true if current row of dataColumn from dataSource contain null or DbNull.Value.
| |
| IsPackedFile |
Returns true if specified stream contains packed report.
| |
| IsVariableExist |
Checks if specified variable exists in the dictionary.
| |
| LastOnPage |
Returns true if the previous field value is equal to null or DBNull.Value.
| |
| Load(Byte) |
Loads a report template from the byte array.
| |
| Load(Stream) |
Loads a report template from the stream.
| |
| Load(String) |
Loads a report template from the file.
| |
| Load(StiReportSLService, Stream) |
Loads a report template from the stream using provider.
| |
| Load(StiReportSLService, String) |
Loads a report template from the file using the provider.
| |
| LoadDocument(Byte) |
Loads a rendered report from the byte array.
| |
| LoadDocument(Stream) |
Loads a rendered report from the stream.
| |
| LoadDocument(String) |
Loads a rendered report from the file.
| |
| LoadDocument(StiDocumentSLService, Stream) |
Loads a rendered report from the stream using the provider.
| |
| LoadDocument(StiDocumentSLService, String) |
Loads a rendered report from the file using the provider.
| |
| LoadDocumentFonts | ||
| LoadDocumentFromJson(Stream) | ||
| LoadDocumentFromJson(String) |
Loads a rendered report from the string.
| |
| LoadDocumentFromString |
Loads a rendered report from the string.
| |
| LoadDocumentFromUrl |
Loads a rendered report template from specified url.
| |
| LoadEditableFields(Stream) |
Loads the editable fields of rendered report from the stream.
| |
| LoadEditableFields(String) |
Loads the editable fields of rendered report from the stream.
| |
| LoadEncryptedDocument(Byte, String) |
Loads a encrypted rendered report from the byte array.
| |
| LoadEncryptedDocument(Stream, String) |
Loads a encrypted rendered report from the stream.
| |
| LoadEncryptedDocument(String, String) |
Loads a encrypted rendered report from the file.
| |
| LoadEncryptedDocumentFromString |
Loads a encrypted rendered report from the string.
| |
| LoadEncryptedReport(Byte, String) |
Loads a encrypted report template from the byte array.
| |
| LoadEncryptedReport(Stream, String) |
Loads a encrypted report template from the stream.
| |
| LoadEncryptedReport(String, String) |
Loads a encrypted report template from the file.
| |
| LoadEncryptedReportFromString |
Loads a encrypted report template from the string.
| |
| LoadFonts | ||
| LoadFromJson |
Loads a report template from the string.
| |
| LoadFromString |
Loads a report template from the string.
| |
| LoadFromUrl |
Loads a report template from specified url.
| |
| LoadPackedDocument(Byte) |
Loads a packed rendered report from the byte array.
| |
| LoadPackedDocument(Stream) |
Loads a packed rendered report from the stream.
| |
| LoadPackedDocument(String) |
Loads a packed rendered report from the file.
| |
| LoadPackedDocumentFromString |
Loads a packed rendered report from the string.
| |
| LoadPackedReport(Byte) |
Loads a packed report template from the byte array.
| |
| LoadPackedReport(Stream) |
Loads a packed report template from the stream.
| |
| LoadPackedReport(String) |
Loads a packed report template from the file.
| |
| LoadPackedReportFromString |
Loads a packed report template from the string.
| |
| LoadReportFromResource(Assembly, String) |
Loads a report template from the resource.
| |
| LoadReportFromResource(String, String) |
Loads a report template from the resource.
| |
| LocalizeReport(CultureInfo) |
Localize a report to the specified culture. The culture definition must be placed in GlobalizationStrings.
| |
| LocalizeReport(String) |
Localize a report to the specified culture name. The culture definition must be placed in GlobalizationStrings.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| NextIsNull |
Returns true if the next field value is equal to null or DBNull.Value.
| |
| OnExported | ||
| OnExporting | ||
| OnGetSubReport | ||
| OnPrinted | ||
| OnPrinting | ||
| ParseDateTime | ||
| PreviousIsNull |
Returns true if the previous field value is equal to null or DBNull.Value.
| |
Prints the rendered report. If the report is not rendered then its rendering starts.
| ||
| Print(Boolean) |
Prints the rendered report. If the report is not rendered then its rendering starts.
| |
| Print(PrinterSettings) |
Prints the rendered report without print dialog. If the report is not rendered then its rendering starts.
| |
| Print(Boolean, PrinterSettings) |
Prints the rendered report. If the report is not rendered then its rendering starts.
| |
| Print(Boolean, Int16) |
Prints a rendered report. If the report is not rendered then its rendering starts.
| |
| Print(Int32, Int32, Int16) |
Prints the rendered report with the print dialog. If the report is not rendered then its rendering starts.
| |
| Print(Boolean, Int32, Int32, Int16) |
Prints the rendered report. If the report is not rendered then its rendering starts.
| |
| Print(Boolean, Int32, Int32, Int16, PrinterSettings) |
Prints the rendered report. If the report is not rendered then its rendering starts.
| |
| PrintAsync |
Prints the rendered report. If the report is not rendered then its rendering starts.
| |
| PrintAsync(PrinterSettings) |
Prints the rendered report. If the report is not rendered then its rendering starts.
| |
| PrintAsync(Int16) |
Prints the rendered report. If the report is not rendered then its rendering starts.
| |
| PrintAsync(Int32, Int32, Int16) |
Prints the rendered report. If the report is not rendered then its rendering starts.
| |
| PrintAsync(Int32, Int32, Int16, PrinterSettings) |
Prints the rendered report. If the report is not rendered then its rendering starts.
| |
| PrintReports(ListStiReport) |
Prints the collection of reports. If the report from collection is not rendered then its rendering starts.
| |
| PrintReports(ListStiReport, Boolean, Int16) |
Prints the collection of reports. If the report from collection is not rendered then its rendering starts.
| |
| PrintReports(ListStiReport, Boolean, Int16, PrinterSettings) |
Prints the collection of reports. If the report from collection is not rendered then its rendering starts.
| |
| PrintReportsAsync(ListStiReport) |
Prints the collection of reports. If the report from collection is not rendered then its rendering starts.
| |
| PrintReportsAsync(ListStiReport, Int16) |
Prints the collection of reports. If the report from collection is not rendered then its rendering starts.
| |
| PrintReportsAsync(ListStiReport, Int16, PrinterSettings) |
Prints the collection of reports. If the report from collection is not rendered then its rendering starts.
| |
| PrintToDotMatrixPrinter |
Prints a report to default dot-matrix printer in the RAW mode in ASCII encoding.
| |
| PrintToDotMatrixPrinter(String) |
Prints a report to dot-matrix printer in the RAW mode in ASCII encoding.
| |
| PrintToDotMatrixPrinter(String, Encoding) |
Prints report to dot-matrix printer in the RAW mode.
| |
| PrintToDotMatrixPrinter(String, Encoding, Int32, Int32) |
Prints a report to dot-matrix printer in the RAW mode.
| |
| PrintToDotMatrixPrinter(String, Encoding, Boolean, StiTxtBorderType, Boolean, Boolean, Int32, Int32) |
Prints a report to dot-matrix printer in RAW mode.
| |
| PrintToDotMatrixPrinter(String, Encoding, Boolean, StiTxtBorderType, Boolean, Boolean, Boolean, Boolean, Single, Single, Int32, Int32, Boolean, String) |
Prints report to dot-matrix printer in the RAW mode.
| |
| PrintWithWpf |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpf(Boolean) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpf(Int32) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpf(Object) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpf(String) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpf(Boolean, Int32) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpf(Object, Boolean) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpf(Boolean, Int32, String) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpf(Boolean, Int32, Int32, Int32) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpf(Boolean, Int32, Int32, Int32, String) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpf(Object, Boolean, Int32, Int32, Int32, String) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpfAsync |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpfAsync(Int32) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpfAsync(Object) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpfAsync(String) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpfAsync(Int32, String) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpfAsync(Int32, Int32, Int32) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpfAsync(Int32, Int32, Int32, String) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| PrintWithWpfAsync(Object, Int32, Int32, Int32, String) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
| |
| RecalculateRenderedPagesSegments |
Recalculate segments in all rendered pages
| |
| RegBusinessObject(ListStiBusinessObjectData) |
Registers list of business objects in business objects store of specified report.
| |
| RegBusinessObject(String, Object) |
Registers the business object in the report.
| |
| RegBusinessObject(String, String, Object) |
Registers the business object in the report.
| |
| RegBusinessObject(String, String, String, Object) |
Registers the business object in the report.
| |
| RegData(DataSet) |
Registers all DataTable and DataRelation which are in the specified DataSet in the Data Store.
| |
| RegData(DataTable) |
Registers the DataTable in the Data Store.
| |
| RegData(DataView) |
Registers DataView in the Data Store.
| |
| RegData(StiDataCollection) |
Registers the DataCollection in the DataStore of the report.
| |
| RegData(String, DataSet) |
Registers all DataTables and DataRelations which are in the specified DataSet in the Data Store.
| |
| RegData(String, DataTable) |
Registers an object in the Data Store.
| |
| RegData(String, DataView) |
Registers DataView in the Data Store.
| |
| RegData(String, OdbcConnection) |
Registers OdbcConnection in the Data Store.
| |
| RegData(String, OleDbConnection) |
Registers OleDbConnection in the Data Store.
| |
| RegData(String, SqlConnection) |
Registers SqlConnection in the Data Store.
| |
| RegData(String, Object) |
Registers an object in the Data Store.
| |
| RegData(XElement, StiRelationDirection) |
Registers the DataCollection in the DataStore of the report.
| |
| RegData(String, String, DataSet) |
Registers all DataTables and DataRelations which are in the specified DataSet in the Data Store.
| |
| RegData(String, String, DataTable) |
Registers an object in the Data Store.
| |
| RegData(String, String, DataView) |
Registers DataView in the Data Store.
| |
| RegData(String, String, OdbcConnection) |
Registers OdbcConnection in the Data Store.
| |
| RegData(String, String, OleDbConnection) |
Registers OleDbConnection in the Data Store.
| |
| RegData(String, String, SqlConnection) |
Registers SqlConnection in the Data Store.
| |
| RegData(String, String, Object) |
Registers an object in the Data Store.
| |
| RegData(String, XElement, StiRelationDirection) |
Registers the DataCollection in the DataStore of the report.
| |
| RegReportDataSources |
Internal use only. Registers datasources from ReportDataSources property in report dictionary.
| |
| Render |
Renders a report.
| |
| Render(Boolean) |
Renders a report.
| |
| Render(StiRenderState) |
Renders report.
| |
| Render(Boolean, Int32, Int32) |
Renders a report.
| |
| RenderAsync |
Renders a report.
| |
| RenderAsync(StiRenderState) |
Renders report.
| |
| RenderAsync(Int32, Int32) |
Renders a report.
| |
| RenderWithWpf |
Renders a report with using WPF technology.
| |
| RenderWithWpf(Boolean) |
Renders a report with using WPF technology.
| |
| RenderWithWpf(StiRenderState) |
Renders a report with using WPF technology.
| |
| RenderWithWpf(Boolean, Int32, Int32) |
Renders a report with using WPF technology.
| |
| RenderWithXbap |
Renders a report with using Xbap technology.
| |
| RenderWithXbap(Boolean) |
Renders a report with using Xbap technology.
| |
| RenderWithXbap(StiRenderState) |
Renders a report with using Xbap technology.
| |
| RenderWithXbap(Boolean, Int32, Int32) |
Renders a report with using Xbap technology.
| |
| Reset |
Resets selection of a report.
| |
| ResetAggregateFunctions |
Resets states of aggregate functions in compiled report.
| |
| ResetRenderedState |
Resets a rendered states.
| |
| ResetSelection |
Resets selection from all selected objects in the report.
| |
| RestoreState |
Restores the earlier saved object state.
| |
| Save(Stream) |
Saves a report template in the stream.
| |
| Save(String) |
Saves a report template in the file.
| |
| Save(StiReportSLService, Stream) |
Saves a report template in the file using the provider.
| |
| Save(StiReportSLService, String) |
Saves a report template in the file using the provider.
| |
| SaveDocument(Stream) |
Saves a rendered report in the stream.
| |
| SaveDocument(String) |
Saves a rendered report in the file.
| |
| SaveDocument(StiDocumentSLService, Stream) |
Saves a rendered report to the stream.
| |
| SaveDocument(StiDocumentSLService, String) |
Saves a rendered report using the provider in the file.
| |
| SaveDocumentJsonToString |
Saves a rendered report to the string.
| |
| SaveDocumentToByteArray |
Saves a rendered report to the byte array.
| |
| SaveDocumentToString |
Saves a rendered report to the string.
| |
| SaveEditableFields(Stream) |
Saves the editable fields of rendered report to the stream.
| |
| SaveEditableFields(String) |
Saves the editable fields of rendered report to the stream.
| |
| SaveEncryptedDocument(Stream, String) |
Saves a encrypted rendered report to the stream.
| |
| SaveEncryptedDocument(String, String) |
Saves a packed rendered report in the file.
| |
| SaveEncryptedDocumentToByteArray |
Saves a encrypted rendered report to the byte array.
| |
| SaveEncryptedDocumentToString |
Saves a encrypted rendered report to the string.
| |
| SaveEncryptedReport(Stream, String) |
Saves a encrypted report template in the stream.
| |
| SaveEncryptedReport(String, String) |
Saves a encrypted report template in the file.
| |
| SaveEncryptedReportToByteArray |
Saves a encrypted report template in the byte array.
| |
| SaveEncryptedReportToString |
Saves a encrypted report template to the string.
| |
| SavePackedDocument(Stream) |
Saves a packed rendered report to the stream.
| |
| SavePackedDocument(String) |
Saves a packed rendered report in the file.
| |
| SavePackedDocumentToByteArray |
Saves a packed rendered report to the byte array.
| |
| SavePackedDocumentToString |
Saves a packed rendered report to the string.
| |
| SavePackedReport(Stream) |
Saves a packed report template in the stream.
| |
| SavePackedReport(String) |
Saves a packed report template in the file.
| |
| SavePackedReportToByteArray |
Saves a packed report template in the byte array.
| |
| SavePackedReportToString |
Saves a packed report template to the string.
| |
| SaveReportSourceCode |
Saves the report source code to the string.
| |
| SaveReportSourceCode(Boolean) |
Saves the report source code to the string.
| |
| SaveReportSourceCode(Stream) |
Saves the report source code to the stream.
| |
| SaveReportSourceCode(String) |
Saves the report source code to the file.
| |
| SaveReportSourceCode(Stream, Boolean) |
Saves the report source code to the stream.
| |
| SaveReportSourceCode(String, Boolean) |
Saves the report source code to the file.
| |
| SaveReportSourceCodeForSilverlight |
Saves the report source code for Silverlight to the string.
| |
| SaveReportSourceCodeForSilverlight(Stream) |
Saves the report source code for Silverlight to the stream.
| |
| SaveReportSourceCodeForSilverlight(String) |
Saves the report source code for Silverlight to the file.
| |
| SaveSnapshot(Stream) |
Saves a report template with embedded data in the stream.
| |
| SaveSnapshot(String) |
Saves a report template with embedded data
| |
| SaveState |
Saves the current state of an object.
| |
| SaveToByteArray |
Saves a report template in the byte array.
| |
| SaveToJson |
Saves a report template in the file.
| |
| SaveToJsonString |
Saves a report template to the string.
| |
| SaveToString |
Saves a report template to the string.
| |
| ScriptNew |
Forms a new script.
| |
| ScriptPack |
Packs a script.
| |
| ScriptUnpack |
Unpacks a script.
| |
| ScriptUnpack(Boolean) |
Unpacks a script.
| |
| ScriptUpdate |
Updates a script to the current state of an object.
| |
| ScriptUpdate(Boolean) |
Updates a script to the current state of an object.
| |
| Select |
Selects a report.
| |
| SetInheritedMode | ||
| SetReportSource |
Internal use only.
| |
| Show |
Shows a rendered report. If the report is not rendered then its rendering starts.
| |
| Show(Boolean) |
Shows the rendered report as a dialog form or not. If the report is not rendered then its rendering starts.
| |
| Show(Form) |
Shows the rendered report as MDI child window. If the report is not rendered then its rendering starts.
| |
| Show(IWin32Window) |
Shows the rendered report as MDI child window. If the report is not rendered then its rendering starts.
| |
| Show(IWin32Window, Boolean) |
Shows the rendered report as MDI child window. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrix |
Shows a rendered report in DotMatrix mode. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrix(Boolean) |
Shows the rendered report in DotMatrix mode as a dialog form or not. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrix(Form) |
Shows the rendered report in DotMatrix mode as MDI child window. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrix(IWin32Window) |
Shows the rendered report in DotMatrix mode as MDI child window. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrix(IWin32Window, Boolean) |
Shows the rendered report in DotMatrix mode as MDI child window. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrixWithRibbonGUI |
Shows a rendered report in DotMatrix mode with Ribbon GUI. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrixWithRibbonGUI(Boolean) |
Shows the rendered report in DotMatrix mode as a dialog form or not with Ribbon GUI. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrixWithRibbonGUI(Form) |
Shows the rendered report in DotMatrix mode as MDI child window with Ribbon GUI. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrixWithRibbonGUI(IWin32Window) |
Shows the rendered report in DotMatrix mode as MDI child window with Ribbon GUI. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrixWithRibbonGUI(IWin32Window, Boolean) |
Shows the rendered report in DotMatrix mode as MDI child window with Ribbon GUI. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrixWithWpf |
Shows a rendered report in DotMatrix mode with using WPF technology. If the report is not rendered then its rendering starts.
| |
| ShowDotMatrixWithWpf(Boolean) |
Shows the rendered report in DotMatrix mode as a dialog form or not with using WPF technology.
If the report is not rendered then its rendering starts.
| |
| ShowWithRibbonGUI |
Shows a rendered report in viewer with Ribbon GUI. If the report is not rendered then its rendering starts.
| |
| ShowWithRibbonGUI(Boolean) |
Shows the rendered report as a dialog form or not with Ribbon GUI. If the report is not rendered then its rendering starts.
| |
| ShowWithRibbonGUI(Form) |
Shows the rendered report as MDI child window with Ribbon GUI. If the report is not rendered then its rendering starts.
| |
| ShowWithRibbonGUI(IWin32Window) |
Shows the rendered report as MDI child window with Ribbon GUI. If the report is not rendered then its rendering starts.
| |
| ShowWithRibbonGUI(IWin32Window, Boolean) |
Shows the rendered report as MDI child window with Ribbon GUI. If the report is not rendered then its rendering starts.
| |
| ShowWithWpf |
Shows the rendered report with using WPF technology.
If the report is not rendered then its rendering starts.
| |
| ShowWithWpf(Boolean) |
Shows the rendered report with using WPF technology.
If the report is not rendered then its rendering starts.
| |
| ShowWithWpf(Object) |
Shows the rendered report with using WPF technology.
If the report is not rendered then its rendering starts.
| |
| ShowWithWpf(Object, Boolean) |
Shows the rendered report with using WPF technology.
If the report is not rendered then its rendering starts.
| |
| ShowWithWpfRibbonGUI |
Shows the rendered report with using WPF Ribbon GUI technology.
If the report is not rendered then its rendering starts.
| |
| ShowWithWpfRibbonGUI(Boolean) |
Shows the rendered report with using WPF Ribbon GUI technology.
If the report is not rendered then its rendering starts.
| |
| ShowWithWpfRibbonGUI(Object) |
Shows the rendered report with using WPF Ribbon GUI technology.
If the report is not rendered then its rendering starts.
| |
| ShowWithWpfRibbonGUI(Object, Boolean) |
Shows the rendered report with using WPF Ribbon GUI technology.
If the report is not rendered then its rendering starts.
| |
| ToString |
Returns the name of the report and its alias.
(Overrides ComponentToString.) | |
| ToString(Object) |
Internal use only. Used only for converting an object to the string.
| |
| ToString(Object, Object) | ||
| ToString(Object, Object, Boolean) | ||
| UnloadReportAppDomain | ||
| UpdateInheritedReport | ||
| WriteToReportRenderingMessages |