Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets whether tablix is a fragment part of the report definition.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property IsFragment As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true if tablix is a fragment; otherwise, false.