tags:

views:

141

answers:

2

Hi Experts,

I want to create a xbrl report with .net, please let me know how to use it.

Thanks in advance

+1  A: 

Saying you want to create an XBRL report with .Net is a little like saying you would like to write a novel with the Cyrillic alphabet and asking how to do so.

There are APIs and DOMs for working with XBRL with .Net (e.g., Google the terms "gepsio and XBRL" or "Hitachi Systems XiRUTE .NET", which as the name suggests supports Microsoft .NET framework.)

Most of the available APIs are for Java.

The SEC provides source code for XBRL viewers (http://www.sec.gov/spotlight/xbrl/renderingenginelicense.htm) from which you might learn. Where else can you learn XBRL? The XBRL ORG web site has the Specification(s), conformance suites, samples.

+1  A: 

See Gepsio: XBRL Document Object Model for .NET to load XBRL documents.

Checkout the Gepsio Documentation for a basic example to implement it.

See Rivet Software Dragon View XBRL Viewer to view XBRL taxonomies.

Unfortunately, XBRL's momentum on .NET platforms is very slow so documentation on how to implement it will be hard/impossible to come by.

Evan Plaice