다음을 통해 공유


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.

참고 항목

참조

MapSpatialElementTemplate 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스