Share via


DataSet.IsReference Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets a value that indicates whether the dataset is a reference.

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 DataSet 
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
true if the dataset is a reference; otherwise, false.

See Also

Reference

DataSet Class

Microsoft.ReportingServices.RdlObjectModel Namespace