ParameterValue.RdlSemanticEqualsCore Método

Definição

Indica se a semântica RDL é igual aos objetos do núcleo.

protected:
 override bool RdlSemanticEqualsCore(Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ rdlObj, System::Collections::Generic::ICollection<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ visitedList);
protected override bool RdlSemanticEqualsCore (Microsoft.ReportingServices.RdlObjectModel.ReportObject rdlObj, System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> visitedList);
override this.RdlSemanticEqualsCore : Microsoft.ReportingServices.RdlObjectModel.ReportObject * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> bool
Protected Overrides Function RdlSemanticEqualsCore (rdlObj As ReportObject, visitedList As ICollection(Of ReportObject)) As Boolean

Parâmetros

rdlObj
ReportObject

O objeto RDL.

visitedList
ICollection<ReportObject>

A lista do objeto visitado.

Retornos

O valor será true se a semântica RDL for igual aos objetos principais; caso contrário, o valor será false.

Aplica-se a