다음을 통해 공유


DataSetName 속성

Indicates which data set to use as the source data for this custom report item.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property DataSetName As String
    Get
    Set
‘사용 방법
Dim instance As CustomData
Dim value As String

value = instance.DataSetName

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

속성 값

유형: System. . :: . .String
A string value.