[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]private void InitClass()
		{
			this.DataSetName = "DSFilters";
			this.Prefix = "";
			this.Namespace = "http://tempuri.org/Reporting.xsd";
			this.EnforceConstraints = true;
			this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
			this.tableSPFilterTable = new SPFilterTableDataTable();
			base.Tables.Add(this.tableSPFilterTable);
		}
			[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]internal SPFilterTableRow(global::System.Data.DataRowBuilder rb) : base(rb)
			{
				this.tableSPFilterTable = (SPFilterTableDataTable) this.Table;
			}
		[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]internal void InitVars(bool initTable)
		{
			this.tableSPFilterTable = (SPFilterTableDataTable) (base.Tables["SPFilterTable"]);
			if (initTable == true)
			{
				if (this.tableSPFilterTable != null)
				{
					this.tableSPFilterTable.InitVars();
				}
			}
		}