Hola buenas tardes tengo el siguiente problema al tratar de incorporar un objeto a un RDLC anteriormente no me surgían errores, pero ahora al momento de tratar incorporarlo me aparece lo siguiente:

Anexo el código que utilizo para los objetos
Código: text

Anexo el código que utilizo para los objetos
public class CDEstadoCuentaAhorro
{
public static string NombreSocio { get; set; }
public static int NoSocio { get; set; }
public static string Direccion { get; set; }
public static string Localidad { get; set; }
public static string FechaApartura { get; set; }
public static string NumeroCuenta { get; set; }
public static string TasaInteres { get; set; }
public static string Estado { get; set; }
public static double SaldoAlDia { get; set; }
public static string Colonia { get; set; }
}