LayoutEditor.OpenRdl Method
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
OpenRdl(Stream) | |
OpenRdl(String) |
OpenRdl(Stream)
public:
void OpenRdl(System::IO::Stream ^ stream);
public void OpenRdl (System.IO.Stream stream);
member this.OpenRdl : System.IO.Stream -> unit
Public Sub OpenRdl (stream As Stream)
Parameters
- stream
- Stream
Applies to
OpenRdl(String)
public:
void OpenRdl(System::String ^ fileName);
public void OpenRdl (string fileName);
member this.OpenRdl : string -> unit
Public Sub OpenRdl (fileName As String)
Parameters
- fileName
- String