ActiveReports3 Request technical support
CharacterSet Property
See Also 


Gets or sets the CharacterSet of the control. The value must be cast as a byte.

Syntax

Visual Basic (Declaration) 
Public Property CharacterSet As Object
Visual Basic (Usage)Copy Code
Dim instance As Style
Dim value As Object
 
instance.CharacterSet = value
 
value = instance.CharacterSet
C# 
public object CharacterSet {get; set;}

See Also