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

All Superinterfaces:
IDynamicRecipientProfileValue

public interface IDynamicRecipientProfileValueMasterDoc
extends IDynamicRecipientProfileValue


Method Summary
 int getDocVariable()
           Returns the variable name, can be parameter, formula field for Crystal Report, or Variable for FullClient and Webi.
 void setDocVariable(int value)
           Sets the value of the variable, can be parameter, formula field for Crystal Report, or Variable for FullClient and Webi.
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IDynamicRecipientProfileValue
getObjectValue, getProperties, getValue, setValue
 

Method Detail

getDocVariable

int getDocVariable()
                   throws SDKException

Returns the variable name, can be parameter, formula field for Crystal Report, or Variable for FullClient and Webi.

Returns:
A String of the Variable
Throws:
SDKExcepton
SDKException

setDocVariable

void setDocVariable(int value)
                    throws SDKException

Sets the value of the variable, can be parameter, formula field for Crystal Report, or Variable for FullClient and Webi.

Parameters:
value - The variable name, e.g "Customer.Country".
Throws:
SDKExcepton
SDKException