ComparablePropertyDefinition<T>.Validate 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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))
参数
- component
- Object
- value
- ReportExpression<T>
适用于
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)
参数
- component
- Object
- value
- T