Event.Type 属性

Gets the name of the event that is registered with the report server.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property Type As String 
    Get 
    Set
用法
Dim instance As Event 
Dim value As String 

value = instance.Type

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

属性值

类型:System.String
A String that contains the name of an event that is registered with the report server. Read-only

请参阅

参考

Event 类

ReportService2010 命名空间