Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets the name of the event that is registered with the report server.
Espacio de nombres: ReportService2010
Ensamblado: ReportService2010 (en ReportService2010.dll)
Sintaxis
'Declaración
Public Property Type As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
A String that contains the name of an event that is registered with the report server. Read-only