Class DynamicCustomReportItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DynamicCustomReportItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DynamicCustomReportItem : CustomReportNameableItem, IEquatable<APIBase>
Properties
InnerItem
Declaration
public CustomReportItem InnerItem { get; }
Property Value
Type | Description |
---|---|
CustomReportItem |
IsMainReportItem
Declaration
public override bool IsMainReportItem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Implements
System.IEquatable<T>