Field Class
Definition
表示报表的数据集内的字段。Represents a field in a dataset of a report.
public ref class Field
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Field
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Field = class
Public Class Field
- Inheritance
-
Field
- Attributes
Remarks
Field与类的 Fields 属性一起使用 DataSetDefinition 。Use Field with the Fields property of the DataSetDefinition class.
Constructors
Field() |
初始化 Field 类的新实例。Initializes a new instance of the Field class. |
Properties
Alias |
获取一个值,该值表示报表中某个字段的别名。Gets a value that represents the alias of a field in a report. |
Name |
获取或设置查询中字段的名称。Gets or sets the name of a field in a query. |