MapSpatialElementTemplate.DataElementLabel 屬性
Gets or sets the label for the spatial element template to use for a data element or attribute.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property DataElementLabel As ReportExpression
Get
Set
'用途
Dim instance As MapSpatialElementTemplate
Dim value As ReportExpression
value = instance.DataElementLabel
instance.DataElementLabel = value
public ReportExpression DataElementLabel { get; set; }
public:
property ReportExpression DataElementLabel {
ReportExpression get ();
void set (ReportExpression value);
}
member DataElementLabel : ReportExpression with get, set
function get DataElementLabel () : ReportExpression
function set DataElementLabel (value : ReportExpression)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.