Measures the list on a Letter size paper. Syntax Return Value A Infragistics.Documents.Reports.Graphics.Size object that represents the measured width and the height of the list.
Gets or sets the paddings between the borders and the content of an element. Syntax
Gets the parent of the list element. Syntax
Gets or sets the initial number for the bullets. Syntax
Gets or sets the width of the list. Syntax Remarks The Width class is abstract, meaning that a new instance cannot be created. Additionally, this abstract class does not have any properties aside from Infragistics.Documents.Reports.Report.Width.Type. When accessing this property, the returned object should be cast...
Represents a list pattern. Syntax Remarks Patterns are useful when multiple styles will be used across different elements, saving the effort of recoding the same properties and methods for each element. A ListPattern can be applied to a IList element through the Apply or IList.ApplyPattern methods.
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Applies this pattern to a list. Syntax Parameters list A list to apply this pattern.