Partilhar via


Propriedade do RDL ArgumentConstraintException.Component

Gets the component where the exception occurred.

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

Sintaxe

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

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

Valor da propriedade

Tipo: System.Object
The component where the exception occurred.

Consulte também

Referência

ArgumentConstraintException Classe

Namespace Microsoft.ReportingServices.RdlObjectModel