Search Results for

    Show / Hide Table of Contents

    Interface IReportCollection

    Inherited Members
    INXObject.FindObject(String)
    INXObject.Print()
    INXObject.SetName(String)
    INXObject.IsOccurrence
    INXObject.JournalIdentifier
    INXObject.Name
    INXObject.OwningComponent
    INXObject.OwningPart
    INXObject.Prototype
    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
    In This Article
    Back to top Generated by DocFX