Class ExtensionUtil
Inheritance
System.Object
ExtensionUtil
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Data
Assembly: BoldReports.Web.dll
Syntax
public class ExtensionUtil
Constructors
ExtensionUtil()
Declaration
public ExtensionUtil()
Methods
GetCustomProperty(String, ConnectionProperties)
Declaration
public static string GetCustomProperty(string key, ConnectionProperties connectionProperties)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | |
| BoldReports.Data.ConnectionProperties | connectionProperties |
Returns
| Type | Description |
|---|---|
| System.String |
GetDataExtensionObject(String)
Declaration
public static IDataExtension GetDataExtensionObject(string dataProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | dataProvider |
Returns
| Type | Description |
|---|---|
| IDataExtension |
GetDataSetNamesInQuery(String)
Declaration
public static List<string> GetDataSetNamesInQuery(string commandText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | commandText |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
GetDesignStateProperty(IDictionary<String, Object>, String, String)
Declaration
public static string GetDesignStateProperty(IDictionary<string, object> properties, string key, string defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IDictionary<System.String, System.Object> | properties | |
| System.String | key | |
| System.String | defaultValue |
Returns
| Type | Description |
|---|---|
| System.String |