RecentDocument Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RecentDocument() | |
RecentDocument(String, String, String, String) |
RecentDocument()
public:
RecentDocument();
public RecentDocument ();
Public Sub New ()
Applies to
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)
Parameters
- server
- String
- documentPath
- String
- documentName
- String
- documentDescription
- String