Represents a Report.
Declaration Syntax
public interface IReport
Table 1800: Members
Property | ChildCount |
The number of children inside the report. |
Property | FilePath |
The report filepath. |
Property | ImageDirectoryPath |
The image directory path for report images. |
Method | AddChild(IReportItem) |
Adds a child report item to the report. |
Method | AddChild(IReportItem, int) |
Adds a child report item to the report. |
Method | GetChild(int) |
Obtains a child report item from the report. |
Method | RemoveChild(int) |
Removes a child report item from the report. |