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