Partager via


Propriété Author

Obtient le nom de l'auteur du rapport.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Author As String
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .String
Valeur de type String contenant le nom de l'auteur du rapport.