2016-12-12 6 views
0

Stimulsoft StiMvcViewer не может «сохранить как» ОшибкаStimulsoft StiMvcViewer не может «сохранить как»

сервера в «/» Application. Ссылка на объект не установлена ​​в экземпляр объекта.

Описание:

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. 

Exception Детали:

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

ответ

0

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

"MvcViewer1", new StiMvcViewerOptions() { 
Actions = 
{ 
    GetReportSnapshot = "GetReportSnapshot", 
    ViewerEvent = "ViewerEvent" 
} 

 Смежные вопросы

  • Нет связанных вопросов^_^