Class CustomSubReport
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CustomSubReport
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CustomSubReport : CustomReportDefinitionItem, IEquatable<APIBase>
Properties
CreateNewPage
Declaration
public bool CreateNewPage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReadOnlyInEditor
Declaration
public bool IsReadOnlyInEditor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Scale
Declaration
public double Scale { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShowAsReportInTheEditor
Declaration
public bool ShowAsReportInTheEditor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowReportEditToolbar
Declaration
public bool ShowReportEditToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowTableOfContents
Declaration
public bool ShowTableOfContents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ReportSource()
Declaration
public void ReportSource()
Implements
System.IEquatable<T>