Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the expression used to validate an input value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ValidationExpression As ReportExpression
Get
Set
'Usage
Dim instance As ValidValues
Dim value As ReportExpression
value = instance.ValidationExpression
instance.ValidationExpression = value
public ReportExpression ValidationExpression { get; set; }
public:
property ReportExpression ValidationExpression {
ReportExpression get ();
void set (ReportExpression value);
}
member ValidationExpression : ReportExpression with get, set
function get ValidationExpression () : ReportExpression
function set ValidationExpression (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.