InlineXbrlDocument.ExportToXbrl
ExportToXbrl(string)
Exporteren naar xbrl-bestand.
public void ExportToXbrl(string fileName)
Parameter | Type | Beschrijving |
---|---|---|
fileName | String | De bestandsnaam van het xbrl-document. |
Zie ook
- class InlineXbrlDocument
- naamruimte Aspose.Finance.Xbrl.Inline
- montage Aspose.Finance
ExportToXbrl(Stream)
Exporteren naar xbrl-stream.
public void ExportToXbrl(Stream stream)
Parameter | Type | Beschrijving |
---|---|---|
fileName | Stream | De xbrl-documentbestandsstroom. |
Zie ook
- class InlineXbrlDocument
- naamruimte Aspose.Finance.Xbrl.Inline
- montage Aspose.Finance
ExportToXbrl()
Exporteren naar XbrlDocument-object.
public XbrlDocument ExportToXbrl()
Winstwaarde
Het XbrlDocument-object.
Zie ook
- class XbrlDocument
- class InlineXbrlDocument
- naamruimte Aspose.Finance.Xbrl.Inline
- montage Aspose.Finance