Propriedade do RDL DataSet.IsReference
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a value that indicates whether the dataset is a reference.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public ReadOnly Property IsReference As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
true if the dataset is a reference; otherwise, false.