Partager via


Propriété Event.Type

The name of an event that is registered with the report server.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Property Type As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A read-only String containing the name of an event that is registered with the report server.

Voir aussi

Référence

Event Classe

Espace de noms ReportService2005