public string GetReportSchemaXml(string Cube, string OpenNodesXml)
        {
            GetReportSchemaXmlDelegate commandDelegate = new GetReportSchemaXmlDelegate(_adomd.GetReportSchemaXml);

            return((string)ExecXmlCstCommand(commandDelegate, new object[] { Server, Database, Cube, OpenNodesXml }));
        }
 public string GetReportSchemaXml(string Cube, string OpenNodesXml)
 {
     GetReportSchemaXmlDelegate commandDelegate = new GetReportSchemaXmlDelegate(_xmlCst.GetReportSchemaXml);
     return (string)ExecXmlCstCommand(commandDelegate, new object[] { Server, Database, Cube, OpenNodesXml });
 }