Udostępnij za pośrednictwem


Metoda ComparablePropertyDefinition<T>.Validate (Object, ReportExpression<T>)

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Sub Validate ( _
    component As Object, _
    value As ReportExpression(Of T) _
)
'Użycie
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>
)