ArcFM Engine Developer Guide
NoPresentation Class
Members 


Product Availability
Required Licenses
.NET Assembly
Prevents launching a browser to display a QueryClass report.
Syntax
'Declaration
 
Public Class NoPresentation 
   Inherits PresentationBase
'Usage
 
Dim instance As NoPresentation
public class NoPresentation : PresentationBase 
Remarks
In order to maintain compatibility with existing custom reports, a QueryClass shows the report to the user in a browser, by default (if there is no Presentation class configured for the report). HTMLPresentation is the default Presentation class. A QueryClass can be configured to use a custom Presentation class to perform whatever custom steps are needed. Alternatively, if you do not want to display the report in a browser, you can configure the QueryClass to use NoPresentation in QueryClassConfig:
Inheritance Hierarchy

System.Object
   Miner.PresentationBase
      Miner.NoPresentation

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

NoPresentation Members
Miner Namespace

 

 


Send Comment