Свойство 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”).
См. также