'Declaration Public Property Author As String
public string Author {get; set;}
Report report = new Report(); report.Author = "Your Author";
Report Class Report Members