Udostępnij za pośrednictwem


When to use dynamic rendering

To use dynamic rendering, your Visual Studio Tools form must use controls from the supported list. The following controls are automatically rendered:

  • Button
  • CheckBox
  • ComboBox
  • GroupBox
  • Label
  • ListBox
  • RadioButton
  • TextBox

If the form uses controls that aren't included in this list, those controls won't be rendered on the form when it is displayed in the web client. In those cases, you must use custom rendering. We recommend that you use dynamic rendering whenever it can meet all of the needs of your Visual Studio Tools integration.