B-Arts DocumentationIndice generale

BReportingService

Linea B-Arts classica: questa scheda descrive BNetFramework (.NET Framework 4.8). Non usare firme o namespace come se appartenessero al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BNetFramework.

  • Target: .NET Framework 4.8.

  • Namespace CLR: BArts.BReports.

  • Nome completo: BArts.BReports.BReportingService.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Client B-Arts per distribuzione, rendering ed esportazione di report SSRS/RDLC.

Dichiarazione

Public Class BReportingService

Tipi annidati pubblici

Costruttori

Nome Dichiarazione
New Public Sub New(Ver As eReportVersion, Server As String, Optional SSL As Boolean = False)

Proprietà

Nome Dichiarazione
Version Public Property Version As eReportVersion
Server Public Property Server As String
SSL Public Property SSL As Boolean
Username Public Property Username As String
Password Public Property Password As String
Domain Public Property Domain As String
ReportFolder Public Property ReportFolder As String
DBReport_Server Public Property DBReport_Server As String
DBReport_DB Public Property DBReport_DB As String
DBReport_Username Public Property DBReport_Username As String
DBReport_Password Public Property DBReport_Password As String
Logs Public Property Logs As List(Of String)

Metodi

Nome Dichiarazione
ExitItem Public Function ExitItem(ByVal Item As String, Optional StartFolder As String = "") As eExistItem
CreateReportFolder Public Function CreateReportFolder() As Boolean
CreateDataSource Public Function CreateDataSource() As Boolean
GetServerUri Public Function GetServerUri() As System.Uri
RenderInBImage Public Function RenderInBImage(Report As BReport, ByRef BImg As BImage, Optional UseDefaultCredential As Boolean = False) As Boolean
Render Public Function Render(Report As BReport, p As Page, Optional ByRef CtlLiteral As WebControls.Literal = Nothing, Optional UseDefaultCredential As Boolean = False) As Boolean
RenderToByteArray Public Function RenderToByteArray(Report As BReport, Optional UseDefaultCredential As Boolean = False) As Byte()
ClearLog Public Sub ClearLog()
GetTextLog Public Function GetTextLog() As String

Sorgenti verificati

  • Reports\BReportingService.vb