LinkToChild 속성
The name of a report item contained directly within this rectangle that is the target location for the Document Map label (if any).
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property LinkToChild As String
Get
Set
‘사용 방법
Dim instance As Rectangle
Dim value As String
value = instance.LinkToChild
instance.LinkToChild = value
public string LinkToChild { get; set; }
public:
property String^ LinkToChild {
String^ get ();
void set (String^ value);
}
member LinkToChild : string with get, set
function get LinkToChild () : String
function set LinkToChild (value : String)
속성 값
유형: System. . :: . .String
A string value.