コード例 #1
0
        internal static Declaration GetDeclaration()
        {
            List <MemberInfo> list = new List <MemberInfo>();

            list.Add(new MemberInfo(MemberName.ParameterCellColumnIndex, Token.Int32, Lifetime.AddedIn(300)));
            list.Add(new MemberInfo(MemberName.ParameterCellRowIndex, Token.Int32, Lifetime.AddedIn(300)));
            list.Add(new MemberInfo(MemberName.ParameterName, Token.String, Lifetime.AddedIn(300)));
            return(new Declaration(Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ParameterGridLayoutCellDefinition, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.None, list));
        }
コード例 #2
0
 public static Declaration GetDeclaration()
 {
     if (m_declaration == null)
     {
         List <MemberInfo> list = new List <MemberInfo>();
         list.Add(new MemberInfo(MemberName.FieldIndex, Token.Int32, Lifetime.AddedIn(200)));
         return(new Declaration(Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ScopedFieldInfo, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.None, list));
     }
     return(m_declaration);
 }
コード例 #3
0
        public static Declaration GetDeclaration()
        {
            List <MemberInfo> list = new List <MemberInfo>();

            list.Add(new MemberInfo(MemberName.SortExpressions, AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.SortDirections, AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.PrimitiveList, Token.Boolean));
            list.Add(new MemberInfo(MemberName.NaturalSortFlags, AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.PrimitiveList, Token.Boolean));
            list.Add(new MemberInfo(MemberName.NaturalSort, Token.Boolean));
            list.Add(new MemberInfo(MemberName.DeferredSortFlags, AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.PrimitiveList, Token.Boolean, Lifetime.AddedIn(100)));
            list.Add(new MemberInfo(MemberName.DeferredSort, Token.Boolean, Lifetime.AddedIn(100)));
            return(new Declaration(AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.Sorting, AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.None, list));
        }
コード例 #4
0
        public static Declaration GetDeclaration()
        {
            List <MemberInfo> list = new List <MemberInfo>();

            list.Add(new MemberInfo(MemberName.IsExpression, Token.Boolean));
            list.Add(new MemberInfo(MemberName.StringValue, Token.String));
            list.Add(new MemberInfo(MemberName.BoolValue, Token.Boolean));
            list.Add(new MemberInfo(MemberName.IntValue, Token.Int32));
            list.Add(new MemberInfo(MemberName.FloatValue, Token.Double, Lifetime.AddedIn(200)));
            list.Add(new MemberInfo(MemberName.ValueType, Token.Enum, Lifetime.AddedIn(200)));
            return(new Declaration(AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.AttributeInfo, AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.None, list));
        }
コード例 #5
0
ファイル: Image.cs プロジェクト: zatuliveter/reportviewercore
        internal new static Declaration GetDeclaration()
        {
            List <MemberInfo> list = new List <MemberInfo>();

            list.Add(new MemberInfo(MemberName.Source, Token.Enum));
            list.Add(new MemberInfo(MemberName.Value, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.MIMEType, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.Sizing, Token.Enum));
            list.Add(new MemberInfo(MemberName.Action, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.Action));
            list.Add(new MemberInfo(MemberName.Tag, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo, Lifetime.Spanning(100, 200)));
            list.Add(new MemberInfo(MemberName.Tags, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo, Lifetime.AddedIn(200)));
            list.Add(new MemberInfo(MemberName.EmbeddingMode, Token.Enum, Lifetime.AddedIn(200)));
            return(new Declaration(Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.Image, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ReportItem, list));
        }
コード例 #6
0
 public new static Declaration GetDeclaration()
 {
     if (m_Declaration == null)
     {
         List <MemberInfo> list = new List <MemberInfo>();
         list.Add(new MemberInfo(MemberName.Page, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.Page));
         list.Add(new MemberInfo(MemberName.ReportItems, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ReportItemCollection));
         list.Add(new MemberInfo(MemberName.TextboxesInScope, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.PrimitiveTypedArray, Token.Byte));
         list.Add(new MemberInfo(MemberName.VariablesInScope, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.PrimitiveTypedArray, Token.Byte));
         list.Add(new ReadOnlyMemberInfo(MemberName.NeedsTotalPages, Token.Boolean));
         list.Add(new MemberInfo(MemberName.NeedsOverallTotalPages, Token.Boolean));
         list.Add(new MemberInfo(MemberName.NeedsReportItemsOnPage, Token.Boolean));
         list.Add(new MemberInfo(MemberName.InScopeTextBoxes, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Token.Reference, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.TextBox));
         list.Add(new MemberInfo(MemberName.NeedsPageBreakTotalPages, Token.Boolean));
         list.Add(new MemberInfo(MemberName.LayoutDirection, Token.Boolean, Lifetime.AddedIn(200)));
         return(new Declaration(Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ReportSection, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.IDOwner, list));
     }
     return(m_Declaration);
 }
