Stimulsoft StiMvcViewer не может сохранить как

стимулсофт StiMvcViewer не может "сохранить как"

Ошибка сервера в приложении «/». В экземпляре объекта не задана ссылка на объект.

Описание:

An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Детали исключения:

System.NullReferenceException: Object reference not set to an instance of an object.

person Suppadech Yaemprai    schedule 12.12.2016    source источник


Ответы (1)


Убедитесь, что вы добавили необходимые действия для Viewer.

"MvcViewer1", new StiMvcViewerOptions() {
Actions =
{
    GetReportSnapshot = "GetReportSnapshot",
    ViewerEvent = "ViewerEvent"
}
person HighAley    schedule 13.12.2016