Version

ISection Interface Members

The following tables list the members exposed by ISection.

Public Properties
 NameDescription
 PropertyContentThe section content  
 PropertyFlipGets or sets a boolean value indicating whether to alternate section's margins for even and odd pages.  
 PropertyLineNumberingGets or sets the line numbering style.  
 PropertyPageAlignmentGets or sets the alignment of the page content.  
 PropertyPageBackgroundGets or sets the style of the page background.  
 PropertyPageBordersGets or sets the style of page borders.  
 PropertyPageMarginsGets or sets page spacings.  
 PropertyPageNumberingGets or sets the page numbering style.  
 PropertyPageOrientationGets or sets the orientation of the page.  
 PropertyPagePaddingsGets or sets page paddings.  
 PropertyPageSizeGets or sets the size of the page.  
 PropertyParentGets the report associated with the section.  
Public Methods
 NameDescription
 MethodAddBandCreates a new band object that implements the Infragistics.Documents.Reports.Report.Band.IBand interface and adds it to the internal collection of objects.  
 MethodAddCanvasCreates a new canvas object that implements the Infragistics.Documents.Reports.Report.ICanvas interface and adds it to the internal collection of objects.  
 MethodAddChainCreates a new chain object that implements the Infragistics.Documents.Reports.Report.IChain interface and adds it to the internal collection of objects.  
 MethodAddConditionCreates a new condition object that implements the Infragistics.Documents.Reports.Report.ICondition interface and adds it to the internal collection of objects.  
 MethodAddContainerCreates a new container object that implements the Infragistics.Documents.Reports.Report.IContainer interface and adds it to the internal collection of objects.  
 MethodAddDecorationCreates a new decoration object that implements the IDecoration interface and adds it to the internal collection of objects.  
 MethodAddFlowCreates a new flow object that implements the Infragistics.Documents.Reports.Report.Flow.IFlow interface and adds it to the internal collection of objects.  
 MethodAddFooterCreates a new footer object that implements the Infragistics.Documents.Reports.Report.Section.IFooter interface and adds it to the internal collection of objects.  
 MethodAddGapCreates a new gap object that implements the Infragistics.Documents.Reports.Report.IGap interface and adds it to the internal collection of objects.  
 MethodAddGridCreates a new grid object that implements the Infragistics.Documents.Reports.Report.Grid.IGrid interface and adds it to the internal collection of objects.  
 MethodAddGroupCreates a new group object that implements the Infragistics.Documents.Reports.Report.IGroup interface and adds it to the internal collection of objects.  
 MethodAddHeaderCreates a new header object that implements the Infragistics.Documents.Reports.Report.Section.IHeader interface and adds it to the internal collection of objects.  
 MethodAddImageCreates a new image object that implements the Infragistics.Documents.Reports.Report.IImage interface and adds it to the internal collection of objects.  
 MethodAddIndexCreates a new index object that implements the Infragistics.Documents.Reports.Report.Index.IIndex interface and adds it to the internal collection of objects.  
 MethodAddListCreates a new list object that implements the Infragistics.Documents.Reports.Report.List.IList interface and adds it to the internal collection of objects.  
 MethodAddMetafileCreates a new metafile object that implements the Infragistics.Documents.Reports.Report.IMetafile interface and adds it to the internal collection of objects.  
 MethodAddPageOverloaded. Creates a new stand alone page object that implements the Infragistics.Documents.Reports.Report.Section.IPage interface and adds it to the internal collection of objects.  
 MethodAddPageBreakAdds a page break.  
 MethodAddQuickImageCreates a new quick image object that implements the Infragistics.Documents.Reports.Report.IQuickImage interface and adds it to the internal collection of objects.  
 MethodAddQuickListCreates a new quick list object that implements the Infragistics.Documents.Reports.Report.QuickList.IQuickList interface and adds it to the internal collection of objects.  
 MethodAddQuickTableCreates a new quick table object that implements the Infragistics.Documents.Reports.Report.QuickTable.IQuickTable interface and adds it to the internal collection of objects.  
 MethodAddQuickTextCreates a new quick text object that implements the Infragistics.Documents.Reports.Report.QuickText.IQuickText interface and adds it to the internal collection of objects.  
 MethodAddRotatorCreates a new rotator object that implements the Infragistics.Documents.Reports.Report.IRotator interface and adds it to the internal collection of objects.  
 MethodAddRuleCreates a new horizontal rule object that implements the Infragistics.Documents.Reports.Report.IRule interface and adds it to the internal collection of objects.  
 MethodAddSegmentCreates a new segment object that implements the Infragistics.Documents.Reports.Report.Segment.ISegment interface and adds it to the internal collection of objects.  
 MethodAddSiteCreates a new site object that implements the Infragistics.Documents.Reports.Report.ISite interface and adds it to the internal collection of objects.  
 MethodAddStationeryCreates a new stationery object that implements the IStationery interface and adds it to the internal collection of objects.  
 MethodAddStretcherCreates a new stretcher object that implements the Infragistics.Documents.Reports.Report.IStretcher interface and adds it to the internal collection of objects.  
 MethodAddTableCreates a new table object that implements the Infragistics.Documents.Reports.Report.Table.ITable interface and adds it to the internal collection of objects.  
 MethodAddTextCreates a new text object that implements the Infragistics.Documents.Reports.Report.Text.IText interface and adds it to the internal collection of objects.  
 MethodAddTOCCreates a new table of contents object that implements the Infragistics.Documents.Reports.Report.TOC.ITOC interface and adds it to the internal collection of objects.  
 MethodAddTreeCreates 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

View on GitHub