Version

IDecoration Interface Members

The following tables list the members exposed by IDecoration.

Public Properties
 NameDescription
 PropertyMasterRangeGets or sets the master page range where this decoration appears.  
 PropertyRearGets or sets a boolean value indicating whether this element is placed behind the other elements.  
 PropertyShapesGets the shape factory.  
Public Methods
 NameDescription
 MethodAddBandOverloaded. Creates a new band object that implements the Infragistics.Documents.Reports.Report.Band.IBand interface and adds it to the internal collection of objects.  
 MethodAddCanvasOverloaded. Creates a new canvas object that implements the Infragistics.Documents.Reports.Report.ICanvas interface and adds it to the internal collection of objects.  
 MethodAddFlowOverloaded. Creates a new flow object that implements the Infragistics.Documents.Reports.Report.Flow.IFlow interface and adds it to the internal collection of objects.  
 MethodAddGridOverloaded. Creates a new grid object that implements the Infragistics.Documents.Reports.Report.Grid.IGrid interface and adds it to the internal collection of objects.  
 MethodAddGroupOverloaded. Creates a new group object that implements the Infragistics.Documents.Reports.Report.IGroup interface and adds it to the internal collection of objects.  
 MethodAddImageOverloaded. Creates a new image object that implements the Infragistics.Documents.Reports.Report.IImage interface and adds it to the internal collection of objects.  
 MethodAddListOverloaded. Creates a new list object that implements the Infragistics.Documents.Reports.Report.List.IList interface and adds it to the internal collection of objects.  
 MethodAddMetafileOverloaded. Creates a new metafile object that implements the Infragistics.Documents.Reports.Report.IMetafile interface and adds it to the internal collection of objects.  
 MethodAddRangeOverloaded. Adds a page range where this decoration appears.  
 MethodAddRuleOverloaded. Creates a new horizontal rule object that implements the Infragistics.Documents.Reports.Report.IRule interface and adds it to the internal collection of objects.  
 MethodAddSiteOverloaded. Creates a new site object that implements the Infragistics.Documents.Reports.Report.ISite interface and adds it to the internal collection of objects.  
 MethodAddTableOverloaded. Creates a new table object that implements the Infragistics.Documents.Reports.Report.Table.ITable interface and adds it to the internal collection of objects.  
 MethodAddTextOverloaded. Creates a new text object that implements the Infragistics.Documents.Reports.Report.Text.IText interface and adds it to the internal collection of objects.  
 MethodAddTreeOverloaded. Creates a new tree object that implements the Infragistics.Documents.Reports.Report.Tree.ITree interface and adds it to the internal collection of objects.  
See Also