共用方式為


CustomData.DataSetName 屬性

Gets or sets a value that indicates which dataset 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
The name of the dataset to use as the source data for this custom report item.

請參閱

參考

CustomData 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間