Enum SqlDataSourceCommandType
Specifies how a command string is interpreted.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum SqlDataSourceCommandType
StoredProcedure
The name of a stored procedure.
Text
An SQL text command. (Default)