Initializes a new instance of the RdlString class.
This overload explicitly specifies whether the string is a constant or an expression.
Namespace:
C1.C1RdlAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RdlString( string value, bool isExpression ) |
Visual Basic |
---|
Public Sub New ( _ value As String, _ isExpression As Boolean _ ) |
Parameters
- value
- Type: System..::..String
A string.
- isExpression
- Type: System..::..Boolean
A flag indicating whether value should be interpreted as an expression.