ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / UpdateDocumentOptions Class / Platform Property

In This Topic
    Platform Property
    In This Topic
    Gets or sets the platform type of the document.
    Syntax
    'Declaration
     
    Public Property Platform As Nullable(Of PlatformType)
    public Nullable<PlatformType> Platform {get; set;}

    Property Value

    The platform type of the document as a nullable PlatformType.
    See Also