Partilhar via


Propriedade do RDL ArgumentConstraintException.Property

Gets the property that caused the exception.

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

Sintaxe

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

value = instance.Property
public string Property { get; }
public:
property String^ Property {
    String^ get ();
}
member Property : string
function get Property () : String

Valor da propriedade

Tipo: System.String
The property that caused the exception.

Consulte também

Referência

ArgumentConstraintException Classe

Namespace Microsoft.ReportingServices.RdlObjectModel