Пример #1
0
        public override void When()
        {
            base.When();

            TheReportRequestController = ReportViewerSpecifications
                .InitializeReportRequestHandler(TheReportService);

            TheFile = TheReportRequestController.Get(TheReportId) as FilePathResult;
        }
Пример #2
0
        public override void When()
        {
            base.When();

            TheReportRequestController = ReportViewerSpecifications
                .InitializeReportRequestHandler(TheReportService);

            TheErrorScreen = TheReportRequestController.Get(ReportAndGroupId) as ViewResult;
        }