Warning.ObjectType Property
Definition
获取或设置报表定义中造成错误或警告的对象的类型。Gets or sets the type of object in the report definition that caused the error or warning. 只读。Read-only.
public:
property System::String ^ ObjectType { System::String ^ get(); void set(System::String ^ value); };
public string ObjectType { get; set; }
member this.ObjectType : string with get, set
Public Property ObjectType As String
Property Value
只读的 String
值。A read-only String
value.