Report.Variables Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Variable ^> ^ Variables { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::Variable ^> ^ get(); };
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportPropertiesEditor), typeof(System.Drawing.Design.UITypeEditor))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Variable> Variables { get; }
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportPropertiesEditor), typeof(System.Drawing.Design.UITypeEditor))>]
member this.Variables : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.Variable>
Public ReadOnly Property Variables As IList(Of Variable)
Valor da propriedade
- Atributos