次の方法で共有


Warning.ObjectName プロパティ

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

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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 クラス

ReportService2005 名前空間