IPropertyDefinition.Validate Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Sub Validate ( _
component As Object, _
value As Object _
)
'Usage
Dim instance As IPropertyDefinition
Dim component As Object
Dim value As Object
instance.Validate(component, value)
void Validate(
Object component,
Object value
)
void Validate(
Object^ component,
Object^ value
)
abstract Validate :
component:Object *
value:Object -> unit
function Validate(
component : Object,
value : Object
)