次の方法で共有


PageName プロパティ

データ領域のページ名を取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property PageName As ReportExpression
    Get
    Set
'使用
Dim instance As DataRegion
Dim value As ReportExpression

value = instance.PageName

instance.PageName = value
public ReportExpression PageName { get; set; }
public:
property ReportExpression PageName {
    ReportExpression get ();
    void set (ReportExpression value);
}
member PageName : ReportExpression with get, set
function get PageName () : ReportExpression
function set PageName (value : ReportExpression)