[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.DrillthroughParameter

DrillthroughParameter Struct

Represents a parameter for a drillthrough action.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct DrillthroughParameter

Constructors

Name Description
DrillthroughParameter(string, object, bool)

Initializes a new instance of the DrillthroughParameter struct.

Properties

Name Description
Name

Gets the name of the parameter.

Omit

Gets a value indicating whether the parameter should be skipped.

Value

Gets the value of the parameter.

Extension Methods