ISubscriptionBaseUIUserControl.Validate Method

Definition

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.

Applies to