Report.DataTransform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the location to a transformation to apply to a report data rendering. This can be a full folder path (e.g. “/xsl/xfrm.xsl”) or relative path (e.g. “xfrm.xsl”).
public:
property System::String ^ DataTransform { System::String ^ get(); };
public string DataTransform { get; }
member this.DataTransform : string
Public ReadOnly Property DataTransform As String
Property Value
A string
value.