ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportSlicerState Class / ReportSlicerState Constructor

In This Topic
    ReportSlicerState Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal value As Object _
    )
    public ReportSlicerState( 
       string name,
       object value
    )

    Parameters

    name
    value
    See Also