Proprietà Tablix.IsFragment

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property IsFragment As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

Tablix Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel