Tablix.IsFragment Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets whether tablix is a fragment part of the report definition.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property IsFragment As Boolean
Get
Set
'Usage
Dim instance As Tablix
Dim value As Boolean
value = instance.IsFragment
instance.IsFragment = value
public bool IsFragment { get; set; }
public:
property bool IsFragment {
bool get ();
void set (bool value);
}
member IsFragment : bool with get, set
function get IsFragment () : boolean
function set IsFragment (value : boolean)
Property Value
Type: System.Boolean
true if tablix is a fragment; otherwise, false.