Compartilhar via


Propriedade do RDL ArgumentConstraintException.Constraint

Gets the object that demonstrates the constraint.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public ReadOnly Property Constraint As Object 
    Get
'Uso
Dim instance As ArgumentConstraintException 
Dim value As Object 

value = instance.Constraint
public Object Constraint { get; }
public:
property Object^ Constraint {
    Object^ get ();
}
member Constraint : Object
function get Constraint () : Object

Valor da propriedade

Tipo: System.Object
An object that demonstrates the constraint.

Consulte também

Referência

ArgumentConstraintException Classe

Namespace Microsoft.ReportingServices.RdlObjectModel