Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the name of the user that originally added the item to the report server database. Read-only.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property CreatedBy As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value containing the name of the user who originally added the item to the report server database.