ASP.NET MVC 6.3.16
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Interface IDataExtension

Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
[Obsolete("IDataExtension")]
public interface IDataExtension

Properties

CommandText

Declaration
string CommandText { get; set; }
Property Value
Type Description
System.String

ConnectionString

Declaration
string ConnectionString { get; set; }
Property Value
Type Description
System.String

ConnectionTimeout

Declaration
int ConnectionTimeout { get; set; }
Property Value
Type Description
System.Int32

DataProvider

Declaration
string DataProvider { get; set; }
Property Value
Type Description
System.String

Impersonate

Declaration
string Impersonate { get; set; }
Property Value
Type Description
System.String

IntegratedSecurity

Declaration
bool IntegratedSecurity { get; set; }
Property Value
Type Description
System.Boolean

Password

Declaration
string Password { get; set; }
Property Value
Type Description
System.String

QueryParameters

Declaration
Dictionary<string, object> QueryParameters { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

Username

Declaration
string Username { get; set; }
Property Value
Type Description
System.String

Methods

GetData()

Declaration
object GetData()
Returns
Type Description
System.Object

GetSchemaData()

Declaration
object GetSchemaData()
Returns
Type Description
System.Object

ValidateConnection(String)

Declaration
bool ValidateConnection(string connectionString)
Parameters
Type Name Description
System.String connectionString
Returns
Type Description
System.Boolean
In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved