Report.BeginReportDocument Method
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