Свойство Author
Gets the name of the author of the report.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Author As String
Get
'Применение
Dim instance As Report
Dim value As String
value = instance.Author
public string Author { get; }
public:
property String^ Author {
String^ get ();
}
member Author : string
function get Author () : String
Значение свойства
Тип System. . :: . .String
A string value that contains the name of the author of the report.
См. также