Class DataSetDefinition
Represents the definition of the data set, including its configuration and data source information.
Inheritance
System.Object
DataSetDefinition
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: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class DataSetDefinition
Constructors
DataSetDefinition()
Declaration
public DataSetDefinition()
Properties
AccentSensitivity
Declaration
public SensitivityEnum AccentSensitivity { get; set; }
Property Value
| Type | Description |
|---|---|
| SensitivityEnum |
AccentSensitivitySpecified
Declaration
public bool AccentSensitivitySpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
CaseSensitivity
Declaration
public SensitivityEnum CaseSensitivity { get; set; }
Property Value
| Type | Description |
|---|---|
| SensitivityEnum |
CaseSensitivitySpecified
Declaration
public bool CaseSensitivitySpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Collation
Declaration
public string Collation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Fields
Gets the collection of fields that are part of the report data set.
Declaration
public Field[] Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| Field[] | An array of Field objects representing each field in the data set. |
KanatypeSensitivity
Declaration
public SensitivityEnum KanatypeSensitivity { get; set; }
Property Value
| Type | Description |
|---|---|
| SensitivityEnum |
KanatypeSensitivitySpecified
Declaration
public bool KanatypeSensitivitySpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Query
Declaration
public QueryDefinition Query { get; set; }
Property Value
| Type | Description |
|---|---|
| QueryDefinition |
WidthSensitivity
Declaration
public SensitivityEnum WidthSensitivity { get; set; }
Property Value
| Type | Description |
|---|---|
| SensitivityEnum |
WidthSensitivitySpecified
Declaration
public bool WidthSensitivitySpecified { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |