Validate méthode (Object, ReportExpression(T))
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub Validate ( _
component As Object, _
value As ReportExpression(Of T) _
)
'Utilisation
Dim instance As ComparablePropertyDefinition
Dim component As Object
Dim value As ReportExpression(Of T)
instance.Validate(component, value)
public void Validate(
Object component,
ReportExpression<T> value
)
public:
void Validate(
Object^ component,
ReportExpression<T> value
)
member Validate :
component:Object *
value:ReportExpression<'T> -> unit
public function Validate(
component : Object,
value : ReportExpression<T>
)
Paramètres
- component
Type : System. . :: . .Object
- value
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >