Не поддерживается экспорт отчета в поток
Добавлено: 18 июн 2010, 14:40
Вызов метода
//
// Summary:
// Exports a rendered report into the stream without dialog using the provider.
//
// Parameters:
// exportFormat:
// A format for the document which will be exported to.
//
// stream:
// A file to export the rendered report.
public void ExportDocument(StiExportFormat exportFormat, Stream stream);
Выдает NonSupported Exception.
Это ошибка, или в будущих версиях будет сделано?
//
// Summary:
// Exports a rendered report into the stream without dialog using the provider.
//
// Parameters:
// exportFormat:
// A format for the document which will be exported to.
//
// stream:
// A file to export the rendered report.
public void ExportDocument(StiExportFormat exportFormat, Stream stream);
Выдает NonSupported Exception.
Это ошибка, или в будущих версиях будет сделано?