Partager via


Propriété Report.Author

Gets or sets the author of the report.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Author As String 
    Get 
    Set
'Utilisation
Dim instance As Report 
Dim value As String 

value = instance.Author

instance.Author = value
public string Author { get; set; }
public:
property String^ Author {
    String^ get ();
    void set (String^ value);
}
member Author : string with get, set
function get Author () : String 
function set Author (value : String)

Valeur de propriété

Type : System.String
The author of the report.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel