Condividi tramite


Proprietà CreatedBy

Ottiene il nome dell'utente che ha originariamente aggiunto l'elemento al database del server di report. Sola lettura.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property CreatedBy As String
    Get
    Set
'Utilizzo
Dim instance As CatalogItem
Dim value As String

value = instance.CreatedBy

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

Valore proprietà

Tipo: System. . :: . .String
Valore stringa contenente il nome dell'utente che ha originariamente aggiunto l'elemento al database del server di report.