Tablix.IsFragment Property

Definition

Gets or sets whether tablix is a fragment part of the report definition.

public:
 property bool IsFragment { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public bool IsFragment { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.IsFragment : bool with get, set
Public Property IsFragment As Boolean

Property Value

true if tablix is a fragment; otherwise, false.

Attributes

Applies to