Свойство Author

Author of the report.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property Author As String
    Get
    Set
'Применение
Dim instance As Report
Dim value As String

value = instance.Author

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

Значение свойства

Тип System. . :: . .String
A string value.