RepeatInfo.OuterTableImplied Propriedade

Definição

Obtém ou define um valor que indica se os itens devem ser renderizados como se estivessem contidos em uma tabela.Gets or sets a value indicating whether items should be rendered as if they are contained in a table.

public:
 property bool OuterTableImplied { bool get(); void set(bool value); };
public bool OuterTableImplied { get; set; }
member this.OuterTableImplied : bool with get, set
Public Property OuterTableImplied As Boolean

Valor da propriedade

Boolean

true Se os itens devem ser renderizados como se estivessem em uma tabela; caso contrário, false .true if the items should be rendered as if they are contained in a table; otherwise, false.

Comentários

Use a OuterTableImplied propriedade para especificar se os itens devem ser renderizados como se estivessem em uma tabela.Use the OuterTableImplied property to specify whether items should be rendered as if they are contained in a table.

Aplica-se a

Confira também