Version

Search Results

AddGroup Method (ISection)

Creates a new group object that implements the Infragistics.Documents.Reports.Report.IGroup interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.IGroup interface.

AddHeader Method (ISection)

Creates a new header object that implements the Infragistics.Documents.Reports.Report.Section.IHeader interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.Section.IHeader interface. Remarks When multiple headers are add...

AddImage Method (ISection)

Creates a new image object that implements the Infragistics.Documents.Reports.Report.IImage interface and adds it to the internal collection of objects. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object that represents the reference to native image. Return Value An object that implemen...

AddIndex Method (ISection)

Creates a new index object that implements the Infragistics.Documents.Reports.Report.Index.IIndex interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.Index.IIndex interface.

AddList Method (ISection)

Creates a new list object that implements the Infragistics.Documents.Reports.Report.List.IList interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.List.IList interface.

AddMetafile Method (ISection)

Creates a new metafile object that implements the Infragistics.Documents.Reports.Report.IMetafile interface and adds it to the internal collection of objects. Syntax Parameters metafile A Infragistics.Documents.Reports.Graphics.Metafile object that represents the reference to native metafile. Return Value An objec...

AddPage() Method

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. Syntax Return Value An object that implements the Infragistics.Documents.Reports.Report.Section.IPage interface.

AddPage(PageSize) Method

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. Syntax Parameters size The size of the stand alone page. Return Value An object that implements the Infragistics.Documents.Reports.Report.Sectio...

AddPage(Single,Single) Method

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. Syntax Parameters width The width of the stand alone page.height The height of the stand alone page. Return Value An object that implements the ...

AddPage Method (ISection)

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. Overload List