Search Results for

    Show / Hide Table of Contents

    Class ReportPreference

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ReportPreference
    Implements
    IMessageSink
    Inherited Members
    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.Report
    Assembly: NXOpen.dll
    Syntax
    public class ReportPreference : TaggedObject, IMessageSink

    Constructors

    ReportPreference()

    Declaration
    protected ReportPreference()

    Properties

    MaximumRecentReportDocumentCount

    Declaration
    public int MaximumRecentReportDocumentCount { get; set; }
    Property Value
    Type Description
    int

    OpenReportDocumentAfterExport

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

    SearchTemplateFromSiteDirectory

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

    UsePartDirectoryAsDefaultExportLocation

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

    ViewImageAfterSnapshotting

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

    Methods

    SaveMemoryFile()

    Declaration
    public void SaveMemoryFile()

    Implements

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