Właściwość Report.Author
Pobiera nazwę autora raportu.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Author As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A ciąg wartość zawierającą nazwę autora raportu.