Método ComparablePropertyDefinition<T>.Validate (Object, ReportExpression<T>)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Validates the ComparablePropertyDefinition<T> object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub Validate ( _
component As Object, _
value As ReportExpression(Of T) _
)
'Uso
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>
)
Parâmetros
- component
Tipo: System.Object
The component.
- value
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
The [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>] value.