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