ReportForm Class

Class for ReportForm operation.
Public Class ReportForm 
Implements IReportFormSaveCommand
This language is not supported or no code example is available.
public class ReportForm : IReportFormSaveCommand
This language is not supported or no code example is available.
Name Description
Public constructor ReportForm(RunObj, int) Construct an instance of this class
Top
Name Description
Public property Append Indicates whether the report will be overwritten or appended on Save commands
Public property Category ReadOnly property with categories configured on Report object.
Public property Completed The value of this property is incremented when a Save or Load operation is concluded.
Public property ConfigContent Gets or sets the report config
Public property Description Gets the ReportForm Description configured in EditReportsReports.
Public property Disable Disables the ReportForm operations when the value is greater than zero.
Public property DocumentClient Report document created to client usage.
Public property Footer Gets Footer.
Public property Header Gets Header.
Public property Id
Public property IsSavingContent Is execution Saving operation on the server
Public property LastStatus Gets or sets the status of the last ReportForm processed.
Public property LastStatusMessage Gets or sets the status message of the last ReportForm processed.
Public property Level ReadOnly property with levels configured on Report object.
Public property OpenExecuted Gets or sets the report item's OpenExecuted state.
Public property Padding Gets the report item's padding value.
Public property Save Property used to trigger the save report action.
Public property SaveExecuted Gets or sets the report item's SaveExecuted state.
Public property SaveFileName Gets or sets the complete path without resolved objects name used when saving the Report.
Public property SaveFileNameResolved Gets or sets the complete path with resolved objects name used when saving the Report .
Public property SaveFormat Gets or sets the report item's save format.
Public property SaveTrigger Gets trigger the save report action.
Public property UseDatasetAsyncContents Flag to use DatasetAsyncContent on datatable grid report.
Top
Methods
 
Name Description
Public method GetPageCount(int) Get the number of pages. Disabled for Mono projects and HTML5 displays
Public method SaveCommandAsync() Saves the selected report into the path indicated by the SaveFileName property.
Public method SaveCommandWithOrientationAsync(int) Saves the selected report using a Custom Orientation
Top
T.Modules.Report.ReportForm

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition