Assign(TPersistent)
|
|
AssignTo(TPersistent)
|
|
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncFunctionEvent,TObject)
|
|
BeginInvoke(TAsyncProcedureEvent,TObject)
|
|
BeginInvoke(TProc,TObject)
|
|
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)
|
|
BeginInvoke<TResult>(TFunc<TResult>,TObject)
|
|
CancelPendingExport
|
Cancels pending asynchronous export operations.
|
DestroyComponents
|
|
Destroying
|
|
EndFunctionInvoke(IAsyncResult)
|
|
EndInvoke(IAsyncResult)
|
|
EndInvoke<TResult>(IAsyncResult)
|
|
Equals(TObject)
|
|
ExecuteAction(TBasicAction)
|
|
ExportTo(TdxReportExportFormat,TStream)
|
Exports report content to a stream in any supported format.
|
ExportToCSV(TStream)
|
Exports report content to a stream in the comma-separated values (CSV) format.
|
ExportToDOCX(TStream)
|
Exports report content to a stream as a DOCX document.
|
ExportToHTML(TStream)
|
Exports report content to a stream as an HTML document.
|
ExportToImage(TStream)
|
Exports report content to a stream in the current image export format.
|
ExportToMHT(TStream)
|
Exports report content to a stream as a MIME HTML document.
|
ExportToPDF(TStream)
|
Exports report content to a stream in PDF format.
|
ExportToRTF(TStream)
|
Exports report content to a stream as an RTF-formatted string.
|
ExportToText(TStream)
|
Exports report content to a stream as plain text.
|
ExportToXLS(TStream)
|
Exports report content to a stream in Microsoft Excel® binary format (XLS).
|
ExportToXLSX(TStream)
|
Exports report content to a stream in Office Open XML spreadsheet format (XLSX).
|
FindComponent(String)
|
|
FreeNotification(TComponent)
|
|
FreeOnRelease
|
|
GetChildren(TGetChildProc,TComponent)
|
|
GetExportResultFileName
|
Returns the full report file name for export operations.
|
GetHashCode
|
|
GetNamePath
|
|
GetOwner
|
|
GetParentComponent
|
|
HasParent
|
|
InsertComponent(TComponent)
|
|
IsImplementorOf(IInterface)
|
|
Loaded
|
|
Notification(TComponent,TOperation)
|
|
ReferenceInterface(IInterface,TOperation)
|
|
RemoveComponent(TComponent)
|
|
RemoveFreeNotification(TComponent)
|
|
SetParentComponent(TComponent)
|
|
SetSubComponent(Boolean)
|
|
ShowDesigner
|
Displays the Report Designer dialog.
|
ShowViewer
|
Displays the Report Viewer dialog.
|
StartExportAsync(TdxReportExportFormat)
|
Starts an asynchronous report export operation (in the specified format).
|
ToString
|
|
UpdateAction(TBasicAction)
|
|