Version

ISite Interface Members

The following tables list the members exposed by ISite.

Public Properties
 NameDescription
 PropertyBackgroundGets or sets the background style.  
 PropertyBordersGets or sets the style of the borders.  
 PropertyHeightGets or sets the height of the site.  
 PropertyMarginsGets or sets the spacing between elements.  
 PropertyPaddingsGets or sets the paddings between the borders and the content of an element.  
 PropertyParentGets the parent associated with the site.  
 PropertyShapesGets the shape factory.  
 PropertyWidthGets or sets the width of the site.  
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 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 IGroup interface and adds it to the internal collection of objects.  
 MethodAddImageOverloaded. Creates a new image object that implements the 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 IMetafile interface and adds it to the internal collection of objects.  
 MethodAddRuleOverloaded. Creates a new horizontal rule object that implements the IRule interface and adds it to the internal collection of objects.  
 MethodAddSiteOverloaded. Creates a new site object that implements the 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