[]
        
(Showing Draft Content)

RpxToolBoxItem

Type Alias: RpxToolBoxItem

type RpxToolBoxItem = 
  | "Label"
  | "TextBox"
  | "CheckBox"
  | "RichTextBox"
  | "Shape"
  | "Picture"
  | "Line"
  | "PageBreak"
  | "Barcode"
  | "SubReport"
  | "ReportInfo"
  | "CrossSectionLine"
  | "CrossSectionBox"
  | "InputFieldText"
  | "InputFieldCheckBox";