Share via


DataSetReference Class

Represents a dataset that contains a list of valid parameter values or a default parameter.

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

Syntax

'Declaration
Public Class DataSetReference _
    Inherits ReportObject
'Usage
Dim instance As DataSetReference
public class DataSetReference : ReportObject
public ref class DataSetReference : public ReportObject
type DataSetReference =  
    class
        inherit ReportObject
    end
public class DataSetReference extends ReportObject

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.DataSetReference

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.