IPropertyDefinition.Validate Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Validates the IPropertyDefinition using the specified component and value.
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
)
Parameters
- component
Type: System.Object
The component of the property.
- value
Type: System.Object
The value of the property.