Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.