Class for ReportItem operation.

The following tables list the members exposed by the ReportItem type.

Name Description
Public constructor ReportItem 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 ArrayIndexes (inherited from RunObj).
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 Count (inherited from ListObj).
Public property Description Gets the ReportItem Description configured in EditReportsReports.
Public property Disable Disables the ReportItem operations when the value is greater than zero.
Public property DocConfig Gets or sets the report config
Public property DocumentClient Report document created to client usage.
Public property Footer Gets Footer.
Public property Header Gets Header.
Public property ID (inherited from RunObj).
Public property Id Object ID (Internal Use).
Public property Item (Overloaded) (inherited from ListObj).
Public property LastStatus Gets or sets the status of the last ReportItem processed.
Public property LastStatusMessage Gets or sets the status message of the last ReportItem processed.
Public property Level ReadOnly property with levels configured on Report object.
Public property ObjServer (inherited from RunObj).
Public property ObjType (inherited from RunObj).
Public property OpenExecuted Gets or sets the report item's OpenExecuted state.
Public property Padding Gets the report item's padding value.
Public property Parent (inherited from RunObj).
Public property Root (inherited from RunObj).
Public property Save Property used to trigger the save report action.
Public property SaveContent String with content that was save.
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 SyncRoot (inherited from ListObj).
Public property TModule (inherited from RunObj).
Public property UseDatasetAsyncContents Flag to use DatasetAsyncContent on datatable grid report.
Top
Name Description
Public method ClearCacheNames (inherited from ListObj).
Public method Equals (Overloaded) (inherited from Object).
Public method GetEnumerator (inherited from ListObj).
Public method GetHashCode (inherited from Object).
Public method GetID (inherited from ListObj).
Public method GetName (Overloaded) (inherited from ListObj).
Public method GetObj (Overloaded) (inherited from ListObj).
Public method GetObjAsObject (inherited from ListObj).
Public method GetObjRef (inherited from RunObj).
Public method GetType (inherited from Object).
Public method IsInUse (inherited from ListObj).
Public method OnContinue (inherited from RunObj).
Public method OnPause (inherited from RunObj).
Public method OnStart (inherited from RunObj).
Public method OnStop (inherited from RunObj).
Public method OpenCommand Opens the selected report.
Public method PreloadRunObj (inherited from ListObj).
Public method Static ReferenceEquals (inherited from Object).
Public method SaveCommand (Overloaded) Saves the selected report into the path indicated by the SaveFileName property.
Public method StartPreloadRunObjs (Overloaded) (inherited from ListObj).
Public method ToString (inherited from RunObj).
Top
Name Description
Public extension method ApplyCast (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyCount (Defined by GenericEnumerableHelper).
Public extension method ApplySelect (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyWhere (Defined by GenericEnumerableHelper).
Public extension method ApplyWhereNotNull (Defined by GenericEnumerableHelper).
Public extension method AsParallel (Defined by ParallelEnumerable).
Public extension method AsQueryable (Defined by Queryable).
Public extension method Cast (Defined by Enumerable).
Public extension method ConvertAll (Defined by IEnumerableExtensions).
Public extension method GetParentViewModel (Defined by POCOViewModelExtensions).
Public extension method GetRequiredService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method GetService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method IsInDesignMode (Defined by POCOViewModelExtensions).
Public extension method OfType (Defined by Enumerable).
Public extension method RaisePropertiesChanged (Defined by POCOViewModelExtensions).
Top