Construtor ReportParameter
Incluir membros protegidos
Incluir membros herdados
Instantiates a new ReportParameter.
Esse membro está sobrecarregado. Para informação completa sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecargas.
Lista de sobrecargas
Nome | Descrição | |
---|---|---|
ReportParameter() | Instantiates a new ReportParameter. | |
ReportParameter(String) | Instantiates a new ReportParameter with a name. | |
ReportParameter(String, String) | Instantiates a new ReportParameter with a name and a value. | |
ReportParameter(String, array<String[]) | Instantiates a new multivalued ReportParameter with a name. | |
ReportParameter(String, String, Boolean) | Instantiates a new ReportParameter with a name, a value, and a visibility flag. | |
ReportParameter(String, array<String[], Boolean) | Instantiates a new ReportParameter with a name, multiple values, and a visibility flag. |
Superior