[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Drillthrough

Drillthrough Class

Represents an element that defines a Drillthrough action associated with an Action.

Inheritance
Drillthrough
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Drillthrough : IValidateable

Constructors

Name Description
Drillthrough()

Initializes a new instance of the Drillthrough class.

Properties

Name Description
Parameters
<p>Gets the parameters to pass to the drillthrough report.
ReportName
<p>Gets or sets a <xref href="System.String" data-throw-if-not-resolved="false"></xref> value representing the path of the drillthrough report.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the Drillthrough object.

Extension Methods