Report.DataTransform Property

Definition

Gets or sets the location to a transformation to apply to a report data rendering.

public:
 property System::String ^ DataTransform { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
public string DataTransform { get; set; }
[<System.ComponentModel.DefaultValue("")>]
member this.DataTransform : string with get, set
Public Property DataTransform As String

Property Value

The location to a transformation to apply to a report data rendering.

Attributes

Applies to