OldTypesConversion Property
In This Topic
Gets or sets a value indicating whether to use the old method of type conversion in report script functions CStr, CDbl and CDate.
The default is false. See remarks for details.
Syntax
'Declaration
Public Property OldTypesConversion As Boolean
public bool OldTypesConversion {get; set;}
See Also