Returns a description of the required pre data.
Read-only property
[Visual Basic .NET] |
---|
Public Property PreDataDescription() As String |
[C#] |
---|
public string PreDataDescription {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_PreDataDescription(); |
[Unmanaged C++] |
---|
public: HRESULT get_PreDataDescription( BSTR * pVal ); |
[Java] |
---|
public String getPreDataDescription(); |
For information on the format of the PreData property refer to the data provider documentation for the specific data provider you are trying to use. Look for the "Pre-data required:" section for the format information. Additional format information can be found at Report Additional Data.