ActiveReports 9
Validate Method (ConnectionProperties)

The ValidationContext object containing the contextual information used to drive the validation.
Validates the information in each property of the ConnectionProperties object.
Syntax
'Declaration
 
Public Function Validate( _
   ByVal context As ValidationContext _
) As ValidationEntry()
public ValidationEntry[] Validate( 
   ValidationContext context
)

Parameters

context
The ValidationContext object containing the contextual information used to drive the validation.

Return Value

The ValidationEntry array containing all the validation entries found, or empty if none are found.
See Also

Reference

ConnectionProperties Class
ConnectionProperties Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum