Class Report
Class for the item type Report
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class Report : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceReport()
Declaration
protected Report()
Report(ElementFactory, Object[])
Declaration
public Report(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceDescription()
Retrieve the description
property of the item
Declaration
public IProperty_Text Description()
Returns
Type | Description |
---|---|
IProperty_Text |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
Location()
Retrieve the location
property of the item
Declaration
public IProperty_Text Location()
Returns
Type | Description |
---|---|
IProperty_Text |
Method()
Retrieve the method
property of the item
Declaration
public IProperty_Item<Method> Method()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
ReportQuery()
Retrieve the report_query
property of the item
Declaration
public IProperty_Text ReportQuery()
Returns
Type | Description |
---|---|
IProperty_Text |
Target()
Retrieve the target
property of the item
Declaration
public IProperty_Text Target()
Returns
Type | Description |
---|---|
IProperty_Text |
Type()
Retrieve the type
property of the item
Declaration
public IProperty_Text Type()
Returns
Type | Description |
---|---|
IProperty_Text |
XslStylesheet()
Retrieve the xsl_stylesheet
property of the item
Declaration
public IProperty_Text XslStylesheet()
Returns
Type | Description |
---|---|
IProperty_Text |