Compartir a través de


ArgumentConstraintException.Component Propiedad

Gets the component where the exception occurred.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ArgumentConstraintException Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel