ReportInfo Class

The ReportInfo class encapsulates properties for an AB Suite Report
Inheritance Hierarchy

SystemObject
  ABSuite.AccessLayer.Connector.CoreReportInfo

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class ReportInfo

The ReportInfo type exposes the following members.

Constructors

  NameDescription
Public methodReportInfo
Initializes a new instance of the ReportInfo class
Top
Properties

  NameDescription
Public propertyDescription
The description of the report.
Public propertyDisplayName
The display name of the report
Public propertyName
The name of the report
Top
Extension Methods

  NameDescription
Public Extension MethodGetT
Get the value for the property
(Defined by ExtensionHelper.)
Public Extension MethodGetAttributeNames
Get a list with all property names available on this object
(Defined by ExtensionHelper.)
Public Extension MethodSetT
Set the value for a property to the new value
(Defined by ExtensionHelper.)
Top
See Also

Reference