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 or sets the name of the dataset from which spatial data is extracted.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataSetName As ReportExpression
Get
Set
'Usage
Dim instance As MapSpatialDataSet
Dim value As ReportExpression
value = instance.DataSetName
instance.DataSetName = value
public ReportExpression DataSetName { get; set; }
public:
property ReportExpression DataSetName {
ReportExpression get ();
void set (ReportExpression value);
}
member DataSetName : ReportExpression with get, set
function get DataSetName () : ReportExpression
function set DataSetName (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.