Class VisualReport
Inheritance
System.Object
System.MarshalByRefObject
VisualReport
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.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class VisualReport : NXObject, IMessageSink, INXObject
Constructors
VisualReport()
Declaration
Properties
BitmapName
Declaration
public string BitmapName { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomMessage
Declaration
public string CustomMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DescriptiveCategory
Declaration
public string DescriptiveCategory { get; set; }
Property Value
Type |
Description |
System.String |
|
DestinationTeamcenterFolder
Declaration
public string DestinationTeamcenterFolder { get; set; }
Property Value
Type |
Description |
System.String |
|
Filename
Declaration
public string Filename { get; set; }
Property Value
Type |
Description |
System.String |
|
IsUnmatchedGroupEnabled
Declaration
public bool IsUnmatchedGroupEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReportContext
Declaration
public VisualReport.ReportContextOption ReportContext { get; set; }
Property Value
ReportingObjectType
Declaration
public VisualReport.ReportingObjectTypeOption ReportingObjectType { get; set; }
Property Value
ReportingStyle
Declaration
public VisualReport.ReportingStyleOption ReportingStyle { get; set; }
Property Value
SaveDestination
Declaration
public VisualReport.SaveDestinationOption SaveDestination { get; set; }
Property Value
ScopeType
Declaration
public VisualReport.ScopeTypeOption ScopeType { get; }
Property Value
UnmatchedGroupLabel
Declaration
public GroupLabel UnmatchedGroupLabel { get; }
Property Value
UnmatchedResultCategory
Declaration
public UnmatchedResultCategory UnmatchedResultCategory { get; }
Property Value
Methods
GetAllDefinedProperties()
Declaration
public Property[] GetAllDefinedProperties()
Returns
GetGroupLabels()
Declaration
public GroupLabel[] GetGroupLabels()
Returns
GetGroupLabelsOfResultCategory(ResultCategory)
Declaration
public GroupLabel[] GetGroupLabelsOfResultCategory(ResultCategory category)
Parameters
Returns
GetKeywords()
Declaration
public string GetKeywords()
Returns
Type |
Description |
System.String |
|
GetObjectsInGroup(GroupLabel)
Declaration
public NXObject[] GetObjectsInGroup(GroupLabel groupLabel)
Parameters
Returns
GetObjectTypes()
Declaration
public VisualReport.ObjectTypeOption[] GetObjectTypes()
Returns
GetPropertyValueOfObject(Property, GroupLabel, NXObject)
Declaration
public string GetPropertyValueOfObject(Property property, GroupLabel groupLabel, NXObject nxObject)
Parameters
Returns
Type |
Description |
System.String |
|
GetResultCategories()
Declaration
public ResultCategory[] GetResultCategories()
Returns
GetRule(Int32)
Declaration
public Rule GetRule(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
GetRules()
Declaration
Returns
RemoveResultCategory(ResultCategory)
Declaration
public void RemoveResultCategory(ResultCategory theCategory)
Parameters
Save()
Declaration
SetKeywords(String)
Declaration
public void SetKeywords(string keywords)
Parameters
Type |
Name |
Description |
System.String |
keywords |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink