Interface IReportCollection
Inherited Members
Namespace: NXOpen.Report
Assembly: NXOpen.dll
Syntax
public interface IReportCollection : INXObject
Methods
CreateReport(string, string, bool)
Declaration
Report CreateReport(string templateFile, string reportName, bool listError)
Parameters
| Type | Name | Description |
|---|---|---|
| string | templateFile | |
| string | reportName | |
| bool | listError |
Returns
| Type | Description |
|---|---|
| Report |
GetReports(out Report[])
Declaration
void GetReports(out Report[] pReports)
Parameters
| Type | Name | Description |
|---|---|---|
| Report[] | pReports |