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, 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
    In this article
    Back to top Generated by DocFX