Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / InitializeSSRSParametersDialogEventArgs Class / Parameters Property

In This Topic
    Parameters Property (InitializeSSRSParametersDialogEventArgs)
    In This Topic
    TBD: Gets a C1.Win.C1Document.ParameterCollection collection, shortcut for the C1.Win.C1Document.C1DocumentSource.Parameters property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As ParameterCollection
    public ParameterCollection Parameters {get;}
    See Also