| C1.C1Report.4 Assembly > C1.C1Preview Namespace > C1PrintDocument Class > AddAnchor Method : AddAnchor(String,String) Method |
This method is equivalent to AddAnchor(String,String,Object) with the last parameter (user data) specified as null value.
'Declaration Public Overloads Sub AddAnchor( _ ByVal name As System.String, _ ByVal description As System.String _ )
public void AddAnchor( System.string name, System.string description )