'宣言 Public Property OutlineText As System.String
'使用法 Dim instance As C1DataBinding Dim value As System.String instance.OutlineText = value value = instance.OutlineText
public System.string OutlineText {get; set;}
For instance, if a render object is data bound to a data source that contains a field "CustomerName", setting this property to "Customer: [Fields!CustomerName.Value]"
will generate an outline node similar to "Customer: John Doe"
for each generated instance of the render object.
'宣言 Public Property OutlineText As System.String
'使用法 Dim instance As C1DataBinding Dim value As System.String instance.OutlineText = value value = instance.OutlineText
public System.string OutlineText {get; set;}