Compartir a través de


Tablix.IsFragment Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property IsFragment As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
true if tablix is a fragment; otherwise, false.

Vea también

Referencia

Tablix Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel