共用方式為


Report.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”).

請參閱

參考

Report 類別

Microsoft.ReportingServices.ReportRendering 命名空間