コード例 #7
0
        internal static Declaration GetDeclaration()
        {
            List <MemberInfo> list = new List <MemberInfo>();

            list.Add(new MemberInfo(MemberName.DataSetName, Token.String));
            list.Add(new MemberInfo(MemberName.Key, Token.String, Lifetime.RemovedIn(200)));
            list.Add(new MemberInfo(MemberName.Label, Token.String));
            list.Add(new MemberInfo(MemberName.KeyFields, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.PrimitiveList, Token.String, Lifetime.AddedIn(200)));
            return(new Declaration(Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.LabelData, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.None, list));
        }
コード例 #8
0
        internal new static Declaration GetDeclaration()
        {
            List <MemberInfo> list = new List <MemberInfo>();

            list.Add(new MemberInfo(MemberName.CategoryMembers, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartMember));
            list.Add(new MemberInfo(MemberName.SeriesMembers, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartMember));
            list.Add(new MemberInfo(MemberName.ChartSeriesCollection, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartSeries));
            list.Add(new MemberInfo(MemberName.ChartDerivedSeriesCollection, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartDerivedSeries));
            list.Add(new MemberInfo(MemberName.Palette, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.ChartAreas, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartArea));
            list.Add(new MemberInfo(MemberName.ChartLegends, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartLegend));
            list.Add(new MemberInfo(MemberName.Titles, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartTitle));
            list.Add(new MemberInfo(MemberName.CodeParameters, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.DataValue));
            list.Add(new MemberInfo(MemberName.CustomPaletteColors, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartCustomPaletteColor));
            list.Add(new MemberInfo(MemberName.BorderSkin, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartBorderSkin));
            list.Add(new MemberInfo(MemberName.NoDataMessage, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartNoDataMessage));
            list.Add(new MemberInfo(MemberName.DynamicHeight, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.DynamicWidth, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.DataValueSequenceRendering, Token.Boolean));
            list.Add(new MemberInfo(MemberName.PaletteHatchBehavior, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.ColumnGroupingIsSwitched, Token.Boolean));
            list.Add(new MemberInfo(MemberName.EnableCategoryDrilldown, Token.Boolean, Lifetime.AddedIn(200)));
            return(new Declaration(Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.Chart, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.DataRegion, list));
        }
コード例 #9
0
        internal static Declaration GetDeclaration()
        {
            List <MemberInfo> list = new List <MemberInfo>();

            list.Add(new MemberInfo(MemberName.X, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.Y, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.Size, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.High, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.Low, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.Start, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.End, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.Mean, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.Median, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.ChartDataPoint, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartDataPoint, Token.Reference));
            list.Add(new MemberInfo(MemberName.Chart, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.Chart, Token.Reference));
            list.Add(new MemberInfo(MemberName.HighlightX, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.HighlightY, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.HighlightSize, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo));
            list.Add(new MemberInfo(MemberName.FormatX, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo, Lifetime.AddedIn(200)));
            list.Add(new MemberInfo(MemberName.FormatY, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo, Lifetime.AddedIn(200)));
            list.Add(new MemberInfo(MemberName.FormatSize, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo, Lifetime.AddedIn(200)));
            list.Add(new MemberInfo(MemberName.CurrencyLanguageX, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo, Lifetime.AddedIn(200)));
            list.Add(new MemberInfo(MemberName.CurrencyLanguageY, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo, Lifetime.AddedIn(200)));
            list.Add(new MemberInfo(MemberName.CurrencyLanguageSize, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ExpressionInfo, Lifetime.AddedIn(200)));
            return(new Declaration(Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ChartDataPointValues, Microsoft.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.None, list));
        }
コード例 #10
0
        public static Declaration GetDeclaration()
        {
            List <MemberInfo> list = new List <MemberInfo>();

            list.Add(new MemberInfo(MemberName.ParametersLayoutNumberOfColumns, Token.Int32, Lifetime.AddedIn(300)));
            list.Add(new MemberInfo(MemberName.ParametersLayoutNumberOfRows, Token.Int32, Lifetime.AddedIn(300)));
            list.Add(new MemberInfo(MemberName.ParametersLayoutCellDefinitions, AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.RIFObjectList, AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ParameterGridLayoutCellDefinition, Lifetime.AddedIn(300)));
            return(new Declaration(AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.ParametersLayout, AspNetCore.ReportingServices.ReportIntermediateFormat.Persistence.ObjectType.None, list));
        }