Metodo ReportObject.SemanticCompare<T> (T, T, ICollection<ReportObject>)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Compares whether the semantics of the report object are the same.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Protected Shared Function SemanticCompare(Of T As ReportObject) ( _
    x As T, _
    y As T, _
    visitedList As ICollection(Of ReportObject) _
) As Boolean
'Utilizzo
Dim x As T
Dim y As T
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean 

returnValue = ReportObject.SemanticCompare(x, _
    y, visitedList)
protected static bool SemanticCompare<T>(
    T x,
    T y,
    ICollection<ReportObject> visitedList
)
where T : ReportObject
protected:
generic<typename T>
where T : ReportObject 
static bool SemanticCompare(
    T x, 
    T y, 
    ICollection<ReportObject^>^ visitedList
)
static member SemanticCompare : 
        x:'T * 
        y:'T * 
        visitedList:ICollection<ReportObject> -> bool   when 'T : ReportObject
JScript non supporta i metodi e i tipi generici.

Parametri di tipo

  • T
    The type of the report object.

Parametri

  • x
    Tipo: T
    The first report object.
  • y
    Tipo: T
    The second report object.

Valore restituito

Tipo: System.Boolean
True if the semantics of the report object are the same; otherwise, false.

Vedere anche

Riferimento

ReportObject Classe

Overload SemanticCompare

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel