Event.Type プロパティ

レポート サーバーに登録されているイベントの名前です。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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
レポート サーバーに登録されているイベントの名前を表す、読み取り専用の String です。

関連項目

参照

Event クラス

ReportService2005 名前空間