Ejemplo n.º 1
0
 public PublishingVersioning(IConfiguration configuration, PublishingContextBase publishingContext)
 {
     this.m_configuration     = configuration;
     this.m_publishingContext = publishingContext;
     this.m_configVersion     = ReportProcessingCompatibilityVersion.GetCompatibilityVersion(this.m_configuration);
 }
Ejemplo n.º 2
0
        public AspNetCore.ReportingServices.RdlExpressions.ExpressionParser.ExpressionContext CreateExpressionContext(AspNetCore.ReportingServices.RdlExpressions.ExpressionParser.ExpressionType expressionType, DataType constantType, string propertyName, string dataSetName, PublishingContextBase publishingContext)
        {
            string propertyName2 = (!string.IsNullOrEmpty(propertyName)) ? ((!string.IsNullOrEmpty(this.m_prefixPropertyName)) ? (this.m_prefixPropertyName + propertyName) : propertyName) : this.m_prefixPropertyName;

            return(new AspNetCore.ReportingServices.RdlExpressions.ExpressionParser.ExpressionContext(expressionType, constantType, this.m_location, this.m_objectType, this.m_objectName, propertyName2, dataSetName, this.m_maxExpressionLength, publishingContext));
        }