RepeatInfo.OuterTableImplied Property

Definition

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

Property Value

true if the items should be rendered as if they are contained in a table; otherwise, false.

Remarks

Use the OuterTableImplied property to specify whether items should be rendered as if they are contained in a table.

Applies to

See also