The ReportInfo class encapsulates properties for an AB Suite Report
Inheritance Hierarchy
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
The ReportInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReportInfo | Initializes a new instance of the ReportInfo class |
Properties
Name | Description | |
---|---|---|
![]() | Description |
The description of the report.
|
![]() | DisplayName |
The display name of the report
|
![]() | Name |
The name of the report
|
Extension Methods
Name | Description | |
---|---|---|
![]() | GetT |
Get the value for the property
(Defined by ExtensionHelper.) |
![]() | GetAttributeNames |
Get a list with all property names available on this object
(Defined by ExtensionHelper.) |
![]() | SetT |
Set the value for a property to the new value
(Defined by ExtensionHelper.) |
See Also