Report.DataTransform 属性
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”).
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: 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.