[]
Renders RDL/Page report to RDF format end export. For internal use only.
[Obsolete("This method is obsolete and can be removed in future.")]
public static void Export(this IDocumentExport filter, PageDocument document, Stream stream, string pageRange = null)
Type | Name | Description |
---|---|---|
IDocumentExport | filter | |
PageDocument | document | |
Stream | stream | |
string | pageRange |
Renders RDL/Page report to RDF format end export. For internal use only.
[Obsolete("This method is obsolete and can be removed in future.")]
public static void Export(this IDocumentExport filter, PageDocument document, string fileName, string pageRange = null)
Type | Name | Description |
---|---|---|
IDocumentExport | filter | |
PageDocument | document | |
string | fileName | |
string | pageRange |
Renders RDL/Page report to RDF format end export. For internal use only.
[Obsolete("This method is obsolete and can be removed in future.")]
public static void Export(this IDocumentExport filter, PageDocument document, IOutputHtml stream, string pageRange = null)
Type | Name | Description |
---|---|---|
IDocumentExport | filter | |
PageDocument | document | |
IOutputHtml | stream | |
string | pageRange |