Reporting

Specifies how a command string is interpreted.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum SqlDataSourceCommandType
Visual Basic
Public Enumeration SqlDataSourceCommandType

Members

Member nameValueDescription
Text0 An SQL text command. (Default)
StoredProcedure1 The name of a stored procedure.

Version Information

Supported in: 1.0.1

See Also