ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / FormFieldGroup Class / FieldControls Property

In This Topic
    FieldControls Property (FormFieldGroup)
    In This Topic
    Gets the related control collection of the field.
    Syntax
    'Declaration
     
    Public ReadOnly Property FieldControls As List(Of Control)
    public List<Control> FieldControls {get;}
    See Also