ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / CreateDocumentOptions Class / Name Property

In This Topic
    Name Property (CreateDocumentOptions)
    In This Topic
    Name of the document. If not specified default 'Untitled' name will be used.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also