Exago .NET API Documentation
ReportObject Class Members
Fields  Properties  Methods 

WebReports.Api.Reports Namespace : ReportObject Class

The following tables list the members exposed by ReportObject.

Public Fields
 NameDescription
Public Field The number of pages currently loaded browser side. This information is used when resuming data pulls  
Public Field The row limit counter is used in conjunction with Admin settings to calculate the Effective DB Row Limit for an execution of this report  
Public Field Flag indicating whether or not the report hit the effective db limit during execution  
Public Field Last data row index for a data range limit  
Public Field First data row index for a data range limit  
Public Field ResumeDataPull flags the report during execution to treat it as resuming data instead of new or replacement data  
Top
Public Properties
 NameDescription
Public Property Determine whether this report object can be exported to CSV.  
Public Property Determine whether this report object can be exported to Excel.  
Public Property Determine whether this report object can be exported to HTML.  
Public Property Determine whether this report object can be exported to PDF.  
Public Property Determine whether this report object can be exported to RTF.  
Public Property Retrieve the eWebReports name of the report without the folder path.  
Public Property Retrieve the description text for this report.  
Public Property Returns the report Entities for advanced/ExpressView/Express reports. Not implemented for dashboard viz's, returns empty list for dashboards and chained reports  
Public Property Retrieve the current effective export type for this report.  
Public Property Retrieve the saved export type for this report.  
Public Property Retrieve the filter description text for this report.  
Public Property  
Public Property Retrieve the full eWebReports folder path of the report from the report repository.  
Public Property Retrieve the unique id of this report.  
Public Property Determine whether editing of this report is allowed by the current configuration. ie., can the user view this report type, and is the containing folder visible?  
Public Property Determine whether execution of this report is allowed by the current configuration.  
Public Property Whether this report object is new (i.e. not in report repository)  
Public Property Determine whether this report is considered readonly by the current configuration.  
Public Property  
Public Property  
Public Property Retrieve the full eWebReports name of the report from the root report directory.  
Public Property Retrieve the unique parent id of this report.  
Public Property Retrieve the parent type of report.  
Public Property  
Public Property  
Public Property Determine whether this report should be run from the viewer by default through the report tree viewer.  
Public Property Retrieve the type of report.  
Public Property  
Public Property  
Public Property Retrieve a list of any validation errors logged from the most recent Validate call (or load).  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded.   
Public Method Determine if the export type is allowed for this report.  
Public Method Validate the current report. The ValidationErrors property will be refreshed to contain the most recent validation errors.  
Top
See Also

Reference

ReportObject Class
WebReports.Api.Reports Namespace