BReportingService - esempi Legacy
Imports BArts.BReports
Dim service As New BReportingService(eReportVersion.SQL2012, reportServer, ssl:=True) With {
.ReportFolder = "/Gestionale",
.Username = username,
.Password = password,
.Domain = domain
}
Dim report As New BReport("Fattura", "fattura.pdf")
Dim contenuto As Byte() = service.RenderToByteArray(report)
Verificare nella scheda gli enumerativi reali disponibili per la versione di Reporting Services usata dal progetto.
