Class ReportPreference
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)
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 |
---|---|
System.Int32 |
OpenReportDocumentAfterExport
Declaration
public bool OpenReportDocumentAfterExport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SearchTemplateFromSiteDirectory
Declaration
public bool SearchTemplateFromSiteDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UsePartDirectoryAsDefaultExportLocation
Declaration
public bool UsePartDirectoryAsDefaultExportLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ViewImageAfterSnapshotting
Declaration
public bool ViewImageAfterSnapshotting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
SaveMemoryFile()
Declaration
public void SaveMemoryFile()
Implements
System.Runtime.Remoting.Messaging.IMessageSink