Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the dataset from which spatial data is extracted.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DataSetName As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace