RecentDocument Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| RecentDocument() | |
| RecentDocument(String, String, String, String) |
RecentDocument()
public:
RecentDocument();
public RecentDocument ();
Public Sub New ()
Применяется к
RecentDocument(String, String, String, String)
public:
RecentDocument(System::String ^ server, System::String ^ documentPath, System::String ^ documentName, System::String ^ documentDescription);
public RecentDocument (string server, string documentPath, string documentName, string documentDescription);
new Microsoft.ReportDesigner.RecentDocument : string * string * string * string -> Microsoft.ReportDesigner.RecentDocument
Public Sub New (server As String, documentPath As String, documentName As String, documentDescription As String)
Параметры
- server
- String
- documentPath
- String
- documentName
- String
- documentDescription
- String