Metodo ReportObject.RdlSemanticEqualsCore
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Returns whether the report definition language semantic is the same with the core object.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Protected Overridable Function RdlSemanticEqualsCore ( _
rdlObj As ReportObject, _
visitedList As ICollection(Of ReportObject) _
) As Boolean
'Utilizzo
Dim rdlObj As ReportObject
Dim visitedList As ICollection(Of ReportObject)
Dim returnValue As Boolean
returnValue = Me.RdlSemanticEqualsCore(rdlObj, _
visitedList)
protected virtual bool RdlSemanticEqualsCore(
ReportObject rdlObj,
ICollection<ReportObject> visitedList
)
protected:
virtual bool RdlSemanticEqualsCore(
ReportObject^ rdlObj,
ICollection<ReportObject^>^ visitedList
)
abstract RdlSemanticEqualsCore :
rdlObj:ReportObject *
visitedList:ICollection<ReportObject> -> bool
override RdlSemanticEqualsCore :
rdlObj:ReportObject *
visitedList:ICollection<ReportObject> -> bool
protected function RdlSemanticEqualsCore(
rdlObj : ReportObject,
visitedList : ICollection<ReportObject>
) : boolean
Parametri
- rdlObj
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportObject
The report definition language semantic.
- visitedList
Tipo: System.Collections.Generic.ICollection<ReportObject>
The collection of report objects.
Valore restituito
Tipo: System.Boolean
True if the report definition language semantic is the same with the core object; otherwise, false.