/GTameReport/Samples/ExampleProject/disassembler/GTameReport.CS/Full/Rdl/PageHeaderFooterType.cs
# · C# · 75 lines · 65 code · 10 blank · 0 comment · 0 complexity · a4bb93389e20d124ed8e4ce2d0fd1f34 MD5 · raw file
- using System.CodeDom.Compiler;
- using System.ComponentModel;
- using System.Diagnostics;
- using System.Xml;
- using System.Xml.Serialization;
-
- namespace Rdl
- {
-
- [System.Serializable]
- [System.Diagnostics.DebuggerStepThrough]
- [System.CodeDom.Compiler.GeneratedCode("xsd", "2.0.50727.42")]
- [System.ComponentModel.DesignerCategory("code")]
- [System.Xml.Serialization.XmlType(Namespace = "http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition")]
- public class PageHeaderFooterType
- {
-
- private System.Xml.XmlAttribute[] anyAttrField;
- private Rdl.ItemsChoiceType34[] itemsElementNameField;
- private object[] itemsField;
-
- [System.Xml.Serialization.XmlAnyAttribute]
- public System.Xml.XmlAttribute[] AnyAttr
- {
- get
- {
- return anyAttrField;
- }
- set
- {
- anyAttrField = value;
- }
- }
-
- [System.Xml.Serialization.XmlElement("ReportItems", typeof(Rdl.ReportItemsType))]
- [System.Xml.Serialization.XmlElement("Height", typeof(System.String), DataType = "normalizedString")]
- [System.Xml.Serialization.XmlAnyElement]
- [System.Xml.Serialization.XmlElement("Style", typeof(Rdl.StyleType))]
- [System.Xml.Serialization.XmlChoiceIdentifier("ItemsElementName")]
- [System.Xml.Serialization.XmlElement("PrintOnFirstPage", typeof(System.Boolean))]
- [System.Xml.Serialization.XmlElement("PrintOnLastPage", typeof(System.Boolean))]
- public object[] Items
- {
- get
- {
- return itemsField;
- }
- set
- {
- itemsField = value;
- }
- }
-
- [System.Xml.Serialization.XmlIgnore]
- [System.Xml.Serialization.XmlElement("ItemsElementName")]
- public Rdl.ItemsChoiceType34[] ItemsElementName
- {
- get
- {
- return itemsElementNameField;
- }
- set
- {
- itemsElementNameField = value;
- }
- }
-
- public PageHeaderFooterType()
- {
- }
-
- } // class PageHeaderFooterType
-
- }