DataSetName プロパティ
このカスタム レポート アイテムのソース データとして使用するデータセットを指定します。
名前空間: 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
string 値。