Class VisualReportExplorer
Inheritance
VisualReportExplorer
Assembly: NXOpen.dll
Syntax
public class VisualReportExplorer : NXRemotableObject, IMessageSink
Constructors
VisualReportExplorer(VisualReportManager)
Declaration
protected VisualReportExplorer(VisualReportManager owner)
Parameters
Properties
ExploreReport
Declaration
public VisualReportExplorer.ExploreReportOption ExploreReport { get; set; }
Property Value
Tag
Declaration
Property Value
Methods
ClearReportObjects()
Declaration
public void ClearReportObjects()
GetExploringGroup()
Declaration
public GroupLabel GetExploringGroup()
Returns
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
Returns
ReportDown(ReportOnObjectsOption)
Declaration
public VisualReportExplorer.ReportDownStatus ReportDown(VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
Parameters
Returns
ReportOnChildren(NXObject[], ReportOnObjectsOption)
Declaration
public void ReportOnChildren(NXObject[] nxObjects, VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
Parameters
ReportOnObjects(NXObject[], ReportOnObjectsOption)
Declaration
public void ReportOnObjects(NXObject[] nxObjects, VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
Parameters
ReportOnParents(NXObject[], ReportOnObjectsOption)
Declaration
public void ReportOnParents(NXObject[] nxObjects, VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
Parameters
ResetReportObjects()
Declaration
public void ResetReportObjects()
SetGroupToExplore(GroupLabel)
Declaration
public void SetGroupToExplore(GroupLabel groupLabel)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink