IAsyncRpt2::get_BizDeskDocPath, put_BizDeskDocPath Property[C++]

The BizDeskDocPath property is a write-only string containing the URL to the default ASP page in the directory containing the report help files.

Definition

[C++]

Put method:

HRESULT IAsyncRpt::put_BizDeskDocPath(
BSTR rhs);

[Visual Basic]

Property BizDeskDocPath As String

Parameters

rhs[C++]

[in, optional] String containing the URL to the new default ASP page.
[out, retval] String returning the URL to the current default ASP page.

None. [Visual Basic]

[C++]

Return Values

These methods return an HRESULT indicating whether they completed successfully. See the Error Values section for more details.

Error Values

[C++] These methods return S_OK (0x00000000) to indicate success and standard COM HRESULT error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object, which can be accessed using the API function GetErrorInfo. In particular, the GetDescription method of the IErrorInfo interface may return a text description of the error.

[Visual Basic] This property sets the Number property of the global Err object to S_OK (&H00000000) to indicate success and to standard COM error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object. In particular, the Description property may contain a text description of the error.

Copyright © 2005 Microsoft Corporation.
All rights reserved.