fyiReporting.RdlDesign.RdlDesigner.OpenFile C# (CSharp) Method

OpenFile() public method

public OpenFile ( Uri filePath ) : void
filePath System.Uri
return void
        public void OpenFile(Uri filePath)
        {
            CreateMDIChild(filePath, null, false);
            RecentFilesMenu();
        }

Same methods

RdlDesigner::OpenFile ( Uri filePath, string connectionString ) : void
RdlDesigner::OpenFile ( string filePath ) : void
RdlDesigner::OpenFile ( string filePath, string connectionString ) : void
RdlDesigner