combit List & Label 30 - .NET Help
combit.Reporting.DataProviders Namespace / SqlConnectionDataProvider Class / SupportedElementTypes Property
Example


SupportedElementTypes Property (SqlConnectionDataProvider)

Gets or sets the element types that are offered in the Designer. (Default: Table | View from DbConnectionElementTypes)

Syntax
'Declaration
 
Public Property SupportedElementTypes As DbConnectionElementTypes
 
Example
provider.SupportedElementTypes = DbConnectionElementTypes.Table | DbConnectionElementTypes.View;
provider.SupportedElementTypes = DbConnectionElementTypes.Table Or DbConnectionElementTypes.View
Requirements

See Also