Class VisualReportExplorer
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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[], VisualReportExplorer.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(VisualReportExplorer.ReportOnObjectsOption)
Declaration
public VisualReportExplorer.ReportDownStatus ReportDown(VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
Parameters
Type | Name | Description |
---|---|---|
VisualReportExplorer.ReportOnObjectsOption | reportOnObjectsOption |
Returns
Type | Description |
---|---|
VisualReportExplorer.ReportDownStatus |
ReportOnChildren(NXObject[], VisualReportExplorer.ReportOnObjectsOption)
Declaration
public void ReportOnChildren(NXObject[] nxObjects, VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | nxObjects | |
VisualReportExplorer.ReportOnObjectsOption | reportOnObjectsOption |
ReportOnObjects(NXObject[], VisualReportExplorer.ReportOnObjectsOption)
Declaration
public void ReportOnObjects(NXObject[] nxObjects, VisualReportExplorer.ReportOnObjectsOption reportOnObjectsOption)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | nxObjects | |
VisualReportExplorer.ReportOnObjectsOption | reportOnObjectsOption |
ReportOnParents(NXObject[], VisualReportExplorer.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