Właściwość CatalogItem.CreatedBy
Pobiera nazwę użytkownika, który pierwotnie dodany element baza danych serwera raportów.Tylko do odczytu.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property CreatedBy As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartość zawierającego nazwę użytkownika, który pierwotnie dodany element baza danych serwera raportów.