'Declaration Public Function GetReportParameters( _ ByVal Report As String, _ ByVal HistoryID As String, _ ByVal ForRendering As Boolean, _ ByVal Values() As ParameterValue, _ ByVal Credentials() As DataSourceCredentials, _ ByRef Parameters() As ReportParameter _ ) As ServerInfoHeader
public ServerInfoHeader GetReportParameters( string Report, string HistoryID, bool ForRendering, ParameterValue[] Values, DataSourceCredentials[] Credentials, out ReportParameter[] Parameters )
Parameters
- Report
- HistoryID
- ForRendering
- Values
- Credentials
- Parameters