DataSource.IsModel Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property IsModel As Boolean
Get
Set
'Usage
Dim instance As DataSource
Dim value As Boolean
value = instance.IsModel
instance.IsModel = value
public bool IsModel { get; set; }
public:
property bool IsModel {
bool get ();
void set (bool value);
}
member IsModel : bool with get, set
function get IsModel () : boolean
function set IsModel (value : boolean)
Property Value
Type: System.Boolean
A Boolean value.