ISubscriptionBaseUIUserControl.Validate 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.
Used to determine whether the settings for a delivery extension are valid.
public:
bool Validate();
public bool Validate ();
abstract member Validate : unit -> bool
Public Function Validate () As Boolean
Returns
A Boolean
indicating whether the information specified in the UserData property is valid.
Remarks
You should implement this method to include your provider specific validation. The Validate method is called by SQL Server Reporting Services to validate user input through Report Manager.