次の方法で共有


Warning.ObjectName プロパティ

警告の原因であるレポート定義内のオブジェクトの名前を取得または設定します。 読み取り専用です。

名前空間:  ReportExecution2005
アセンブリ:  ReportExecution2005 (ReportExecution2005.dll)

構文

'宣言
Public Property ObjectName As String 
    Get 
    Set
'使用
Dim instance As Warning 
Dim value As String 

value = instance.ObjectName

instance.ObjectName = value
public string ObjectName { get; set; }
public:
property String^ ObjectName {
    String^ get ();
    void set (String^ value);
}
member ObjectName : string with get, set
function get ObjectName () : String 
function set ObjectName (value : String)

プロパティ値

型: System.String
読み取り専用の String 値です。

関連項目

参照

Warning クラス

ReportExecution2005 名前空間