Generate a file node

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

Public Shared Sub GenerateFileInfo( _ 
ByVal doc As XmlDocument, _ 
ByVal file_node As XmlElement, _ 
ByVal file_info As FileInfo, _ 
ByVal report_parameters As ReportParameters
)
This language is not supported or no code example is available.
public static void GenerateFileInfo( 
XmlDocument doc
XmlElement file_node
FileInfo file_info
ReportParameters report_parameters 
)
This language is not supported or no code example is available.
public:  
static void GenerateFileInfo( 
XmlDocument^ doc
XmlElement^ file_node
FileInfo^ file_info
ReportParameters^ report_parameters 
)
This language is not supported or no code example is available.
public static function GenerateFileInfo( 
doc : XmlDocument
file_node : XmlElement
file_info : FileInfo
report_parameters : ReportParameters 
);
This language is not supported or no code example is available.

Parameters

doc
Type: XmlDocument

file_node
Type: XmlElement

file_info
Type: FileInfo

<default>

report_parameters
Type: ReportParameters

.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