Compartir a través de


Report.Author Propiedad

Gets or sets the author of the report.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Author As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The author of the report.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel