ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSlicer Class / DefaultValue Property

In This Topic
    DefaultValue Property (ReportSlicer)
    In This Topic
    Gets or sets the default value to use for the slicer (if none is provided by the user).
    Syntax
    'Declaration
     
    Public Property DefaultValue As DefaultValue
    public DefaultValue DefaultValue {get; set;}

    Property Value

    A DefaultValue object used to supply the slicer.
    See Also