Home

What is the correct answer?

4

In reports ___________ property help to assign user-defined criteria

A. ReportSource

B. SectionFormula

C. Query

D. SelectionFormula

Correct Answer :

D. SelectionFormula


Related Questions

A DataSet can hold multiple tables even if there are similar fields To call a buttons click event use A form can have only ______ Main Menu and _________ Context Menu A form can not call itself To retrieve the default path of the project use /*1. Class C2. public notoverridable sub abc()3. msgbox("Base Class")4.… ___________ is used to pass copies of a variable while __________ is used… Function abc() As StringReturn 10End Function A user wants that custom colors are visible when the Color Dialog Box… A Windows Service if installed cannot be uninstalled Class ccpublic _________ I as stringend classButton1_Clickcc.I=100 Finally is fired only when error occurs If a Form is Inherited from another Form and both Forms have certain codes… DataSet can be used to connect to Crystal Report If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap… A TreeView can have multiple root nodes You can assign a Main Menu to any control Dim a() as Integer-{1,2,3,4}is a valid statement A DataSet can be updated only when the connection is open You create a UserControl having a TextBox and include that in a separate… If a Class in inherited, its constructor is inherited automatically and… Dim S as Integer=10Text1=SMsgbox(Text1.Text) This view is not present in VB.NET The default Tab of a Tab Control is When a project is Built it creates a _______ and ________ file under Bin… To use HelpProvider, the following properties of the form needs to be… In TreeView to get the node the mouse is pointing to, use The default event handler of TextBox is Images can be loaded from On error goto lbl is a