Represents an enum value that can be specified as a literal or as an expression.
Namespace:
C1.C1RdlAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public class RdlEnum<T> : RdlProp where T : struct, new() |
Visual Basic |
---|
Public Class RdlEnum(Of T As {Structure, New}) _ Inherits RdlProp |
Type Parameters
- T