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.