MapSpatialDataSet.DataSetName 属性

Gets the name of the dataset from which spatial data is extracted.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property DataSetName As ReportStringProperty 
    Get
用法
Dim instance As MapSpatialDataSet 
Dim value As ReportStringProperty 

value = instance.DataSetName
public ReportStringProperty DataSetName { get; }
public:
property ReportStringProperty^ DataSetName {
    ReportStringProperty^ get ();
}
member DataSetName : ReportStringProperty
function get DataSetName () : ReportStringProperty

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

请参阅

参考

MapSpatialDataSet 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间