
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class RowReportStyleList Inherits Xceed.Utils.Collections.ListBase
'Usage Dim instance As RowReportStyleList
[DefaultMember("Item")] [ListBindable(false)] public class RowReportStyleList : Xceed.Utils.Collections.ListBase
System.Object
Xceed.Grid.Reporting.RowReportStyleList
Name | Description | |
---|---|---|
![]() | RowReportStyleList Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Item | Gets the RowReportStyle at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a RowReportStyle to the list. |
![]() | AddRange | Adds the elements of a RowReportStyle array to the end of the list. |
![]() | Clear | Removes all RowReportStyle objects from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific RowReportStyle exists in the list. |
![]() | IndexOf | Searches for the specified RowReportStyle and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Inserts a RowReportStyle into the list at the specified index. |
![]() | Remove | Removes the RowReportStyle from the list. |
![]() | RemoveAt | Removes the RowReportStyle from the list at the specified index. |
Name | Description | |
---|---|---|
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new RowReportStyle into the list. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2