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