Del via


DataSetInfo.ObjectDataSourceSelectMethod Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ObjectDataSourceSelectMethod As String
    Get
    Set
'Usage
Dim instance As DataSetInfo
Dim value As String

value = instance.ObjectDataSourceSelectMethod

instance.ObjectDataSourceSelectMethod = value
public string ObjectDataSourceSelectMethod { get; set; }
public:
property String^ ObjectDataSourceSelectMethod {
    String^ get ();
    void set (String^ value);
}
member ObjectDataSourceSelectMethod : string with get, set
function get ObjectDataSourceSelectMethod () : String
function set ObjectDataSourceSelectMethod (value : String)

Property Value

Type: System.String
A string value.