Version

Search Results

AddContent(Image,ImageAlignment) Method

Adds an image to the content of the text. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object.alignment Image alignment.

AddContent(Image,Indents) Method

Adds an image to the content of the text. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object.indents A Infragistics.Documents.Reports.Report.Indents object that specifies the indents.

AddContent(Image,Indents,ImageAlignment) Method

Adds an image to the content of the text. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object.indents A Infragistics.Documents.Reports.Report.Indents object that specifies the indents.alignment Image alignment.

AddContent(Image,Size) Method

Adds an image to the content of the text. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object.size A Infragistics.Documents.Reports.Graphics.Size object that defines the dimensions of the image.

AddContent(Image,Size,ImageAlignment) Method

Adds an image to the content of the text. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object.size A Infragistics.Documents.Reports.Graphics.Size object that defines the dimensions of the image.alignment Image alignment.

AddContent(Image,Size,ImageAlignment,Hyperlink) Method

Adds an image to the content of the text. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object.size A Infragistics.Documents.Reports.Graphics.Size object that defines the dimensions of the image.alignment Image alignment.hyperlink Image hyperlink.

AddContent(Image,Size,Indents,ImageAlignment) Method

Adds an image to the content of the text. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object.size A Infragistics.Documents.Reports.Graphics.Size object that defines the dimensions of the image.indents A Infragistics.Documents.Reports.Report.Indents object that specifies the indents.alig...

AddContent(Image,Size,Indents,ImageAlignment,Hyperlink) Method

Adds an image to the content of the text. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object.size A Infragistics.Documents.Reports.Graphics.Size object that defines the dimensions of the image.indents A Infragistics.Documents.Reports.Report.Indents object that specifies the indents.alig...

AddContent(String) Method

Adds a string to the content of the text. Syntax Parameters text String to add.

AddContent(String,Hyperlink) Method

Adds a string to the content of the text. Syntax Parameters text String to add.hyperlink Text hyperlink.