MapFieldNames 屬性
Gets or sets a collection of names for the fields to be imported from the dataset.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property MapFieldNames As IList(Of ReportExpression)
Get
Set
'用途
Dim instance As MapSpatialDataSet
Dim value As IList(Of ReportExpression)
value = instance.MapFieldNames
instance.MapFieldNames = value
public IList<ReportExpression> MapFieldNames { get; set; }
public:
property IList<ReportExpression>^ MapFieldNames {
IList<ReportExpression>^ get ();
void set (IList<ReportExpression>^ value);
}
member MapFieldNames : IList<ReportExpression> with get, set
function get MapFieldNames () : IList<ReportExpression>
function set MapFieldNames (value : IList<ReportExpression>)
屬性值
型別:System.Collections.Generic. . :: . .IList< (Of < ( <'ReportExpression> ) > ) >
An IList<(Of <(<'T>)>)> object.