cancel
Showing results for 
Search instead for 
Did you mean: 

Sample code for multiple instance of deski report schedule

Former Member
0 Kudos

Hi All,

I am trying to schedule an XI 2.0 .rep document and have it refresh 4000 times based on different prompts and output it to 4000 different PDF file names.

I come to know that we can do it using SDK to schedule the report N number of times.Could you pls provide me sample code and steps to implement that code bacause i am new person for SDK.

Prabhat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello, Prabhat;

There is a Developer's Library on line for Business Objects Enterprise XI R2:

http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm

There are also samples for Visual Studio .NET and Java. You can choose which SDK you wish to use.

http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/BOE_SDK/sampleList.htm

For Visual Studio .NET look at The CSharp and VBNet How To Samples for:

"HowToScheduleFileFormatCSharp" or "HowToScheduleFileFormatVBNET"

Elaine

Former Member
0 Kudos

Hello, Prabhat;

My apologies! I missed the request specifically for Deski documents.

You will need to use the ReportEngine in that case. You will find it referenced in the Developr's Library as well. There are Samples:

http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/RE_SDK/sampleList.htm

And a .NET SDK section:

http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/RE_SDK/resdk_dotnet_doc/default.h...

We also have a WIKI with samples if you have access:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f04625b7-dc66-2b10-5eac-a4d3f0fd...

Elaine

Answers (0)