Report.BeginReportDocument Method

Begin a report document
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
XmlDocument

<default>

rep_params
ReportParameters

<default>

server_name
string

Return Value

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

In this article

Definition