ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / RequestInit Class / Headers Property

In This Topic
    Headers Property (RequestInit)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Headers As Dictionary(Of String,String)
    public Dictionary<string,string> Headers {get; set;}
    See Also