ReportObject.CompareReportParamterExpression Methode

Definition

Vergleicht die Berichtsparameterausdrücke der beiden ReportObject-Objekte.

protected:
 static bool CompareReportParamterExpression(Microsoft::ReportingServices::RdlObjectModel::ReportExpression local, Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ localParent, Microsoft::ReportingServices::RdlObjectModel::ReportExpression compareObj, Microsoft::ReportingServices::RdlObjectModel::ReportObject ^ compareObjParent, System::Collections::Generic::ICollection<Microsoft::ReportingServices::RdlObjectModel::ReportObject ^> ^ visitedList);
protected static bool CompareReportParamterExpression (Microsoft.ReportingServices.RdlObjectModel.ReportExpression local, Microsoft.ReportingServices.RdlObjectModel.ReportObject localParent, Microsoft.ReportingServices.RdlObjectModel.ReportExpression compareObj, Microsoft.ReportingServices.RdlObjectModel.ReportObject compareObjParent, System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> visitedList);
static member CompareReportParamterExpression : Microsoft.ReportingServices.RdlObjectModel.ReportExpression * Microsoft.ReportingServices.RdlObjectModel.ReportObject * Microsoft.ReportingServices.RdlObjectModel.ReportExpression * Microsoft.ReportingServices.RdlObjectModel.ReportObject * System.Collections.Generic.ICollection<Microsoft.ReportingServices.RdlObjectModel.ReportObject> -> bool
Protected Shared Function CompareReportParamterExpression (local As ReportExpression, localParent As ReportObject, compareObj As ReportExpression, compareObjParent As ReportObject, visitedList As ICollection(Of ReportObject)) As Boolean

Parameter

local
ReportExpression

Das lokale Berichtsobjekt.

localParent
ReportObject

Das übergeordnete Element des lokalen Berichtsobjekts.

compareObj
ReportExpression

Das zu vergleichende Objekt.

compareObjParent
ReportObject

Das übergeordnete Element des Objekts, das verglichen werden soll.

visitedList
ICollection<ReportObject>

Die Auflistung von Berichtsobjekten.

Gibt zurück

Die verglichenen Berichtsobjekte.

Gilt für: