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)