다음을 통해 공유


Label 속성

Gets the label text for the spatial elements to which the spatial element template is applied.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property Label As ReportStringProperty
    Get
‘사용 방법
Dim instance As MapSpatialElementTemplate
Dim value As ReportStringProperty

value = instance.Label
public ReportStringProperty Label { get; }
public:
property ReportStringProperty^ Label {
    ReportStringProperty^ get ();
}
member Label : ReportStringProperty
function get Label () : ReportStringProperty