ComparablePropertyDefinition<T>.Validate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Validate(Object, ReportExpression<T>) | |
Validate(Object, String) | |
Validate(Object, T) |
Validate(Object, ReportExpression<T>)
public:
void Validate(System::Object ^ component, Microsoft::ReportingServices::RdlObjectModel::ReportExpression<T> value);
public void Validate(object component, Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T> value);
member this.Validate : obj * Microsoft.ReportingServices.RdlObjectModel.ReportExpression<'T (requires 'T : struct)> -> unit
Public Sub Validate (component As Object, value As ReportExpression(Of T))
Parameters
- component
- Object
- value
- ReportExpression<T>
Applies to
Validate(Object, String)
Validate(Object, T)
public:
void Validate(System::Object ^ component, T value);
public void Validate(object component, T value);
member this.Validate : obj * 'T -> unit
Public Sub Validate (component As Object, value As T)
Parameters
- component
- Object
- value
- T