Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / DataTransform Property

In This Topic
    DataTransform Property
    In This Topic
    Gets or sets the location to a transformation to apply to a report data rendering. This can be a full folder path (for example, “/xsl/xfrm.xsl”) or relative path (for example “xfrm.xsl”). Relative paths start in the same folder as the report.
    Syntax
    'Declaration
     
    Public Property DataTransform As String
    public string DataTransform {get; set;}
    See Also