com.crystaldecisions.sdk.plugin.desktop.common
Interface IViewingServerGroupInfo

All Known Subinterfaces:
IReport, IReportBase, IReportProcessingInfo, IWebi, IWebiBase, IWebiProcessingInfo

public interface IViewingServerGroupInfo


Method Summary
 int getViewingServerGroup()
          Get the ID of the server group for viewing the report.
 int getViewingServerGroupChoice()
          Get how to choose the server group for viewing the report.
 void setViewingServerGroup(int groupID)
          Set the ID of the server group for viewing the report.
 void setViewingServerGroupChoice(int mode)
          Set how to choose the server group for viewing the report.
 

Method Detail

getViewingServerGroupChoice

int getViewingServerGroupChoice()
                                throws SDKException

Get how to choose the server group for viewing the report.

Returns:
An int indicating how to choose the server group for viewing the report.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setViewingServerGroupChoice

void setViewingServerGroupChoice(int mode)

Set how to choose the server group for viewing the report.

Parameters:
mode - An int indicating how to choose the server group for viewing the report.

getViewingServerGroup

int getViewingServerGroup()
                          throws SDKException

Get the ID of the server group for viewing the report.

Returns:
An int indicating the ID of the server group for viewing the report.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setViewingServerGroup

void setViewingServerGroup(int groupID)

Set the ID of the server group for viewing the report.

Parameters:
groupID - An int indicating the ID of the server group for viewing the report.