Freigeben über


DataElementLabel-Eigenschaft

Gets or sets the label for the spatial element template to use for a data element or attribute.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property DataElementLabel As ReportExpression
    Get
    Set
'Usage
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)