Ejemplo n.º 1
0
        public string GetReportXml(string Cube, string InReportXml)
        {
            GetReportXmlDelegate commandDelegate = new GetReportXmlDelegate(_xmlCst.GetReportXml);

            return((string)ExecXmlCstCommand(commandDelegate, new object[] { Server, Database, Cube, InReportXml }));
        }
Ejemplo n.º 2
0
 public string GetReportXml(string Cube, string InReportXml)
 {
     GetReportXmlDelegate commandDelegate = new GetReportXmlDelegate(_xmlCst.GetReportXml);
     return (string)ExecXmlCstCommand(commandDelegate, new object[] { Server, Database, Cube, InReportXml });
 }