マップの多角形レイヤー、マップのポイント レイヤー、またはマップの線レイヤーに関連付けられているデータ領域にバインドするために使用するレイヤーの空間要素のフィールド名を表します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property FieldName As ReportExpression
Get
Set
'使用
Dim instance As MapBindingFieldPair
Dim value As ReportExpression
value = instance.FieldName
instance.FieldName = value
public ReportExpression FieldName { get; set; }
public:
property ReportExpression FieldName {
ReportExpression get ();
void set (ReportExpression value);
}
member FieldName : ReportExpression with get, set
function get FieldName () : ReportExpression
function set FieldName (value : ReportExpression)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。