Begin a report document

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Shared Function BeginReportDocument( _ 
ByVal doc As XmlDocument, _ 
ByVal rep_params As ReportParameters, _ 
ByVal server_name As String
) As XmlElement
This language is not supported or no code example is available.
public static XmlElement BeginReportDocument( 
XmlDocument doc
ReportParameters rep_params
string server_name 
)
This language is not supported or no code example is available.
public:  
static XmlElement^ BeginReportDocument( 
XmlDocument^ doc
ReportParameters^ rep_params
String^ server_name 
)
This language is not supported or no code example is available.
public static function BeginReportDocument( 
doc : XmlDocument
rep_params : ReportParameters
server_name : String 
) : XmlElement;
This language is not supported or no code example is available.

Parameters

doc
Type: XmlDocument

<default>

rep_params
Type: ReportParameters

<default>

server_name
Type: string

Return Value

Type: XmlElement

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1