Método LocalReport.Render
Incluir membros protegidos
Incluir membros herdados
Processes the report and renders it in the specified format.
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 | |
---|---|---|
Render(String) | Processes the report and renders it in the specified format. (Herdado de Report.) | |
Render(String, String) | Processes the report and renders it in the specified format. (Herdado de Report.) | |
Render(String, String, CreateStreamCallback, array<Warning[]%) | Processes the report and renders it in the specified format using a stream provided by a callback function. | |
Render(String, String, PageCountMode, CreateStreamCallback, array<Warning[]%) | Processes the report with a specified page count mode and renders it in the specified format using a stream provided by a callback function. | |
Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%) | Processes the report and renders it in the specified format. (Herdado de Report.) | |
Render(String, String, PageCountMode, String%, String%, String%, array<String[]%, array<Warning[]%) | Processes the report with a specified page count mode and renders it in the specified format. (Substitui Report.Render(String, String, PageCountMode, String%, String%, String%, array<String[]%, array<Warning[]%).) |
Superior