DocumentMapLabelLocID 속성
The unique identifier for the DocumentMapLabel property.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property DocumentMapLabelLocID As String
Get
Set
‘사용 방법
Dim instance As Group
Dim value As String
value = instance.DocumentMapLabelLocID
instance.DocumentMapLabelLocID = value
public string DocumentMapLabelLocID { get; set; }
public:
property String^ DocumentMapLabelLocID {
String^ get ();
void set (String^ value);
}
member DocumentMapLabelLocID : string with get, set
function get DocumentMapLabelLocID () : String
function set DocumentMapLabelLocID (value : String)