Condividi tramite


Proprietà IsFragment

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

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
A Boolean value.