言語

Tablix.IsFragment プロパティ

定義

tablixがレポート定義のフラグメントの一部であるかどうかを取得または設定します。

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

プロパティ値

true タブリックスが断片であれば、それ以外は false

属性

適用対象