Warning.ObjectName プロパティ
警告の原因であるレポート定義内のオブジェクトの名前を取得または設定します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.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 値です。