ArgumentConstraintException.Component 属性
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
An object.