'宣言 Public Property RecordSource As System.String
'使用法 Dim instance As LayerBase Dim value As System.String instance.RecordSource = value value = instance.RecordSource
public System.string RecordSource {get; set;}
'宣言 Public Property RecordSource As System.String
'使用法 Dim instance As LayerBase Dim value As System.String instance.RecordSource = value value = instance.RecordSource
public System.string RecordSource {get; set;}
古い形式。DataSource プロパティを使用してください。
指定すると、データは親レポートの ConnectionString を使用して取得されます。 省略すると、データは親レポートから直接取得されます。 後者の場合、データは、現在のグループ化スコープに基づいて自動的に フィルタ処理されます。たとえば、「カテゴリ」グループヘッダー のレイヤには、現在のカテゴリのデータのみが含まれます。