CreatedBy プロパティ
アイテムを最初にレポート サーバー データベースに追加したユーザーの名前を取得します。読み取り専用です。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Property CreatedBy As String
Get
Set
'使用
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)
プロパティ値
型: System. . :: . .String
アイテムを最初にレポート サーバー データベースに追加したユーザーの名前を表す String 値です。