ActiveReports 11
AsReadOnly Method

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : AsReadOnly Method
Returns a read-only IList wrapper for the current collection.
Syntax
'Declaration
 
Public Function AsReadOnly() As ReadOnlyCollection(Of Style)
public ReadOnlyCollection<Style> AsReadOnly()

Return Value

A ReadOnlyCollection that acts as a read-only wrapper around the current List.
See Also

Reference

StyleSheet Class
StyleSheet Members