DataSource.IsReference 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 ReadOnly Property IsReference As Boolean
Get
'Usage
Dim instance As DataSource
Dim value As Boolean
value = instance.IsReference
public bool IsReference { get; }
public:
property bool IsReference {
bool get ();
}
member IsReference : bool
function get IsReference () : boolean
Property Value
Type: System.Boolean
A Boolean value.