{"id":25170129,"url":"https://github.com/codaxy/codereports","last_synced_at":"2025-07-29T03:38:31.017Z","repository":{"id":44659752,"uuid":"2172363","full_name":"codaxy/codereports","owner":"codaxy","description":"Simple but powerful reporting library","archived":false,"fork":false,"pushed_at":"2022-10-20T08:03:32.000Z","size":663,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-28T19:59:10.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codaxy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-08T09:03:16.000Z","updated_at":"2022-10-19T14:56:10.000Z","dependencies_parsed_at":"2022-09-21T01:40:45.395Z","dependency_job_id":null,"html_url":"https://github.com/codaxy/codereports","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codaxy/codereports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codaxy%2Fcodereports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codaxy%2Fcodereports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codaxy%2Fcodereports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codaxy%2Fcodereports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codaxy","download_url":"https://codeload.github.com/codaxy/codereports/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codaxy%2Fcodereports/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267624321,"owners_count":24117400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-09T08:38:38.222Z","updated_at":"2025-07-29T03:38:31.000Z","avatar_url":"https://github.com/codaxy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"CodeReports\n===========\n\nCode reports is a small, but powerful C# reporting library.\nReports are simple to define using C# classes and attributes and can be output to text, HTML, Excel or PDF.\n\n\t[GroupingLevel(0, ShowCaption=true, CaptionFormat=\"{Country}\", ShowHeader=true)]\t\t\n\tclass ReportItem\n\t{\n\t\t[GroupBy(0, 0, SortDirection = SortDirection.Ascending)]\t\t\t\n\t\tpublic String Country { get; set; }\n\n\t\t[TableColumn(SortIndex = 0, SortDirection = SortDirection.Descending, CellAlignment=CellAlignment.Left)]\n\t\tpublic int Year { get; set; }\n\n\t\t[TableColumn(Format = \"{0:0,0}\")]\n\t\tpublic decimal? GDP { get; set; }\n\n\t\t[TableColumn(Format = \"{0:n}\", HeaderText = \"GNI Per Capita\")]\n\t\tpublic decimal? GniPerCapita { get; set; }\n\n\t\t[TableColumn(HeaderText=\"Growth\", Format=\"{0:n}%\")]\n\t\tpublic decimal? GdpGrowth { get; set; }\n\t}\n\t\nToo see CodeReports in action check the [Pecunia demo](http://dextop.codaxy.com/pecunia) (section GDP).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodaxy%2Fcodereports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodaxy%2Fcodereports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodaxy%2Fcodereports/lists"}