Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic (Declaration)
Language Filter: C#
ActiveReports Developer 7
Remove Method
See Also
GrapeCity.ActiveReports.v7 Assembly
>
GrapeCity.ActiveReports.PageReportModel Namespace
>
SortByCollection Class
: Remove Method
Visual Basic (Declaration)
C#
value
The SortBy object to remove.
Glossary Item Box
Removes the specified
SortBy
object from the
SortByCollection
.
Syntax
Visual Basic (Declaration)
Public Sub Remove( _ ByVal
value
As
SortBy
_ )
C#
public void Remove(
SortBy
value
)
Parameters
value
The SortBy object to remove.
See Also
Reference
SortByCollection Class
SortByCollection Members