Поделиться через


Свойство 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