ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / DrillthroughParameter Structure / DrillthroughParameter Constructor
parameter name
parameter value
value that indicates whether the paramater should be skipped

In This Topic
    DrillthroughParameter Constructor
    In This Topic
    Creates new parameter.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal value As Object, _
       ByVal omit As Boolean _
    )
    public DrillthroughParameter( 
       string name,
       object value,
       bool omit
    )

    Parameters

    name
    parameter name
    value
    parameter value
    omit
    value that indicates whether the paramater should be skipped
    See Also