Método Validate
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
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 Integer _
)
'Uso
Dim instance As EnumProperty
Dim component As Object
Dim value As Integer
instance.Validate(component, value)
public void Validate(
Object component,
int value
)
public:
void Validate(
Object^ component,
int value
)
member Validate :
component:Object *
value:int -> unit
public function Validate(
component : Object,
value : int
)
Consulte também