Field.DataField 屬性
Gets or sets the name of the field in the query.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property DataField As String
Get
Set
'用途
Dim instance As Field
Dim value As String
value = instance.DataField
instance.DataField = value
public string DataField { get; set; }
public:
property String^ DataField {
String^ get ();
void set (String^ value);
}
member DataField : string with get, set
function get DataField () : String
function set DataField (value : String)
屬性值
型別:System.String
The name of the field in the query.