Proprietà Author
Author of the report
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Author As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A string value.
Vedere anche