Question: True or False? if False why? A report file created for a Windows Forms application cannot be displayed by an ASP.NET application. You can use
True or False? if False why?

A report file created for a Windows Forms application cannot be displayed by an ASP.NET application. You can use the ReportViewer toolbar to zoom a report view in and out. You can use the ReportViewer toolbar to export the report to a Microsoft Word file but not to a PDF file. You can use the ReportViewer toolbar to search for text inside a report. The ScriptManager control is located in the Reports section of the Toolbox. A ReportDataSource control uses a TableAdapter object to execute SQL queries against the database. The ObjectDatSource control is used only in Windows Forms applications. To add a group to a report, right-click the gray button just to the left of a detail field and select "Add Group" then select "Parent Group". You cannot make a form into an MDI parent by settings it's IsMdiContainer property. A child form cannot identify it's MDI parent form at runtime. The read-only MdiChildren property returns an array of forms that represent the children of the MDI parent. The CurrentControl property of an MDI parent form returns a reference to the control that has the focus. In an MDI application, all child windows are retained within the boundaries of a parent window. An Interface can contain methods but not properties. The methods in an Interface contain no implementations. A class that implements an interface need not contain all of the methods specified by the interface. The IMPLEMENTS keyword is optional in each method that implements an interface method. Derived class constructors should never call their base class constructors. You can assign an object of a derived type to a variable of a base type, assuming that base and derived are related by inheritance. You can assign an object of a base type to a variable of a derived type, assuming that base and derived are related by inheritance
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
