Author Propiedad
Gets the name of the author of the report.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Author As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A string value that contains the name of the author of the report.
Vea también