| 名前 | 解説 | |
|---|---|---|
![]() | FlexReport コンストラクタ | オーバーロードされます。 |
FlexReportデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | FlexReport コンストラクタ | オーバーロードされます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | AddNagWatermark | C1.Document.C1DocumentSourceから継承されます。 |
![]() | c_ScriptNameGlobalScripts | For internal use. |
![]() | c_ScriptNameOnClose | For internal use. |
![]() | c_ScriptNameReportOnError | For internal use. |
![]() | c_ScriptNameReportOnNoData | For internal use. |
![]() | c_ScriptNameReportOnOpen | For internal use. |
![]() | c_ScriptNameReportOnPage | For internal use. |
![]() | c_ScriptNameUserScript | For internal use. |
![]() | MeasurementUnits | |
![]() | UseGdiCompatibleTextLayout |
| 名前 | 解説 | |
|---|---|---|
![]() | m_defaultPrintOptions | C1.Document.C1DocumentSourceから継承されます。 |
![]() | m_measureContext | Used in functions which use DX calls. Has valuable value only while report rendering. |
![]() | m_serializer |
| 名前 | 解説 | |
|---|---|---|
![]() | ActualCulture | Gets the actual culture used in report, returns System.Globalization.CultureInfo.CurrentCulture if Culture is null. |
![]() | 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 AvailableHeight of the master report. |
![]() | 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 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 DefaultBasePath is used, otherwise System.Environment.CurrentDirectory is used. |
![]() | BehaviorOptions | Gets the BehaviorOptions object containing options controlling the behavior of the report. |
![]() | BusyState | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Cancel | Specifies whether to cancel generation of the current report. |
![]() | Container | System.ComponentModel.Componentから継承されます。 |
![]() | Credential | オーバーライドされます。 Gets or sets the default credential used during rendering of the report. |
![]() | 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. |
![]() | CurrentDataScope | For internal use. Specifies the current data scope. |
![]() | DataSource | Gets or sets a reference to the report's main DataSource, or null if the report is unbound. |
![]() | 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 DataSources collection. |
![]() | DataSources | Gets the collection of DataSource objects used in report. |
![]() ![]() | DefaultBasePath | Gets or sets the default directory that is used to resolve relative file names. By default this property is null, in which case Environment.CurrentDirectory is used. |
![]() | DefaultPrintOptions | C1.Document.C1DocumentSourceから継承されます。 |
![]() ![]() | DefaultRightToLeft | Gets or sets the value used as the default for the RightToLeft property. |
![]() | Dirty | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Document | オーバーライドされます。 Gets a C1.Document.C1Document object produced by the current FlexReport during report rendering. |
![]() | DocumentName | オーバーライドされます。 Overriden. Gets the user-frienly name for this FlexReport object. |
![]() | DoEvents | Specifies whether the control should handle Windows messages while rendering reports in synchronious mode. |
![]() | ExposeScriptObjects | Specifies whether script objects of report should be exposed to subreports. |
![]() | Features | オーバーライドされます。 Overridden. Gets a C1.Document.C1DocumentSourceFeatures object defining features of the FlexReport. |
![]() | Fields | Gets the collection of Field objects in the report definition. |
![]() | FileName | Gets the filename that was used to load or save the report. |
![]() | Font | Gets or sets the default font used by report fields. |
![]() | Fonts | Gets the data used by report fonts. |
![]() ![]() | FormatVersion | Gets the C1.Document.Serialization.C1FormatVersion object specifying the version of the report definition files. |
![]() | 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. |
![]() | Groups | Gets a collection with all the groups in the report. |
![]() | GrowShrinkMode | Gets or sets the method used to process CanGrow/CanShrink fields. |
![]() | IgnoreScriptErrors | Specifies whether the component should ignore script errors by default. |
![]() | IsBusy | C1.Document.C1DocumentSourceから継承されます。 |
![]() | IsDisposed | C1.Document.C1DocumentSourceから継承されます。 |
![]() | LabelOffset | Gets or sets the position of the first label on a partially used sheet. |
![]() | Layout | Gets a reference to the report's Layout object. |
![]() | Log | C1.Document.C1DocumentSourceから継承されます。 |
![]() | MasterReport | Gets the FlexReport object representing master, i.e. root report that currently rendered, this property returns this if this is not subreport. |
![]() | MaxPages | Gets or sets the maximum number of pages allowed for a report. |
![]() | OnClose | Gets or sets the VBScript that is executed when the report finishes rendering. |
![]() | OnError | Gets or sets the VBScript that is executed when an error occurs. |
![]() | OnNoData | Gets or sets the VBScript that is executed when the report starts rendering and its source recordset is empty. |
![]() | OnOpen | Gets or sets the VBScript that is executed when the report starts rendering. |
![]() | OnPage | Gets or sets the VBScript that is executed when a new page is created. |
![]() | Overlay | Gets the Watermark object defining properties of the report's overlay. |
![]() | Page | Gets or sets the current page number. |
![]() | PageCount | C1.Document.C1DocumentSourceから継承されます。 |
![]() | PageSettings | オーバーライドされます。 Overriden. This is shortcut to the page settings returned by the Layout object accessible via the Layout property. |
![]() | Paginated | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Parameters | Gets a collection of parameters used to generate report. |
![]() | ParentReport | Gets the main report that contains this subreport (null for main reports). |
![]() | RecordsPerPage | Gets or sets the number of detail records to render per page or group. |
![]() | RenderDocument | Gets the C1.Document.C1Document object currently generated. |
![]() | ReportDefinition | Gets or sets an XML string containing the complete report definition. |
![]() | ReportInfo | Gets or sets a ReportInfo object containing report metadata. |
![]() | ReportName | Gets or sets the name of the report (used with the Load method). |
![]() | 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 DefaultRightToLeft is used. This value may be overridden by individual fields. |
![]() | ScriptContext | Gets the report C1.Report.ScriptEngine.ReportScriptContext object which can be used to execute scripts / evaluate expressions. |
![]() | Sections | Gets the collection of Section objects in the report definition. |
![]() | 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. |
![]() ![]() | VersionNode | Gets the C1.Document.Serialization.XmlNodeWrapperBase object specifying the version of the Node definition files. |
![]() | Watermark | Gets the Watermark object defining properties of the report's watermark. |
| 名前 | 解説 | |
|---|---|---|
![]() | CanRaiseEvents | System.ComponentModel.Componentから継承されます。 |
![]() | DesignMode | System.ComponentModel.Componentから継承されます。 |
![]() | Events | System.ComponentModel.Componentから継承されます。 |
![]() | Pages | オーバーライドされます。 Gets the already generated pages. |
| 名前 | 解説 | |
|---|---|---|
![]() | AddToLog | オーバーロードされます。 C1.Document.C1DocumentSourceから継承されます。 |
![]() | BeginGenerate | オーバーライドされます。 |
![]() | BeginUpdate | Prevents the report from firing ReportDefinitionChangedevent until the EndUpdate method is called. |
![]() | BuildErrorMessageBrick | |
![]() | CancelAsync | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Clear | Clears the current report. |
![]() | ClearContent | C1.Document.C1DocumentSourceから継承されます。 |
![]() | CopyDefinitionFrom | Copies a report definition from another FlexReport component. Please note, subreports referenced from the report via SubreportField or Field are not cloned. |
![]() | CreateField | |
![]() | CreateObjRef | System.MarshalByRefObjectから継承されます。 |
![]() | Dispose | オーバーロードされます。 オーバーライドされます。 Releases the unmanaged resources used by the Component and optionally releases the managed resources. |
![]() | DoOnError | |
![]() | DrawPage | C1.Document.C1DocumentSourceから継承されます。 |
![]() | EndUpdate | Resumes firing the ReportDefinitionChanged event after the BeginUpdate method. |
![]() | Evaluate | オーバーロードされます。 Evaluates a VBScript expression in the current report context. |
![]() | Execute | オーバーロードされます。 Executes a VBScript statement in the current report context. |
![]() | ExecuteAction | C1.Document.C1DocumentSourceから継承されます。 |
![]() | ExecuteActionAsync | C1.Document.C1DocumentSourceから継承されます。 |
![]() | ExecuteActionAsyncEx | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Export | C1.Document.C1DocumentSourceから継承されます。 |
![]() | ExportAsync | C1.Document.C1DocumentSourceから継承されます。 |
![]() | ExportAsyncEx | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Generate | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GenerateAsync | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GenerateAsyncEx | C1.Document.C1DocumentSourceから継承されます。 |
![]() ![]() | GetActualBasePath | For internal use. |
![]() | GetBookmarkPositionAsync | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetBookmarkPositionAsyncEx | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetContext | オーバーライドされます。 For internal use. |
![]() | GetDocumentRange | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetGlobalFunctions | For internal use. |
![]() | GetGlobalSubs | For internal use. |
![]() | GetLifetimeService | System.MarshalByRefObjectから継承されます。 |
![]() | GetLinkTargetPosition | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetLoadedPage | オーバーライドされます。 For internal use. Overridden. Fetches a generated page with the specified index. |
![]() | GetPage | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetPageAsync | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetPageAsyncEx | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetPageDocumentRange | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetPageImageSvg | Returns a GrapeCity.Documents.Svg.GcSvgDocument representing the specified page. |
![]() ![]() | GetReportList | オーバーロードされます。 Gets a list of reports available in an C1.Document.Serialization.XmlDocumentWrapperBase. |
![]() | GetWholeDocumentRange | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetWordDocumentRange | C1.Document.C1DocumentSourceから継承されます。 |
![]() | IImageFromObject | C1.Document.C1DocumentSourceから継承されます。 |
![]() | InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 |
![]() | InternalRenderSubreport | Render as subreport. This method uses following properties: - _owner. |
![]() | IsAsyncOperationActive | C1.Document.C1DocumentSourceから継承されます。 |
![]() | IsGenerateAllowed | C1.Document.C1DocumentSourceから継承されます。 |
![]() | IsPageLoading | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Load | オーバーロードされます。 Load report. |
![]() | OnLongOperation | オーバーライドされます。 Overriden. Raises the C1.Document.C1DocumentSource.LongOperation event |
![]() | OnReportDefinitionChanged | Raises the ReportDefinitionChanged event. Called each time a property on the current report or on any of the contained objects in changed. |
![]() | ParseExpression | Parses a VBScript expression in the current report context. |
![]() | ParseGlobalScript | For internal use. Parse global script to get its procedures. |
![]() | ParseStatement | オーバーロードされます。 Parses a VBScript statement in the current report context. |
![]() | PopDataScope | For internal use. Pop the current data scope. |
![]() | Print | オーバーロードされます。 C1.Document.C1DocumentSourceから継承されます。 |
![]() | PushDataScope | For internal use. Push the specific data scope on top of the current data scope. |
![]() ![]() | RegisterFactory | Registers a System.Data.Common.DbProviderFactory with the given assembly-qualified name under the specified invariant provider name. |
![]() | Render | Renders the report. This method is a shortcut to the C1.Document.C1DocumentSource.Generate method on the base class. |
![]() | RenderAsync | Non-blocking (asynchronous) version of the Render method. This method is a shortcut to the C1.Document.C1DocumentSource.GenerateAsync method on the base class. |
![]() | RenderAsyncEx | Non-blocking (asynchronous) version of the Render method. This method is a shortcut to the C1.Document.C1DocumentSource.GenerateAsyncEx method on the base class. |
![]() | RenderToFilter | Renders the report into an C1.Document.Export.ExportFilter object. This method is a shortcut to the C1.Document.C1DocumentSource.Export method on the base class. |
![]() | RenderToFilterAsync | Non-blocking (asynchronous) version of the RenderToFilter method. This method is a shortcut to the C1.Document.C1DocumentSource.ExportAsync method on the base class. |
![]() | RenderToFilterAsyncEx | Non-blocking (asynchronous) version of the RenderToFilter method. This method is a shortcut to the C1.Document.C1DocumentSource.ExportAsyncEx method on the base class. |
![]() | ResetPageCount | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Save | オーバーロードされます。 Saves the current report definition to a file. |
![]() | SetContext | オーバーライドされます。 For internal use. |
![]() | SetDirty | For internal use. Fires ReportDefinitionChanged event. |
![]() | SetReportDefinition | For internal use only. |
![]() | SortFields | For internal use. |
![]() | ToString | System.ComponentModel.Componentから継承されます。 |
![]() | ValidateParameters | C1.Document.C1DocumentSourceから継承されます。 |
![]() | ValidateParametersAsync | C1.Document.C1DocumentSourceから継承されます。 |
![]() | ValidateParametersAsyncEx | C1.Document.C1DocumentSourceから継承されます。 |
![]() | ValueToString | For internal use. |
| 名前 | 解説 | |
|---|---|---|
![]() | BusyStateChanged | C1.Document.C1DocumentSourceから継承されます。 |
![]() | DirtyChanged | C1.Document.C1DocumentSourceから継承されます。 |
![]() | Disposed | System.ComponentModel.Componentから継承されます。 |
![]() | EndPage | Occurs when a page finishes rendering. |
![]() | EndReport | Occurs when the report finishes rendering. |
![]() | ExecuteActionCompleted | C1.Document.C1DocumentSourceから継承されます。 |
![]() | ExportCompleted | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GenerateCompleted | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetLinkTargetPositionCompleted | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetPageCompleted | C1.Document.C1DocumentSourceから継承されます。 |
![]() | GetScriptObject | Occurs when an unknown object is found in the report's script or expression. |
![]() | LongOperation | C1.Document.C1DocumentSourceから継承されます。 |
![]() | NoData | Occurs when the report starts rendering and the main report data source is empty. |
![]() | PageCountChanged | C1.Document.C1DocumentSourceから継承されます。 |
![]() | PagesClear | C1.Document.C1DocumentSourceから継承されます。 |
![]() | PagesLoaded | C1.Document.C1DocumentSourceから継承されます。 |
![]() | PrintSection | Occurs before each Section is printed (after it has been formatted.) |
![]() | RenderCompleted | Occurs when the RenderAsync method has completed. |
![]() | ReportDefinitionChanged | Occurs when the current report definition changes. |
![]() | ReportError | Occurs when an error occurs while rendering a report. |
![]() | SecurityError | C1.Document.C1DocumentSourceから継承されます。 |
![]() | StartPage | Occurs when a new page starts rendering. |
![]() | StartReport | Occurs when the report starts rendering, before it opens the datasources and checks parameters. |
![]() | StartSection | Occurs before each Section is formatted. |
![]() | ValidateParametersCompleted | C1.Document.C1DocumentSourceから継承されます。 |