ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / DataTransform Property

In This Topic
    DataTransform Property (Report)
    In This Topic

    Gets or sets the name and location of the transformation file to apply to an exported report. This can be a full folder path (e.g. "/xsl/xfrm.xsl"), or a relative path (e.g. "xfrm.xsl").

    Syntax
    'Declaration
     
    Public Property DataTransform As String
    public string DataTransform {get; set;}

    Property Value

    A String indicating the name and location of a transformation file to apply to an exported report.

    See Also