Reporting.dll 1.0.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package Reporting.dll --version 1.0.12
NuGet\Install-Package Reporting.dll -Version 1.0.12
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Reporting.dll" Version="1.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Reporting.dll --version 1.0.12
#r "nuget: Reporting.dll, 1.0.12"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Reporting.dll as a Cake Addin
#addin nuget:?package=Reporting.dll&version=1.0.12

// Install Reporting.dll as a Cake Tool
#tool nuget:?package=Reporting.dll&version=1.0.12

Reporting

Drop in reporting tool with sql query builder

Typical use:

  <asp:Button ID="btnToggleEditing" runat="server" OnClick="btnToggleEditing_Click" Text="Toggle report editing" />
		<br />
		<%@ Register assembly="Reporting" namespace="Reporting" tagprefix="DTI" %>
		<DTI:ReportSelector ID="ReportSelector1" runat="server"></DTI:ReportSelector>

Code behind:

	protected void btnToggleEditing_Click(object sender, EventArgs e)
	{
		Reporting.Report.isGlobalAdmin = !Reporting.Report.isGlobalAdmin;
		Response.Redirect("Reports.aspx");
	}
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.24 893 4/2/2019
1.0.23 549 4/2/2019
1.0.22 549 3/7/2019
1.0.21 543 2/21/2019
1.0.20 774 10/16/2018
1.0.19 725 10/16/2018
1.0.18 685 10/16/2018
1.0.17 935 5/23/2018
1.0.16 877 5/23/2018
1.0.15 923 3/15/2018
1.0.14 931 3/14/2018
1.0.13 966 2/8/2018
1.0.12 1,022 2/2/2018
1.0.10 1,039 2/1/2018
1.0.7 963 1/30/2018
1.0.5 923 12/19/2017
1.0.1 931 12/19/2017

Adding webactivator to add startup script