ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / SaveDocumentInfo Class / Id Property

In This Topic
    Id Property (SaveDocumentInfo)
    In This Topic
    If an existing report is to be overwritten on saving, the correct id should be specified explicitly.
    Syntax
    'Declaration
     
    Public Property Id As String
    public string Id {get; set;}
    See Also