ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheet Class / IsFixedSize Property

In This Topic
    IsFixedSize Property (StyleSheet)
    In This Topic
    Gets a value indicating whether the System.Collections.IList has a fixed size.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedSize As Boolean
    public bool IsFixedSize {get;}

    Property Value

    true if this instance is fixed size; otherwise, false.
    See Also