次の方法で共有


Warning.ObjectType プロパティ

レポート定義でエラーまたは警告の原因となったオブジェクトの種類を取得します。読み取り専用です。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
Public ReadOnly Property ObjectType As String
    Get
'使用
Dim instance As Warning
Dim value As String

value = instance.ObjectType
public string ObjectType { get; }
public:
property String^ ObjectType {
    String^ get ();
}
member ObjectType : string
function get ObjectType () : String

プロパティ値

型: System.String
読み取り専用の文字列値。

関連項目

参照

Warning クラス

Microsoft.Reporting.WebForms 名前空間