FlexReport for WinForms
C1FlexReport クラス メソッド
すべて折りたたむ
全て展開
メンバのオプション : すべて表示
メンバのオプション : フィルタ
メンバのオプション : 継承されたメンバを含める
メンバのオプション : 保護されたメンバを含める
C1.Win.FlexReport.8 アセンブリ
>
C1.Win.FlexReport 名前空間
: C1FlexReport クラス
このクラスのメンバの一覧は、
C1FlexReportメンバ
を参照してください。
パブリック メソッド
名前
解説
AddToLog
オーバーロードされます。
C1.Document.C1DocumentSource
から継承されます。
BeginGenerate
C1.Report.FlexReport
から継承されます。
BeginUpdate
Prevents the report from firing
C1.Report.FlexReport.ReportDefinitionChanged
event until the EndUpdate method is called.
C1.Report.FlexReport
から継承されます。
BuildErrorMessageBrick
C1.Report.FlexReport
から継承されます。
CancelAsync
C1.Document.C1DocumentSource
から継承されます。
Clear
Clears the current report.
C1.Report.FlexReport
から継承されます。
ClearContent
C1.Document.C1DocumentSource
から継承されます。
CopyDefinitionFrom
Copies a report definition from another
C1.Report.FlexReport
component. Please note, subreports referenced from the report via
C1.Report.SubreportField
or
C1.Report.Field
are not cloned.
C1.Report.FlexReport
から継承されます。
CreateField
オーバーライドされます。
CreateMeasurementGraphics
CreateObjRef
System.MarshalByRefObjectから継承されます。
Dispose
オーバーロードされます。 Releases the unmanaged resources used by the Component and optionally releases the managed resources.
C1.Report.FlexReport
から継承されます。
DoOnError
C1.Report.FlexReport
から継承されます。
DrawPage
C1.Document.C1DocumentSource
から継承されます。
EndUpdate
Resumes firing the
C1.Report.FlexReport.ReportDefinitionChanged
event after the BeginUpdate method.
C1.Report.FlexReport
から継承されます。
Evaluate
オーバーロードされます。 Evaluates a
VBScript
expression in the current report context.
C1.Report.FlexReport
から継承されます。
Execute
オーバーロードされます。 Executes a
VBScript
statement in the current report context.
C1.Report.FlexReport
から継承されます。
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
から継承されます。
GetBookmarkPositionAsync
C1.Document.C1DocumentSource
から継承されます。
GetBookmarkPositionAsyncEx
C1.Document.C1DocumentSource
から継承されます。
GetContext
For internal use.
C1.Report.FlexReport
から継承されます。
GetDocumentRange
C1.Document.C1DocumentSource
から継承されます。
GetGlobalFunctions
For internal use.
C1.Report.FlexReport
から継承されます。
GetGlobalSubs
For internal use.
C1.Report.FlexReport
から継承されます。
GetLifetimeService
System.MarshalByRefObjectから継承されます。
GetLinkTargetPosition
C1.Document.C1DocumentSource
から継承されます。
GetLoadedPage
For internal use. Overridden. Fetches a generated page with the specified index.
C1.Report.FlexReport
から継承されます。
GetPage
C1.Document.C1DocumentSource
から継承されます。
GetPageAsync
C1.Document.C1DocumentSource
から継承されます。
GetPageAsyncEx
C1.Document.C1DocumentSource
から継承されます。
GetPageDocumentRange
C1.Document.C1DocumentSource
から継承されます。
GetPageImage
オーバーロードされます。 Returns a
System.Drawing.Imaging.Metafile
representing the specified page.
GetPageImageSvg
Returns a
GrapeCity.Documents.Svg.GcSvgDocument
representing the specified page.
C1.Report.FlexReport
から継承されます。
GetPageMetafile
For internal use.
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.
C1.Report.FlexReport
から継承されます。
OnLongOperation
オーバーライドされます。 Overriden. Raises the
C1.Document.C1DocumentSource.LongOperation
event
OnReportDefinitionChanged
Raises the
C1.Report.FlexReport.ReportDefinitionChanged
event. Called each time a property on the current report or on any of the contained objects in changed.
C1.Report.FlexReport
から継承されます。
ParseExpression
Parses a
VBScript
expression in the current report context.
C1.Report.FlexReport
から継承されます。
ParseGlobalScript
For internal use. Parse global script to get its procedures.
C1.Report.FlexReport
から継承されます。
ParseStatement
オーバーロードされます。 Parses a
VBScript
statement in the current report context.
C1.Report.FlexReport
から継承されます。
PopDataScope
For internal use. Pop the current data scope.
C1.Report.FlexReport
から継承されます。
Print
オーバーロードされます。
C1.Document.C1DocumentSource
から継承されます。
PushDataScope
For internal use. Push the specific data scope on top of the current data scope.
C1.Report.FlexReport
から継承されます。
Render
Renders the report. This method is a shortcut to the
C1.Document.C1DocumentSource.Generate
method on the base class.
C1.Report.FlexReport
から継承されます。
RenderAsync
Non-blocking (asynchronous) version of the
C1.Report.FlexReport.Render
method. This method is a shortcut to the
C1.Document.C1DocumentSource.GenerateAsync
method on the base class.
C1.Report.FlexReport
から継承されます。
RenderAsyncEx
Non-blocking (asynchronous) version of the
C1.Report.FlexReport.Render
method. This method is a shortcut to the
C1.Document.C1DocumentSource.GenerateAsyncEx
method on the base class.
C1.Report.FlexReport
から継承されます。
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.
C1.Report.FlexReport
から継承されます。
RenderToFilterAsync
Non-blocking (asynchronous) version of the
C1.Report.FlexReport.RenderToFilter
method. This method is a shortcut to the
C1.Document.C1DocumentSource.ExportAsync
method on the base class.
C1.Report.FlexReport
から継承されます。
RenderToFilterAsyncEx
Non-blocking (asynchronous) version of the
C1.Report.FlexReport.RenderToFilter
method. This method is a shortcut to the
C1.Document.C1DocumentSource.ExportAsyncEx
method on the base class.
C1.Report.FlexReport
から継承されます。
ResetPageCount
C1.Document.C1DocumentSource
から継承されます。
Save
オーバーロードされます。 Saves the current report definition to a file.
C1.Report.FlexReport
から継承されます。
SetContext
For internal use.
C1.Report.FlexReport
から継承されます。
SetDirty
For internal use. Fires ReportDefinitionChanged event.
C1.Report.FlexReport
から継承されます。
SetReportDefinition
For internal use only.
C1.Report.FlexReport
から継承されます。
SortFields
For internal use.
C1.Report.FlexReport
から継承されます。
ToString
System.ComponentModel.Componentから継承されます。
ValidateParameters
C1.Document.C1DocumentSource
から継承されます。
ValidateParametersAsync
C1.Document.C1DocumentSource
から継承されます。
ValidateParametersAsyncEx
C1.Document.C1DocumentSource
から継承されます。
ValueToString
For internal use.
C1.Report.FlexReport
から継承されます。
トップ
プロテクト メソッド
名前
解説
CreateDocument
オーバーライドされます。 Creates new instance of
C1.Document.C1Document
CreateParametersCollection
Overriden. Creates
C1.Report.ReportParameterCollection
collection containing list of report parameters.
C1.Report.FlexReport
から継承されます。
CreateScriptEngine
オーバーライドされます。 Returns new instance of
C1.Report.ScriptEngine.ScriptEngine
.
Finalize
System.ComponentModel.Componentから継承されます。
FinalizeRendering
オーバーライドされます。
FirePageCountChanged
C1.Document.C1DocumentSource
から継承されます。
GetService
System.ComponentModel.Componentから継承されます。
Init
Overridden. Performs additional initializations of this
C1.Report.FlexReport
instance.
C1.Report.FlexReport
から継承されます。
InitializeRendering
オーバーライドされます。
InternalExecuteAction
C1.Report.FlexReport
から継承されます。
InternalExport
C1.Report.FlexReport
から継承されます。
InternalGenerate
C1.Report.FlexReport
から継承されます。
InternalGetLinkTargetPosition
C1.Report.FlexReport
から継承されます。
InternalGetPage
C1.Report.FlexReport
から継承されます。
InternalPrint
オーバーライドされます。
InternalSetupExporter
C1.Report.FlexReport
から継承されます。
InternalValidateParameters
C1.Report.FlexReport
から継承されます。
MemberwiseClone
オーバーロードされます。 System.MarshalByRefObjectから継承されます。
OnBusyStateChanged
C1.Document.C1DocumentSource
から継承されます。
OnDirtyChanged
C1.Document.C1DocumentSource
から継承されます。
OnEndPage
Raises the
C1.Report.FlexReport.EndPage
event.
C1.Report.FlexReport
から継承されます。
OnEndReport
Raises the
C1.Report.FlexReport.EndReport
event.
C1.Report.FlexReport
から継承されます。
OnExportCompleted
C1.Document.C1DocumentSource
から継承されます。
OnGenerateCompleted
C1.Document.C1DocumentSource
から継承されます。
OnGetLinkTargetPositionCompleted
C1.Document.C1DocumentSource
から継承されます。
OnGetPageCompleted
C1.Document.C1DocumentSource
から継承されます。
OnGetScriptObject
Raises the
C1.Report.FlexReport.GetScriptObject
event.
C1.Report.FlexReport
から継承されます。
OnNoReportData
Raises the
C1.Report.FlexReport.NoData
event.
C1.Report.FlexReport
から継承されます。
OnPageCountChanged
C1.Document.C1DocumentSource
から継承されます。
OnPagesClear
C1.Document.C1DocumentSource
から継承されます。
OnPagesLoaded
C1.Document.C1DocumentSource
から継承されます。
OnPrintSection
Raises the
C1.Report.FlexReport.PrintSection
event.
C1.Report.FlexReport
から継承されます。
OnReportError
Raises the
C1.Report.FlexReport.ReportError
event.
C1.Report.FlexReport
から継承されます。
OnSecurityError
C1.Document.C1DocumentSource
から継承されます。
OnStartPage
Raises the
C1.Report.FlexReport.StartPage
event.
C1.Report.FlexReport
から継承されます。
OnStartReport
Raises the
C1.Report.FlexReport.StartReport
event.
C1.Report.FlexReport
から継承されます。
OnStartSection
Raises the
C1.Report.FlexReport.StartSection
event.
C1.Report.FlexReport
から継承されます。
OnValidateParametersCompleted
C1.Document.C1DocumentSource
から継承されます。
ReadProp
Override in derived classes to provide advanced persistence mechanism. Use
C1.Document.Serialization.C1ReaderBase.PropName
to determine the name of the current property, use C1ReaderBase.ReadXXX(...) to read property value.
C1.Report.FlexReport
から継承されます。
ResetDefaultPrintOptions
C1.Document.C1DocumentSource
から継承されます。
ShouldSerializeDefaultPrintOptions
C1.Document.C1DocumentSource
から継承されます。
Write
Override in derived classes to provide advanced persistence mechanism. Use
C1.Document.Serialization.C1WriterBase
methods to write additional object properties.
C1.Report.FlexReport
から継承されます。
トップ
参照
参照
C1FlexReport クラス
C1.Win.FlexReport 名前空間