Search Results for

    Show / Hide Table of Contents

    Class VisualReportExplorer

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    VisualReportExplorer
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.VisualReporting
    Assembly: NXOpen.dll
    Syntax
    public class VisualReportExplorer : NXRemotableObject, IMessageSink

    Constructors

    VisualReportExplorer(VisualReportManager)

    Declaration
    protected VisualReportExplorer(VisualReportManager owner)
    Parameters
    Type Name Description
    VisualReportManager owner

    Properties

    ExploreReport

    Declaration
    public VisualReportExplorer.ExploreReportOption ExploreReport { get; set; }
    Property Value
    Type Description
    VisualReportExplorer.ExploreReportOption

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    ClearReportObjects()

    Declaration
    public void ClearReportObjects()

    GetExploringGroup()

    Declaration
    public GroupLabel GetExploringGroup()
    Returns
    Type Description
    GroupLabel

    RemoveReportObjects(NXObject[])

    Declaration
    public void RemoveReportObjects(NXObject[] nxObjects)
    Parameters
    Type Name Description
    NXObject[] nxObjects

    ReportDown(NXObject[], ReportOnObjectsOption)

    Declaration
    public VisualReportExplorer.ReportDownStatus ReportDown(NXObject[] nxObjects, VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
    Parameters
    Type Name Description
    NXObject[] nxObjects
    VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption
    Returns
    Type Description
    VisualReportExplorer.ReportDownStatus

    ReportDown(ReportOnObjectsOption)

    Declaration
    public VisualReportExplorer.ReportDownStatus ReportDown(VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
    Parameters
    Type Name Description
    VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption
    Returns
    Type Description
    VisualReportExplorer.ReportDownStatus

    ReportOnChildren(NXObject[], ReportOnObjectsOption)

    Declaration
    public void ReportOnChildren(NXObject[] nxObjects, VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
    Parameters
    Type Name Description
    NXObject[] nxObjects
    VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption

    ReportOnObjects(NXObject[], ReportOnObjectsOption)

    Declaration
    public void ReportOnObjects(NXObject[] nxObjects, VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
    Parameters
    Type Name Description
    NXObject[] nxObjects
    VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption

    ReportOnParents(NXObject[], ReportOnObjectsOption)

    Declaration
    public void ReportOnParents(NXObject[] nxObjects, VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
    Parameters
    Type Name Description
    NXObject[] nxObjects
    VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption

    ResetReportObjects()

    Declaration
    public void ResetReportObjects()

    SetGroupToExplore(GroupLabel)

    Declaration
    public void SetGroupToExplore(GroupLabel groupLabel)
    Parameters
    Type Name Description
    GroupLabel groupLabel

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX