IsFragment-Eigenschaft
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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)
Eigenschaftswert
Typ: System. . :: . .Boolean
A Boolean value.