clBIGenerator.CreateStimulsoftReportFileFromDataSource Method

Public Function CreateStimulsoftReportFileFromDataSource( _ 
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 CreateStimulsoftReportFileFromDataSource( 
string FullPathToReport
string FullPathToDataSource
string ExportResultToFile 
)
This language is not supported or no code example is available.
public:  
String^ CreateStimulsoftReportFileFromDataSource( 
String^ FullPathToReport
String^ FullPathToDataSource
String^ ExportResultToFile 
)
This language is not supported or no code example is available.
public function CreateStimulsoftReportFileFromDataSource( 
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