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