CustomData.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.