Search Results for

    Show / Hide Table of Contents

    Class VisualReport

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NXObject
    VisualReport
    Implements
    IMessageSink
    INXObject
    Inherited Members
    NXObject.SetUserAttribute(NXObject.AttributeInformation, Update.Option)
    NXObject.SetUserAttribute(string, int, int, Update.Option)
    NXObject.SetUserAttribute(string, int, double, Update.Option)
    NXObject.SetUserAttribute(string, int, string, Update.Option)
    NXObject.SetUserAttribute(string, int, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, string, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, NXObject.ComputationalTime, Update.Option)
    NXObject.SetBooleanUserAttribute(string, int, bool, Update.Option)
    NXObject.CreateAttributeIterator()
    NXObject.HasUserAttribute(AttributeIterator)
    NXObject.HasUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetUserAttributeCount(AttributeIterator)
    NXObject.GetUserAttributeCount(AttributeIterator, bool)
    NXObject.GetUserAttributeCount(NXObject.AttributeType)
    NXObject.GetUserAttributeCount(NXObject.AttributeType, bool, bool)
    NXObject.GetUserAttributeSize(string, NXObject.AttributeType)
    NXObject.GetNextUserAttribute(AttributeIterator, out NXObject.AttributeInformation)
    NXObject.GetUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetBooleanUserAttribute(string, int)
    NXObject.GetIntegerUserAttribute(string, int)
    NXObject.GetRealUserAttribute(string, int)
    NXObject.GetStringUserAttribute(string, int)
    NXObject.GetTimeUserAttribute(string, int)
    NXObject.GetComputationalTimeUserAttribute(string, int)
    NXObject.GetUserAttributes(AttributeIterator)
    NXObject.GetUserAttributes()
    NXObject.GetUserAttributes(bool)
    NXObject.GetUserAttributeAsString(string, NXObject.AttributeType, int)
    NXObject.DeleteUserAttributes(AttributeIterator, Update.Option)
    NXObject.DeleteUserAttribute(NXObject.AttributeType, string, bool, Update.Option)
    NXObject.DeleteUserAttributes(NXObject.AttributeType, Update.Option)
    NXObject.SetUserAttributeLock(string, NXObject.AttributeType, bool)
    NXObject.GetUserAttributeLock(string, NXObject.AttributeType)
    NXObject.GetUserAttributeSourceObjects()
    NXObject.SetPdmReferenceAttribute(string, string)
    NXObject.GetPdmReferenceAttributeValue(string)
    NXObject.GetUserAttribute(string, bool, bool, NXObject.AttributeType)
    NXObject.GetUserAttributes(bool, bool)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType, Update.Option)
    NXObject.SetAttribute(string, int)
    NXObject.SetAttribute(string, int, Update.Option)
    NXObject.SetAttribute(string, double)
    NXObject.SetAttribute(string, double, Update.Option)
    NXObject.SetAttribute(string, string)
    NXObject.SetAttribute(string, string, Update.Option)
    NXObject.SetAttribute(string)
    NXObject.SetAttribute(string, Update.Option)
    NXObject.SetTimeAttribute(string, string)
    NXObject.SetTimeAttribute(string, string, Update.Option)
    NXObject.GetIntegerAttribute(string)
    NXObject.GetRealAttribute(string)
    NXObject.GetStringAttribute(string)
    NXObject.GetTimeAttribute(NXObject.DateAndTimeFormat, string)
    NXObject.GetReferenceAttribute(string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string, Update.Option)
    NXObject.SetReferenceAttribute(string, string)
    NXObject.SetReferenceAttribute(string, string, Update.Option)
    NXObject.GetAttributeTitlesByType(NXObject.AttributeType)
    NXObject.GetUserAttributesAsStrings()
    NXObject.FindObject(string)
    NXObject.Print()
    NXObject.SetName(string)
    NXObject.IsOccurrence
    NXObject.JournalIdentifier
    NXObject.Name
    NXObject.OwningComponent
    NXObject.OwningPart
    NXObject.Prototype
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.VisualReporting
    Assembly: NXOpen.dll
    Syntax
    public class VisualReport : NXObject, IMessageSink, INXObject

    Constructors

    VisualReport()

    Declaration
    protected VisualReport()

    Properties

    BitmapName

    Declaration
    public string BitmapName { get; set; }
    Property Value
    Type Description
    string

    CustomMessage

    Declaration
    public string CustomMessage { get; set; }
    Property Value
    Type Description
    string

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    DescriptiveCategory

    Declaration
    public string DescriptiveCategory { get; set; }
    Property Value
    Type Description
    string

    DestinationTeamcenterFolder

    Declaration
    public string DestinationTeamcenterFolder { get; set; }
    Property Value
    Type Description
    string

    Filename

    Declaration
    public string Filename { get; set; }
    Property Value
    Type Description
    string

    IsUnmatchedGroupEnabled

    Declaration
    public bool IsUnmatchedGroupEnabled { get; set; }
    Property Value
    Type Description
    bool

    ReportContext

    Declaration
    public VisualReport.ReportContextOption ReportContext { get; set; }
    Property Value
    Type Description
    VisualReport.ReportContextOption

    ReportingObjectType

    Declaration
    public VisualReport.ReportingObjectTypeOption ReportingObjectType { get; set; }
    Property Value
    Type Description
    VisualReport.ReportingObjectTypeOption

    ReportingStyle

    Declaration
    public VisualReport.ReportingStyleOption ReportingStyle { get; set; }
    Property Value
    Type Description
    VisualReport.ReportingStyleOption

    SaveDestination

    Declaration
    public VisualReport.SaveDestinationOption SaveDestination { get; set; }
    Property Value
    Type Description
    VisualReport.SaveDestinationOption

    ScopeType

    Declaration
    public VisualReport.ScopeTypeOption ScopeType { get; }
    Property Value
    Type Description
    VisualReport.ScopeTypeOption

    UnmatchedGroupLabel

    Declaration
    public GroupLabel UnmatchedGroupLabel { get; }
    Property Value
    Type Description
    GroupLabel

    UnmatchedResultCategory

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

    Methods

    GetAllDefinedProperties()

    Declaration
    public Property[] GetAllDefinedProperties()
    Returns
    Type Description
    Property[]

    GetGroupLabels()

    Declaration
    public GroupLabel[] GetGroupLabels()
    Returns
    Type Description
    GroupLabel[]

    GetGroupLabelsOfResultCategory(ResultCategory)

    Declaration
    public GroupLabel[] GetGroupLabelsOfResultCategory(ResultCategory category)
    Parameters
    Type Name Description
    ResultCategory category
    Returns
    Type Description
    GroupLabel[]

    GetKeywords()

    Declaration
    public string GetKeywords()
    Returns
    Type Description
    string

    GetObjectTypes()

    Declaration
    public VisualReport.ObjectTypeOption[] GetObjectTypes()
    Returns
    Type Description
    ObjectTypeOption[]

    GetObjectsInGroup(GroupLabel)

    Declaration
    public NXObject[] GetObjectsInGroup(GroupLabel groupLabel)
    Parameters
    Type Name Description
    GroupLabel groupLabel
    Returns
    Type Description
    NXObject[]

    GetPropertyValueOfObject(Property, GroupLabel, NXObject)

    Declaration
    public string GetPropertyValueOfObject(Property property, GroupLabel groupLabel, NXObject nxObject)
    Parameters
    Type Name Description
    Property property
    GroupLabel groupLabel
    NXObject nxObject
    Returns
    Type Description
    string

    GetResultCategories()

    Declaration
    public ResultCategory[] GetResultCategories()
    Returns
    Type Description
    ResultCategory[]

    GetRule(int)

    Declaration
    public Rule GetRule(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    Rule

    GetRules()

    Declaration
    public Rule[] GetRules()
    Returns
    Type Description
    Rule[]

    RemoveResultCategory(ResultCategory)

    Declaration
    public void RemoveResultCategory(ResultCategory theCategory)
    Parameters
    Type Name Description
    ResultCategory theCategory

    Save()

    Declaration
    public void Save()

    SetKeywords(string)

    Declaration
    public void SetKeywords(string keywords)
    Parameters
    Type Name Description
    string keywords

    Implements

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