clBIGenerator.CreateExcelReportFileFromDataSource Method

Public Function CreateExcelReportFileFromDataSource( _ 
ByVal fullPathToReport As String, _ 
ByVal fullPathToDataSource As String, _ 
ByVal exportResultToFile As String
) As String
This language is not supported or no code example is available.
public string CreateExcelReportFileFromDataSource( 
string fullPathToReport
string fullPathToDataSource
string exportResultToFile 
)
This language is not supported or no code example is available.
public:  
String^ CreateExcelReportFileFromDataSource( 
String^ fullPathToReport
String^ fullPathToDataSource
String^ exportResultToFile 
)
This language is not supported or no code example is available.
public function CreateExcelReportFileFromDataSource( 
fullPathToReport : String
fullPathToDataSource : String
exportResultToFile : String 
) : String;
This language is not supported or no code example is available.

Parameters

fullPathToReport
string

fullPathToDataSource
string

exportResultToFile
string

Return Value

string

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition