Warning.ObjectType 속성
Gets or sets the type of object in the report definition that caused the error or warning. Read-only.
네임스페이스: ReportExecution2005
어셈블리: ReportExecution2005(ReportExecution2005.dll)
구문
‘선언
Public Property ObjectType As String
Get
Set
‘사용 방법
Dim instance As Warning
Dim value As String
value = instance.ObjectType
instance.ObjectType = value
public string ObjectType { get; set; }
public:
property String^ ObjectType {
String^ get ();
void set (String^ value);
}
member ObjectType : string with get, set
function get ObjectType () : String
function set ObjectType (value : String)
속성 값
유형: System.String
A read-only String value.