Gets or sets a FormsStyleEnum value specifying
the look and feel of input controls in the current document
(see types derived from RenderInputBase).
Namespace:
C1.C1PreviewThe default value is Acrobat.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute("FormsStyle")] [DefaultValueAttribute(FormsStyleEnum.Acrobat)] public FormsStyleEnum FormsStyle { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute("FormsStyle")> _ <DefaultValueAttribute(FormsStyleEnum.Acrobat)> _ Public Property FormsStyle As FormsStyleEnum Get Set |
Remarks
The default value for this property is FormsStyleEnum.Acrobat.