StringProperty.IPropertyDefinition.Validate(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates the specified property.
virtual void Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition.Validate(System::Object ^ component, System::Object ^ value) = Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition::Validate;
void IPropertyDefinition.Validate (object component, object value);
abstract member Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition.Validate : obj * obj -> unit
override this.Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition.Validate : obj * obj -> unit
Sub Validate (component As Object, value As Object) Implements IPropertyDefinition.Validate
Parameters
- component
- Object
The component object.
- value
- Object
The value of the property.