try
{
objData = res.Render(strFormat, DEFAULTDEVICEINFO, out
strExtension,
out strEncoding, out strMimeType, out
objWarnings, out strStreamIds);
execInfo = res.GetExecutionInfo();
string strExecutionDetails = String.Format("Execution
date and time: {0}",
execInfo.ExecutionDateTime);
}
catch (SoapException e)
{
string strErrorDetails = e.Detail.OuterXml;
}
this gets the executioninfo for the report..
ExecutionDateTime is the datetime the snapshot was created.
more details here ...
http://msdn2.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsexecutionservice2005.executioninfo.executiondatetime.aspx [quoted text, click to view] EyalK wrote:
> How could I get the execution time of the report through the SOAP API
> for reporting services?
>
> Any Ideas? is it possible?
>
> Thanks,
> Eyal
try
{
objData = res.Render(strFormat, DEFAULTDEVICEINFO, out
strExtension,
out strEncoding, out strMimeType, out
objWarnings, out strStreamIds);
execInfo = res.GetExecutionInfo();
string strExecutionDetails = String.Format("Execution
date and time: {0}",
execInfo.ExecutionDateTime);
}
catch (SoapException e)
{
string strErrorDetails = e.Detail.OuterXml;
}
this gets the executioninfo for the report..
ExecutionDateTime is the datetime the snapshot was created.
more details here ...
http://msdn2.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsexecutionservice2005.executioninfo.executiondatetime.aspx [quoted text, click to view] EyalK wrote:
> How could I get the execution time of the report through the SOAP API
> for reporting services?
>
> Any Ideas? is it possible?
>
> Thanks,
> Eyal
try
{
objData = res.Render(strFormat, DEFAULTDEVICEINFO, out
strExtension,
out strEncoding, out strMimeType, out
objWarnings, out strStreamIds);
execInfo = res.GetExecutionInfo();
string strExecutionDetails = String.Format("Execution
date and time: {0}",
execInfo.ExecutionDateTime);
}
catch (SoapException e)
{
string strErrorDetails = e.Detail.OuterXml;
}
this gets the executioninfo for the report..
ExecutionDateTime is the datetime the snapshot was created.
more details here ...
http://msdn2.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsexecutionservice2005.executioninfo.executiondatetime.aspx [quoted text, click to view] EyalK wrote:
> How could I get the execution time of the report through the SOAP API
> for reporting services?
>
> Any Ideas? is it possible?
>
> Thanks,
> Eyal
Don't see what you're looking for? Try a search.