共用方式為


DataTransform 屬性

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

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property DataTransform As String
    Get
'用途
Dim instance As Report
Dim value As String

value = instance.DataTransform
public string DataTransform { get; }
public:
property String^ DataTransform {
    String^ get ();
}
member DataTransform : string
function get DataTransform () : String

屬性值

型別:System. . :: . .String
A string value 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 a relative path (for example, “xfrm.xsl”).