次の方法で共有


ArgumentConstraintException.Component プロパティ

例外が発生したコンポーネントを取得します。

名前空間:  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
例外が発生したコンポーネント。

関連項目

参照

ArgumentConstraintException クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間