| 名前 | 解説 | |
|---|---|---|
![]() | C1FlexReport コンストラクタ | Initializes a new instance of the C1FlexReport class. |
C1FlexReportデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | C1FlexReport コンストラクタ | Initializes a new instance of the C1FlexReport class. |
| 名前 | 解説 | |
|---|---|---|
![]() | AddNagWatermark | C1.Document.C1DocumentSourceから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | m_defaultPrintOptions | C1.Document.C1DocumentSourceから継承されます。 |
![]() | m_measureContext | Used in functions which use DX calls. Has valuable value only while report rendering. C1.Report.FlexReportから継承されます。 |
![]() | m_serializer | C1.Report.FlexReportから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | ActualCulture | Gets the actual culture used in report, returns System.Globalization.CultureInfo.CurrentCulture if C1.Report.FlexReport.Culture is null. C1.Report.FlexReportから継承されます。 |
![]() | ActualRightToLeft | Gets the actual right-to-left value that is being used. The value is obtained using the following rules:
|
![]() | AsyncMethodsUseAwaitPattern | C1.Document.C1DocumentSourceから継承されます。 |
![]() | AvailableHeight | Gets the height of the remaining area available for sections on the current page. This property can only be used while the report is being rendered in paginated mode (i.e. when C1.Document.C1DocumentSource.IsBusy and C1.Document.C1DocumentSource.Paginated are true). If C1.Document.C1DocumentSource.IsBusy is false then -1 is returned. If C1.Document.C1DocumentSource.Paginated is false then double.MaxValue is returned. Note that if used in OnPrint/OnFormat scripts, this value does NOT account for the current section's height. For subreports this property returns C1.Report.FlexReport.AvailableHeight of the master report. C1.Report.FlexReportから継承されます。 |
![]() | BasePath | Gets or sets the StorageFolder that is used to search for any additional files specified with relative path names. This property is updated automatically when a report is loaded from a file. If you load a report definition from a System.IO.MemoryStream or via the C1.Report.FlexReport.ReportDefinition property, make sure that WorkingDirectory has the correct value if the report template contains items with relative file names. If this property is null then C1.Report.FlexReport.DefaultBasePath is used, otherwise System.Environment.CurrentDirectory is used. C1.Report.FlexReportから継承されます。 |
![]() | BehaviorOptions | Gets the C1.Report.FlexReport.BehaviorOptions object containing options controlling the behavior of the report. C1.Report.FlexReportから継承されます。 |
![]() | BusyState | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Cancel | Specifies whether to cancel generation of the current report. C1.Report.FlexReportから継承されます。 |
![]() | Container | System.ComponentModel.Componentから継承されます。 |
![]() | Credential | Gets or sets the default credential used during rendering of the report. C1.Report.FlexReportから継承されます。 |
![]() | Culture | Gets or sets the System.Globalization.CultureInfo determining the current report culture. This culture is used to convert values to/from strings. By default it is null, in which case the System.Globalization.CultureInfo.CurrentCulture is used. C1.Report.FlexReportから継承されます。 |
![]() | CurrentDataScope | For internal use. Specifies the current data scope. C1.Report.FlexReportから継承されます。 |
![]() | DataSource | Gets or sets a reference to the report's main C1.Report.FlexReport.DataSource, or null if the report is unbound. C1.Report.FlexReportから継承されます。 |
![]() | DataSourceName | Gets or sets the name of the report's main data source. This name should match the name of a data source in the C1.Report.FlexReport.DataSources collection. C1.Report.FlexReportから継承されます。 |
![]() | DataSources | Gets the collection of C1.Report.FlexReport.DataSource objects used in report. C1.Report.FlexReportから継承されます。 |
![]() | DefaultPrintOptions | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Dirty | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Document | Gets a C1.Document.C1Document object produced by the current C1.Report.FlexReport during report rendering. C1.Report.FlexReportから継承されます。 |
![]() | DocumentName | Overriden. Gets the user-frienly name for this C1.Report.FlexReport object. C1.Report.FlexReportから継承されます。 |
![]() | DoEvents | Specifies whether the control should handle Windows messages while rendering reports in synchronious mode. C1.Report.FlexReportから継承されます。 |
![]() | ExposeScriptObjects | Specifies whether script objects of report should be exposed to subreports. C1.Report.FlexReportから継承されます。 |
![]() | Features | Overridden. Gets a C1.Document.C1DocumentSourceFeatures object defining features of the C1.Report.FlexReport. C1.Report.FlexReportから継承されます。 |
![]() | Fields | Gets the collection of C1.Report.Field objects in the report definition. C1.Report.FlexReportから継承されます。 |
![]() | FileName | Gets the filename that was used to load or save the report. C1.Report.FlexReportから継承されます。 |
![]() | Font | Gets or sets the default font used by report fields. C1.Report.FlexReportから継承されます。 |
![]() | Fonts | Gets the data used by report fonts. C1.Report.FlexReportから継承されます。 |
![]() | GlobalScripts | Gets or sets the global VBScript module. Functions and subroutines defined here (using the standard VBScript syntax) can be used in other scripts in the current report like standard VBScript functions. C1.Report.FlexReportから継承されます。 |
![]() | Groups | Gets a collection with all the groups in the report. C1.Report.FlexReportから継承されます。 |
![]() | GrowShrinkMode | Gets or sets the method used to process CanGrow/CanShrink fields. C1.Report.FlexReportから継承されます。 |
![]() | IgnoreScriptErrors | Specifies whether the component should ignore script errors by default. C1.Report.FlexReportから継承されます。 |
![]() | IsBusy | C1.Document.C1DocumentSourceから継承されます。 |
![]() | IsDisposed | C1.Document.C1DocumentSourceから継承されます。 |
![]() | LabelOffset | Gets or sets the position of the first label on a partially used sheet. C1.Report.FlexReportから継承されます。 |
![]() | Layout | Gets a reference to the report's C1.Report.FlexReport.Layout object. C1.Report.FlexReportから継承されます。 |
![]() | Log | C1.Document.C1DocumentSourceから継承されます。 |
![]() | MasterReport | Gets the C1.Report.FlexReport object representing master, i.e. root report that currently rendered, this property returns this if this is not subreport. C1.Report.FlexReportから継承されます。 |
![]() | MaxPages | Gets or sets the maximum number of pages allowed for a report. C1.Report.FlexReportから継承されます。 |
![]() ![]() | MeasurementDevice | Gets or sets the type of device used to provide System.Drawing.Graphics used to measure/calculate layouts of C1FlexReport objects, when used GDI/GDI+ functions. If this property is set to C1.Document.MeasurementDevice.Printer, MeasurementPrinterName specifies the printer. |
![]() ![]() | MeasurementPrinterName | Gets or sets the name of the printer used to provide System.Drawing.Graphics used to measure/calculate layouts of C1FlexReport objects, when used GDI/GDI+ functions. This property is only used if MeasurementDevice is set to C1.Document.MeasurementDevice.Printer. |
![]() | OnClose | Gets or sets the VBScript that is executed when the report finishes rendering. C1.Report.FlexReportから継承されます。 |
![]() | OnError | Gets or sets the VBScript that is executed when an error occurs. C1.Report.FlexReportから継承されます。 |
![]() | OnNoData | Gets or sets the VBScript that is executed when the report starts rendering and its source recordset is empty. C1.Report.FlexReportから継承されます。 |
![]() | OnOpen | Gets or sets the VBScript that is executed when the report starts rendering. C1.Report.FlexReportから継承されます。 |
![]() | OnPage | Gets or sets the VBScript that is executed when a new page is created. C1.Report.FlexReportから継承されます。 |
![]() | Overlay | Gets the C1.Report.FlexReport.Watermark object defining properties of the report's overlay. C1.Report.FlexReportから継承されます。 |
![]() | Page | Gets or sets the current page number. C1.Report.FlexReportから継承されます。 |
![]() | PageCount | C1.Document.C1DocumentSourceから継承されます。 |
![]() | PageSettings | オーバーライドされます。 Overriden. This is shortcut to the page settings returned by the C1.Report.FlexReport.Layout object accessible via the C1.Report.FlexReport.Layout property. |
![]() | Paginated | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Parameters | Gets a collection of parameters used to generate report. C1.Report.FlexReportから継承されます。 |
![]() | ParentReport | Gets the main report that contains this subreport (null for main reports). C1.Report.FlexReportから継承されます。 |
![]() | RecordsPerPage | Gets or sets the number of detail records to render per page or group. C1.Report.FlexReportから継承されます。 |
![]() | RenderDocument | Gets the C1.Document.C1Document object currently generated. C1.Report.FlexReportから継承されます。 |
![]() | ReportDefinition | Gets or sets an XML string containing the complete report definition. C1.Report.FlexReportから継承されます。 |
![]() | ReportInfo | Gets or sets a C1.Report.FlexReport.ReportInfo object containing report metadata. C1.Report.FlexReportから継承されます。 |
![]() | ReportName | Gets or sets the name of the report (used with the Load method). C1.Report.FlexReportから継承されます。 |
![]() | RightToLeft | Gets or sets a value indicating whether the fields of the report should use right-to-left rules for rendering text.
If null (which is the default), the value of the static property C1.Report.FlexReport.DefaultRightToLeft is used. This value may be overridden by individual fields. C1.Report.FlexReportから継承されます。 |
![]() | ScriptContext | Gets the report C1.Report.ScriptEngine.ReportScriptContext object which can be used to execute scripts / evaluate expressions. C1.Report.FlexReportから継承されます。 |
![]() | Sections | Gets the collection of C1.Report.Section objects in the report definition. C1.Report.FlexReportから継承されます。 |
![]() | Site | System.ComponentModel.Componentから継承されます。 |
![]() | SupportedExportProviders | オーバーライドされます。 Overridden. Gets an array of exporters supported by the current document source object. |
![]() | Tag | Gets or sets arbitrary user-defined data. C1.Report.FlexReportから継承されます。 |
![]() | Watermark | Gets the C1.Report.FlexReport.Watermark object defining properties of the report's watermark. C1.Report.FlexReportから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | CanRaiseEvents | System.ComponentModel.Componentから継承されます。 |
![]() | DesignMode | System.ComponentModel.Componentから継承されます。 |
![]() | Events | System.ComponentModel.Componentから継承されます。 |
![]() | Pages | Gets the already generated pages. C1.Report.FlexReportから継承されます。 |