共用方式為


ArgumentConstraintException.Component 屬性

Gets the component where the exception occurred.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public ReadOnly Property Component As Object 
    Get
'用途
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

屬性值

型別:System.Object
The component where the exception occurred.

請參閱

參考

ArgumentConstraintException 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間